summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6q-b450v3.dts
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-09-16 17:57:15 +0200
committerShawn Guo <shawnguo@kernel.org>2020-09-22 09:59:55 +0800
commitdcdd4f2e829e707c6cf4f6f6554252bb31f7b98a (patch)
treea22431eedfdb6b13bdaa36c1a4d27946bf980301 /arch/arm/boot/dts/imx6q-b450v3.dts
parent888bb3d2ccfbdc33dc947623e4a37841f6d8c0d4 (diff)
ARM: dts: imx6q: align GPIO hog names with dtschema
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-b450v3.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-b450v3.dts14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/imx6q-b450v3.dts b/arch/arm/boot/dts/imx6q-b450v3.dts
index fb0980190aa0..604f2420370f 100644
--- a/arch/arm/boot/dts/imx6q-b450v3.dts
+++ b/arch/arm/boot/dts/imx6q-b450v3.dts
@@ -84,19 +84,19 @@
};
&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 {