ARM: dts: omap3-gta04: Add hdqw1 support
authorMarek Belisko <marek@goldelico.com>
Tue, 28 Apr 2015 20:54:27 +0000 (22:54 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 20 May 2015 17:52:01 +0000 (10:52 -0700)
Enable omap-hdq for battery fuel gauge access.

Signed-off-by: Marek Belisko <marek@goldelico.com>
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-gta04.dtsi

index b9f68817bd6e636d5f1e657a3916de26c3aafcba..6ea1257464e7a2a4b521d6df4e2f63abbed13837 100644 (file)
                        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 {
 &mcbsp2 {
        status = "okay";
 };
+
+&hdqw1w {
+        pinctrl-names = "default";
+        pinctrl-0 = <&hdq_pins>;
+};
This page took 0.027667 seconds and 5 git commands to generate.