]> git.ipfire.org Git - people/ms/linux.git/commitdiff
arm64: dts: ti: k3-j721e-common-proc-board: align GPIO hog names with dtschema
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 16 Sep 2020 15:57:06 +0000 (17:57 +0200)
committerNishanth Menon <nm@ti.com>
Fri, 25 Sep 2020 11:59:31 +0000 (06:59 -0500)
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
arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts

index f35a5d5b1cd8040c691da98483c0ffdb1bb115f0..917421ed3f7969cbb4796977bcf4d455728e9b1e 100644 (file)
                gpio-controller;
                #gpio-cells = <2>;
 
-               p09 {
+               p09-hog {
                        /* P11 - MCASP/TRACE_MUX_S0 */
                        gpio-hog;
                        gpios = <9 GPIO_ACTIVE_HIGH>;
                        line-name = "MCASP/TRACE_MUX_S0";
                };
 
-               p10 {
+               p10-hog {
                        /* P12 - MCASP/TRACE_MUX_S1 */
                        gpio-hog;
                        gpios = <10 GPIO_ACTIVE_HIGH>;