]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: marvell: armada-8040: Align GPIO hog name with bindings
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 15 Jan 2025 21:17:26 +0000 (22:17 +0100)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 7 Mar 2025 16:48:30 +0000 (17:48 +0100)
Bindings expect GPIO hog names to end with 'hog' suffix, so correct it
to fix dtbs_check warning:

  armada-8040-clearfog-gt-8k.dtb: sata_reset: $nodename:0: 'sata_reset' does not match '^.+-hog(-[0-9]+)?$'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts

index 225a54ab688dc3db64dfe94fe124a1d18e5fd908..90ae93274a1606e8653bee8b911fd7e6afa69a91 100644 (file)
 };
 
 &cp0_gpio2 {
-       sata_reset {
+       sata-reset-hog {
                gpio-hog;
                gpios = <1 GPIO_ACTIVE_HIGH>;
                output-high;
        };
 
-       lte_reset {
+       lte-reset-hog {
                gpio-hog;
                gpios = <2 GPIO_ACTIVE_LOW>;
                output-low;
        };
 
-       wlan_disable {
+       wlan_disable-hog {
                gpio-hog;
                gpios = <19 GPIO_ACTIVE_LOW>;
                output-low;
        };
 
-       lte_disable {
+       lte-disable-hog {
                gpio-hog;
                gpios = <21 GPIO_ACTIVE_LOW>;
                output-low;