Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a931bbbc authored by Russell King's avatar Russell King Committed by Shawn Guo
Browse files

ARM: dts: hummingboard: enable PCF8523 RTC support



Enable the commented out PCF8523 RTC support for Hummingboard pro
base boards.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Acked-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 42919c5c
Loading
Loading
Loading
Loading
+1 −4
Original line number Original line Diff line number Diff line
@@ -113,16 +113,13 @@
&i2c1 {
&i2c1 {
	pinctrl-names = "default";
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_hummingboard_i2c1>;
	pinctrl-0 = <&pinctrl_hummingboard_i2c1>;

	/*
	 * Not fitted on Carrier-1 board... yet
	status = "okay";
	status = "okay";


	/* Pro baseboard model */
	rtc: pcf8523@68 {
	rtc: pcf8523@68 {
		compatible = "nxp,pcf8523";
		compatible = "nxp,pcf8523";
		reg = <0x68>;
		reg = <0x68>;
	};
	};
	 */
};
};


&i2c2 {
&i2c2 {