]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: mediatek: mt7622: fix "emmc" pinctrl mux
authorRafał Miłecki <rafal@milecki.pl>
Tue, 4 Jun 2024 07:49:16 +0000 (09:49 +0200)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Thu, 27 Jun 2024 08:10:24 +0000 (10:10 +0200)
Value "emmc_rst" is a group name and should be part of the "groups"
property.

This fixes:
arch/arm64/boot/dts/mediatek/mt7622-rfb1.dtb: pinctrl@10211000: emmc-pins-default:mux:function: ['emmc', 'emmc_rst'] is too long
        from schema $id: http://devicetree.org/schemas/pinctrl/mediatek,mt7622-pinctrl.yaml#
arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dtb: pinctrl@10211000: emmc-pins-default:mux:function: ['emmc', 'emmc_rst'] is too long
        from schema $id: http://devicetree.org/schemas/pinctrl/mediatek,mt7622-pinctrl.yaml#

Fixes: 3725ba3f5574 ("arm64: dts: mt7622: add pinctrl related device nodes")
Fixes: 0b6286dd96c0 ("arm64: dts: mt7622: add bananapi BPI-R64 board")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20240604074916.7929-1-zajec5@gmail.com
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts

index 224bb289660c0869782d1d57589d817525359452..2791de5b28f6a31b047a65b2442bb0d9e408b0d5 100644 (file)
        /* eMMC is shared pin with parallel NAND */
        emmc_pins_default: emmc-pins-default {
                mux {
-                       function = "emmc", "emmc_rst";
-                       groups = "emmc";
+                       function = "emmc";
+                       groups = "emmc", "emmc_rst";
                };
 
                /* "NDL0","NDL1","NDL2","NDL3","NDL4","NDL5","NDL6","NDL7",
index 41629769bdc8578cd484f463d94c7cb8b7bb9b5b..8c3e2e2578bce53d8ec3a7c28d4ad12b0ecc1081 100644 (file)
        /* eMMC is shared pin with parallel NAND */
        emmc_pins_default: emmc-pins-default {
                mux {
-                       function = "emmc", "emmc_rst";
-                       groups = "emmc";
+                       function = "emmc";
+                       groups = "emmc", "emmc_rst";
                };
 
                /* "NDL0","NDL1","NDL2","NDL3","NDL4","NDL5","NDL6","NDL7",