]> www.infradead.org Git - users/willy/xarray.git/commitdiff
arm64: dts: mediatek: mt7622: Align GPIO hog name with bindings
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 15 Jan 2025 21:18:01 +0000 (22:18 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 16 Apr 2025 07:40:07 +0000 (09:40 +0200)
Bindings expect GPIO hog names to end with 'hog' suffix, so correct it
to fix dtbs_check warning:

  mt7622-bananapi-bpi-r64.dtb: asm_sel: $nodename:0: 'asm_sel' does not match '^(hog-[0-9]+|.+-hog(-[0-9]+)?)$'

Link: https://lore.kernel.org/r/20250115211801.194247-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts

index d12eac9b3eebfa564b07d937ddcac6a2fa112bb5..9f100b18a6765655db03316531c9b186796a46d8 100644 (file)
        /* Attention: GPIO 90 is used to switch between PCIe@1,0 and
         * SATA functions. i.e. output-high: PCIe, output-low: SATA
         */
-       asm_sel {
+       asm-sel-hog {
                gpio-hog;
                gpios = <90 GPIO_ACTIVE_HIGH>;
                output-high;