diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-03-02 15:03:54 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-03-30 04:43:53 -0400 |
commit | a931bbbc64f671340f98dfd3f74f3a2901a60cfc (patch) | |
tree | 6a352f98aa8b2e2b2169ca7fda80973fdcd8518b /arch/arm | |
parent | 42919c5c1487dcd7e886da7c3818e28b1455b00a (diff) |
ARM: dts: hummingboard: enable PCF8523 RTC support
Enable the commented out PCF8523 RTC support for Hummingboard pro
base boards.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-hummingboard.dtsi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi index 674cb237298f..93588c987d2c 100644 --- a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi +++ b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi | |||
@@ -113,16 +113,13 @@ | |||
113 | &i2c1 { | 113 | &i2c1 { |
114 | pinctrl-names = "default"; | 114 | pinctrl-names = "default"; |
115 | pinctrl-0 = <&pinctrl_hummingboard_i2c1>; | 115 | pinctrl-0 = <&pinctrl_hummingboard_i2c1>; |
116 | |||
117 | /* | ||
118 | * Not fitted on Carrier-1 board... yet | ||
119 | status = "okay"; | 116 | status = "okay"; |
120 | 117 | ||
118 | /* Pro baseboard model */ | ||
121 | rtc: pcf8523@68 { | 119 | rtc: pcf8523@68 { |
122 | compatible = "nxp,pcf8523"; | 120 | compatible = "nxp,pcf8523"; |
123 | reg = <0x68>; | 121 | reg = <0x68>; |
124 | }; | 122 | }; |
125 | */ | ||
126 | }; | 123 | }; |
127 | 124 | ||
128 | &i2c2 { | 125 | &i2c2 { |