ARM: dts: imx6q: align GPIO hog names with dtschema
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 16 Sep 2020 15:57:15 +0000 (17:57 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 22 Sep 2020 01:59:55 +0000 (09:59 +0800)
dtschema for pca95xx expects GPIO hogs to end with 'hog' prefix.  While
touching the hogs, fix indentation (spaces -> tabs).

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6q-b450v3.dts
arch/arm/boot/dts/imx6q-b650v3.dts
arch/arm/boot/dts/imx6q-b850v3.dts
arch/arm/boot/dts/imx6q-bx50v3.dtsi

index fb0980190aa07e84499180e99d42580b9ca0805a..604f2420370fb3db1a86ecffb41d707540b1c9de 100644 (file)
 };
 
 &pca9539 {
-       P04 {
+       P04-hog {
                gpio-hog;
                gpios = <4 0>;
                output-low;
                line-name = "PCA9539-P04";
        };
 
-        P07 {
-                gpio-hog;
-                gpios = <7 0>;
-                output-low;
-                line-name = "PCA9539-P07";
-        };
+       P07-hog {
+               gpio-hog;
+               gpios = <7 0>;
+               output-low;
+               line-name = "PCA9539-P07";
+       };
 };
 
 &pci_root {
index 8f762d9c5ae9962f68cce12c5b75938eca1716c4..56d2aeb1900c5250465bcb557539f93c6f56ae9f 100644 (file)
 };
 
 &pca9539 {
-        P07 {
-                gpio-hog;
-                gpios = <7 0>;
-                output-low;
-                line-name = "PCA9539-P07";
-        };
+       P07-hog {
+               gpio-hog;
+               gpios = <7 0>;
+               output-low;
+               line-name = "PCA9539-P07";
+       };
 };
 
 &usbphy1 {
index 1ea64ecf4291c4d661a4ed22b963a351de10585b..3d6b757bf325df6497f7f0e8f51e98edd5416e04 100644 (file)
 };
 
 &pca9539 {
-       P10 {
+       P10-hog {
                gpio-hog;
                gpios = <8 0>;
                output-low;
                line-name = "PCA9539-P10";
        };
 
-       P11 {
+       P11-hog {
                gpio-hog;
                gpios = <9 0>;
                output-low;
index 02812e6cb302e29c9c5019ea86885e2ce1609a6c..2a98cc657595f705cc48ee6c6fc06e5303f94636 100644 (file)
                                interrupt-parent = <&gpio2>;
                                interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
 
-                               P12 {
+                               P12-hog {
                                        gpio-hog;
                                        gpios = <10 0>;
                                        output-low;
                                        line-name = "PCA9539-P12";
                                };
 
-                               P13 {
+                               P13-hog {
                                        gpio-hog;
                                        gpios = <11 0>;
                                        output-low;
                                        line-name = "PCA9539-P13";
                                };
 
-                               P14 {
+                               P14-hog {
                                        gpio-hog;
                                        gpios = <12 0>;
                                        output-low;
                                        line-name = "PCA9539-P14";
                                };
 
-                               P15 {
+                               P15-hog {
                                        gpio-hog;
                                        gpios = <13 0>;
                                        output-low;
                                        line-name = "PCA9539-P15";
                                };
 
-                               P16 {
+                               P16-hog {
                                        gpio-hog;
                                        gpios = <14 0>;
                                        output-low;
                                        line-name = "PCA9539-P16";
                                };
 
-                               P17 {
+                               P17-hog {
                                        gpio-hog;
                                        gpios = <15 0>;
                                        output-low;