summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6q-b650v3.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-b650v3.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-b650v3.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-b650v3.dts12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/imx6q-b650v3.dts b/arch/arm/boot/dts/imx6q-b650v3.dts
index 8f762d9c5ae9..56d2aeb1900c 100644
--- a/arch/arm/boot/dts/imx6q-b650v3.dts
+++ b/arch/arm/boot/dts/imx6q-b650v3.dts
@@ -84,12 +84,12 @@
};
&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 {