]> git.ipfire.org Git - people/ms/linux.git/commitdiff
ARM: dts: am335x: t335: align GPIO hog names with dtschema
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 16 Sep 2020 15:57:09 +0000 (17:57 +0200)
committerTony Lindgren <tony@atomide.com>
Fri, 25 Sep 2020 11:37:30 +0000 (14:37 +0300)
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>
arch/arm/boot/dts/am335x-sbc-t335.dts

index a3f6bc4072d9befb78bf0be54fe2c9d01e4f8b0f..81e4453687ba111f7094706cc89c949fea02cb6e 100644 (file)
                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;