[PATCH 4/6] arm: pxa2xx.dtsi: disable RTC by default
Andrew Ruder
andrew.ruder at elecsyscorp.com
Thu Jun 5 12:27:06 PDT 2014
This sets the status="disabled" flag in pxa2xx.dtsi in the same style as
the other optional components. This can be overridden on a case-by-case
basis by boards that use this functionality.
Signed-off-by: Andrew Ruder <andrew.ruder at elecsyscorp.com>
---
arch/arm/boot/dts/pxa2xx.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/pxa2xx.dtsi b/arch/arm/boot/dts/pxa2xx.dtsi
index c08f846..d233088 100644
--- a/arch/arm/boot/dts/pxa2xx.dtsi
+++ b/arch/arm/boot/dts/pxa2xx.dtsi
@@ -130,6 +130,7 @@
compatible = "marvell,pxa-rtc";
reg = <0x40900000 0x3c>;
interrupts = <30 31>;
+ status = "disabled";
};
};
};
--
1.9.0.rc3.12.gbc97e2d
More information about the linux-arm-kernel
mailing list