diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-16 18:57:15 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-09-22 04:59:55 +0300 |
commit | dcdd4f2e829e707c6cf4f6f6554252bb31f7b98a (patch) | |
tree | a22431eedfdb6b13bdaa36c1a4d27946bf980301 /arch/arm/boot/dts/imx6q-b850v3.dts | |
parent | 888bb3d2ccfbdc33dc947623e4a37841f6d8c0d4 (diff) | |
download | linux-dcdd4f2e829e707c6cf4f6f6554252bb31f7b98a.tar.xz |
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-b850v3.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-b850v3.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6q-b850v3.dts b/arch/arm/boot/dts/imx6q-b850v3.dts index 1ea64ecf4291..3d6b757bf325 100644 --- a/arch/arm/boot/dts/imx6q-b850v3.dts +++ b/arch/arm/boot/dts/imx6q-b850v3.dts @@ -199,14 +199,14 @@ }; &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; |