linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: hummingboard: enable pcf8523 rtc for i2eX
@ 2015-03-02 18:50 Matt Porter
  2015-03-02 19:02 ` Russell King - ARM Linux
  0 siblings, 1 reply; 8+ messages in thread
From: Matt Porter @ 2015-03-02 18:50 UTC (permalink / raw)
  To: linux-arm-kernel

The PCF8523 RTC is populated on the i2eX boards so
enable the i2c1 controller and enable the device on
that bus.

Signed-off-by: Matt Porter <mporter@konsulko.com>
---
 arch/arm/boot/dts/imx6qdl-hummingboard.dtsi | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
index 62841e8..38ebba9 100644
--- a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
@@ -73,18 +73,15 @@
 };
 
 &i2c1 {
+	clock-frequency = <400000>;
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_hummingboard_i2c1>;
-
-	/*
-	 * Not fitted on Carrier-1 board... yet
 	status = "okay";
 
 	rtc: pcf8523 at 68 {
 		compatible = "nxp,pcf8523";
 		reg = <0x68>;
 	};
-	 */
 };
 
 &i2c2 {
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-03-02 20:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-02 18:50 [PATCH] ARM: dts: hummingboard: enable pcf8523 rtc for i2eX Matt Porter
2015-03-02 19:02 ` Russell King - ARM Linux
2015-03-02 19:06   ` Russell King - ARM Linux
2015-03-02 19:21     ` Matt Porter
2015-03-02 19:49       ` Russell King - ARM Linux
2015-03-02 20:25         ` Matt Porter
2015-03-02 20:43           ` Russell King - ARM Linux
2015-03-02 20:50             ` Matt Porter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).