Commit ccd73f07 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Tony Lindgren
Browse files

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: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 97b16ed1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;