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: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20200916155715.21009-7-krzk@kernel.org
This commit is contained in:
Krzysztof Kozlowski 2020-09-16 17:57:06 +02:00 committed by Nishanth Menon
parent a2178b83ae
commit 197bbae9ed

View File

@ -407,7 +407,7 @@
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
p09 { p09-hog {
/* P11 - MCASP/TRACE_MUX_S0 */ /* P11 - MCASP/TRACE_MUX_S0 */
gpio-hog; gpio-hog;
gpios = <9 GPIO_ACTIVE_HIGH>; gpios = <9 GPIO_ACTIVE_HIGH>;
@ -415,7 +415,7 @@
line-name = "MCASP/TRACE_MUX_S0"; line-name = "MCASP/TRACE_MUX_S0";
}; };
p10 { p10-hog {
/* P12 - MCASP/TRACE_MUX_S1 */ /* P12 - MCASP/TRACE_MUX_S1 */
gpio-hog; gpio-hog;
gpios = <10 GPIO_ACTIVE_HIGH>; gpios = <10 GPIO_ACTIVE_HIGH>;