Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: logicpd-torpedo-baseboard: Enable HDQ

The baseboard of the Logic PD Torpedo development kit has a socket
for a rechargable battery. The battery is monitored by a charger
which can communicate of the the 1-wire HDQ pin.

This patch enables the pinmux for the HDQ pin.

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Adam Ford and committed by
Tony Lindgren
a3e633d6 abb0e36b

+12
+12
arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi
··· 101 101 }; 102 102 }; 103 103 104 + &hdqw1w { 105 + pinctrl-names = "default"; 106 + pinctrl-0 = <&hdq_pins>; 107 + }; 108 + 109 + 104 110 &vpll2 { 105 111 regulator-always-on; 106 112 }; ··· 172 166 pinctrl-single,pins = < 173 167 OMAP3_CORE1_IOPAD(0x21d6, PIN_INPUT_PULLUP | MUX_MODE4) /* mcspi2_clk.gpio_178 */ 174 168 OMAP3_CORE1_IOPAD(0x21dc, PIN_INPUT_PULLUP | MUX_MODE4) /* mcspi2_cs0.gpio_181 */ 169 + >; 170 + }; 171 + 172 + hdq_pins: hdq_pins { 173 + pinctrl-single,pins = < 174 + OMAP3_CORE1_IOPAD(0x21c6, PIN_INPUT_PULLUP | MUX_MODE0) /* hdq_sio */ 175 175 >; 176 176 }; 177 177