diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-16 17:57:15 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-09-22 03:59:55 +0200 |
commit | dcdd4f2e829e707c6cf4f6f6554252bb31f7b98a (patch) | |
tree | a22431eedfdb6b13bdaa36c1a4d27946bf980301 /arch/arm/boot/dts/imx6q-b450v3.dts | |
parent | ARM: dts: imx6qdl-tqma6: fix LM75 compatible string (diff) | |
download | linux-dcdd4f2e829e707c6cf4f6f6554252bb31f7b98a.tar.xz linux-dcdd4f2e829e707c6cf4f6f6554252bb31f7b98a.zip |
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.dts | 14 |
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 { |