Commit 197bbae9 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Nishanth Menon
Browse files

arm64: dts: ti: k3-j721e-common-proc-board: 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 avatarNishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20200916155715.21009-7-krzk@kernel.org
parent a2178b83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -407,7 +407,7 @@
		gpio-controller;
		#gpio-cells = <2>;

		p09 {
		p09-hog {
			/* P11 - MCASP/TRACE_MUX_S0 */
			gpio-hog;
			gpios = <9 GPIO_ACTIVE_HIGH>;
@@ -415,7 +415,7 @@
			line-name = "MCASP/TRACE_MUX_S0";
		};

		p10 {
		p10-hog {
			/* P12 - MCASP/TRACE_MUX_S1 */
			gpio-hog;
			gpios = <10 GPIO_ACTIVE_HIGH>;