This patch enables the power subsystem for all i.MX28 boards.
Signed-off-by: Stefan Wahren <[email protected]>
---
arch/arm/boot/dts/imx28.dtsi | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
index 47f68ac..5c163a5 100644
--- a/arch/arm/boot/dts/imx28.dtsi
+++ b/arch/arm/boot/dts/imx28.dtsi
@@ -1022,8 +1022,12 @@
};
power: power@80044000 {
+ compatible = "fsl,imx28-power";
+ #address-cells = <1>;
+ #size-cells = <1>;
reg = <0x80044000 0x2000>;
- status = "disabled";
+ interrupts = <6>;
+ ranges;
};
saif1: saif@80046000 {
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html