From: Krzysztof Kozlowski Date: Wed, 16 Sep 2020 15:57:09 +0000 (+0200) Subject: ARM: dts: am335x: t335: align GPIO hog names with dtschema X-Git-Tag: v5.10-rc1~26^2~9^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ccd73f07e05d0adc99d164cc919293799cca510c;p=thirdparty%2Flinux.git 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 Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am335x-sbc-t335.dts b/arch/arm/boot/dts/am335x-sbc-t335.dts index a3f6bc4072d9b..81e4453687ba1 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;