]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: mediatek: mt8183-pumpkin: Fix pinmux node names
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Fri, 9 Jan 2026 11:47:42 +0000 (12:47 +0100)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Mon, 12 Jan 2026 13:30:53 +0000 (14:30 +0100)
Change all of the pinmux main nodes to have a "-pins" suffix to
satisfy devicetree bindings checks.

Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm64/boot/dts/mediatek/mt8183-pumpkin.dts

index f60ef3e53a09b57ac16dd635a74d39b37284e762..e47955602c8335a8180dce462c4109faa9542e86 100644 (file)
 };
 
 &pio {
-       i2c_pins_0: i2c0 {
+       i2c_pins_0: i2c0-pins {
                pins_i2c {
                        pinmux = <PINMUX_GPIO82__FUNC_SDA0>,
                                 <PINMUX_GPIO83__FUNC_SCL0>;
                };
        };
 
-       i2c_pins_1: i2c1 {
+       i2c_pins_1: i2c1-pins {
                pins_i2c {
                        pinmux = <PINMUX_GPIO81__FUNC_SDA1>,
                                 <PINMUX_GPIO84__FUNC_SCL1>;
                };
        };
 
-       i2c_pins_2: i2c2 {
+       i2c_pins_2: i2c2-pins {
                pins_i2c {
                        pinmux = <PINMUX_GPIO103__FUNC_SCL2>,
                                 <PINMUX_GPIO104__FUNC_SDA2>;
                };
        };
 
-       i2c_pins_3: i2c3 {
+       i2c_pins_3: i2c3-pins {
                pins_i2c {
                        pinmux = <PINMUX_GPIO50__FUNC_SCL3>,
                                 <PINMUX_GPIO51__FUNC_SDA3>;
                };
        };
 
-       i2c_pins_4: i2c4 {
+       i2c_pins_4: i2c4-pins {
                pins_i2c {
                        pinmux = <PINMUX_GPIO105__FUNC_SCL4>,
                                 <PINMUX_GPIO106__FUNC_SDA4>;
                };
        };
 
-       i2c_pins_5: i2c5 {
+       i2c_pins_5: i2c5-pins {
                pins_i2c {
                        pinmux = <PINMUX_GPIO48__FUNC_SCL5>,
                                 <PINMUX_GPIO49__FUNC_SDA5>;
                };
        };
 
-       i2c6_pins: i2c6 {
+       i2c6_pins: i2c6-pins {
                pins_cmd_dat {
                        pinmux = <PINMUX_GPIO113__FUNC_SCL6>,
                                 <PINMUX_GPIO114__FUNC_SDA6>;
                };
        };
 
-       keyboard_pins: keyboard {
+       keyboard_pins: keyboard-pins {
                pins_keyboard {
                        pinmux = <PINMUX_GPIO91__FUNC_KPROW1>,
                                 <PINMUX_GPIO92__FUNC_KPROW0>,