diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-16 17:57:09 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-09-25 13:37:30 +0200 |
commit | ccd73f07e05d0adc99d164cc919293799cca510c (patch) | |
tree | 0be2f725b9c4b44d549052cd3e806829e2bdd18f /arch/arm/boot/dts | |
parent | ARM: dts: am335x: lxm: fix PCA9539 GPIO expander properties (diff) | |
download | linux-ccd73f07e05d0adc99d164cc919293799cca510c.tar.xz linux-ccd73f07e05d0adc99d164cc919293799cca510c.zip |
ARM: dts: am335x: t335: align GPIO hog names with dtschema
The convention for node names is to use hyphens, not underscores.
dtschema for pca95xx expects GPIO hogs to end with 'hog' prefix.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-sbc-t335.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am335x-sbc-t335.dts b/arch/arm/boot/dts/am335x-sbc-t335.dts index a3f6bc4072d9..81e4453687ba 100644 --- a/arch/arm/boot/dts/am335x-sbc-t335.dts +++ b/arch/arm/boot/dts/am335x-sbc-t335.dts @@ -155,13 +155,13 @@ gpio-controller; #gpio-cells = <2>; reg = <0x26>; - dvi_ena { + dvi-ena-hog { gpio-hog; gpios = <13 GPIO_ACTIVE_HIGH>; output-high; line-name = "dvi-enable"; }; - lcd_ena { + lcd-ena-hog { gpio-hog; gpios = <11 GPIO_ACTIVE_HIGH>; output-high; |