Add imx7d-sdb iomuxc-lpsr hoggrp-2 default pads settings Add iomuxc-lpsr usb_otg1_vbus pinctrl settings Signed-off-by: Adrian Alonso <aalonso@xxxxxxxxxxxxx> --- Changes for V2: Resend Changes for V3: Resend Changes for V4: Resend Changes for V5: Resend Changes for V6: - Add wdog pinctrl group, add comments for hog2 group gpios Changes for V7: - Remove wdog pinctrl settings as they are not currently used - Add pinctrl_usb_otg1_vbus settings arch/arm/boot/dts/imx7d-sdb.dts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts index 83f0053..a5c7a44 100644 --- a/arch/arm/boot/dts/imx7d-sdb.dts +++ b/arch/arm/boot/dts/imx7d-sdb.dts @@ -65,6 +65,8 @@ regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; gpio = <&gpio1 5 GPIO_ACTIVE_HIGH>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_usb_otg1_vbus>; enable-active-high; }; @@ -410,3 +412,22 @@ }; }; + +&iomuxc_lpsr { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_hog_2>; + + imx7d-sdb { + pinctrl_hog_2: hog2grp { + fsl,pins = < + MX7D_PAD_GPIO1_IO07__GPIO1_IO7 0x59 /* sensor_int_b */ + >; + }; + + pinctrl_usb_otg1_vbus: usbotg1vbusgrp { + fsl,pins = < + MX7D_PAD_GPIO1_IO05__GPIO1_IO5 0x14 /* usb_otg1_pwr */ + >; + }; + }; +}; -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html