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

Commit 3221dfb7 authored by Marek Belisko's avatar Marek Belisko Committed by Tony Lindgren
Browse files

ARM: dts: omap3-gta04: Add hdqw1 support



Enable omap-hdq for battery fuel gauge access.

Signed-off-by: default avatarMarek Belisko <marek@goldelico.com>
Signed-off-by: default avatarH. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 32ace039
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -200,6 +200,12 @@
			OMAP3_CORE1_IOPAD(0x210a, PIN_OUTPUT | MUX_MODE0)   /* dss_data23.dss_data23 */
			OMAP3_CORE1_IOPAD(0x210a, PIN_OUTPUT | MUX_MODE0)   /* dss_data23.dss_data23 */
		>;
		>;
       };
       };

	hdq_pins: hdq_pins {
		pinctrl-single,pins = <
			OMAP3_CORE1_IOPAD(0x21c6, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c3_sda.hdq */
		>;
	};
};
};


&omap3_pmx_core2 {
&omap3_pmx_core2 {
@@ -517,3 +523,8 @@
&mcbsp2 {
&mcbsp2 {
	status = "okay";
	status = "okay";
};
};

&hdqw1w {
        pinctrl-names = "default";
        pinctrl-0 = <&hdq_pins>;
};