ARM: dts: imx: align GPIO hog names with dtschema
authorKrzysztof Kozlowski <krzk@kernel.org>
Sun, 20 Sep 2020 19:57:49 +0000 (21:57 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 26 Oct 2020 07:34:40 +0000 (15:34 +0800)
dtschema for GPIO controllers expects GPIO hogs to end with 'hog'
suffix.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx51-zii-rdu1.dts
arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts

index e559ab0..ec8ca3a 100644 (file)
                          "", "", "", "",
                          "", "", "", "";
 
-       unused-sd3-wp-gpio {
+       unused-sd3-wp-hog {
                /*
                 * See pinctrl_esdhc1 below for more details on this
                 */
index 66b1574..c0a7620 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_gpio3_hog>;
 
-       usb-emulation {
+       usb-emulation-hog {
                gpio-hog;
                gpios = <19 GPIO_ACTIVE_HIGH>;
                output-low;
                line-name = "usb-emulation";
        };
 
-       usb-mode1 {
+       usb-mode1-hog {
                gpio-hog;
                gpios = <20 GPIO_ACTIVE_HIGH>;
                output-high;
                line-name = "usb-mode1";
        };
 
-       usb-pwr {
+       usb-pwr-hog {
                gpio-hog;
                gpios = <22 GPIO_ACTIVE_LOW>;
                output-high;
                line-name = "usb-pwr-ctrl-en-n";
        };
 
-       usb-mode2 {
+       usb-mode2-hog {
                gpio-hog;
                gpios = <23 GPIO_ACTIVE_HIGH>;
                output-high;
index a0bbec5..3ec042b 100644 (file)
 };
 
 &gpio5 {
-       emmc-usd-mux {
+       emmc-usd-mux-hog {
                gpio-hog;
                gpios = <1 GPIO_ACTIVE_LOW>;
                output-high;