[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <5a807a8d36ef3313b0d48a2fe88720f1fe246d7f.1401995177.git.andrew.ruder@elecsyscorp.com>
Date: Thu, 5 Jun 2014 14:27:06 -0500
From: Andrew Ruder <andrew.ruder@...csyscorp.com>
To: devicetree@...r.kernel.org
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux@....linux.org.uk,
rdunlap@...radead.org, galak@...eaurora.org,
ijc+devicetree@...lion.org.uk, mark.rutland@....com,
pawel.moll@....com, robh+dt@...nel.org,
Andrew Ruder <andrew.ruder@...csyscorp.com>
Subject: [PATCH 4/6] arm: pxa2xx.dtsi: disable RTC by default
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@...csyscorp.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists