Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Krzysztof Kozlowski and committed by
Tony Lindgren
ccd73f07 97b16ed1

+2 -2
+2 -2
arch/arm/boot/dts/am335x-sbc-t335.dts
··· 155 155 gpio-controller; 156 156 #gpio-cells = <2>; 157 157 reg = <0x26>; 158 - dvi_ena { 158 + dvi-ena-hog { 159 159 gpio-hog; 160 160 gpios = <13 GPIO_ACTIVE_HIGH>; 161 161 output-high; 162 162 line-name = "dvi-enable"; 163 163 }; 164 - lcd_ena { 164 + lcd-ena-hog { 165 165 gpio-hog; 166 166 gpios = <11 GPIO_ACTIVE_HIGH>; 167 167 output-high;