diff options
author | AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> | 2025-07-24 10:39:06 +0200 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2025-09-12 16:18:02 +0200 |
commit | 181eb7d996d24a02487a627de9a47294174db7a7 (patch) | |
tree | 1b13c8828cf9d3b6276b92f767e8be9302e2a112 | |
parent | 510e32c27e221ed9cccded07d5f56ecd82a01e2d (diff) |
arm64: dts: mediatek: pumpkin-common: Fix pinctrl node names
Fix the pinctrl node names to adhere to the bindings, as the main
pin node is supposed to be named like "uart0-pins" and the pinmux
node named like "pins-bus".
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Fei Shao <fshao@chromium.org>
Link: https://lore.kernel.org/r/20250724083914.61351-31-angelogioacchino.delregno@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
-rw-r--r-- | arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi index a356db5fcc5f..805fb82138a8 100644 --- a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi +++ b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi @@ -198,8 +198,8 @@ }; &pio { - gpio_keys_default: gpiodefault { - pins_cmd_dat { + gpio_keys_default: gpio-keys-pins { + pins-cmd-dat { pinmux = <MT8516_PIN_42_KPCOL0__FUNC_GPIO42>, <MT8516_PIN_43_KPCOL1__FUNC_GPIO43>; bias-pull-up; @@ -207,7 +207,7 @@ }; }; - i2c0_pins_a: i2c0 { + i2c0_pins_a: i2c0-pins { pins1 { pinmux = <MT8516_PIN_58_SDA0__FUNC_SDA0_0>, <MT8516_PIN_59_SCL0__FUNC_SCL0_0>; @@ -215,7 +215,7 @@ }; }; - i2c2_pins_a: i2c2 { + i2c2_pins_a: i2c2-pins { pins1 { pinmux = <MT8516_PIN_60_SDA2__FUNC_SDA2_0>, <MT8516_PIN_61_SCL2__FUNC_SCL2_0>; @@ -223,21 +223,21 @@ }; }; - tca6416_pins: pinmux_tca6416_pins { - gpio_mux_rst_n_pin { + tca6416_pins: tca6416-pins { + pins-mux-rstn { pinmux = <MT8516_PIN_65_UTXD1__FUNC_GPIO65>; output-high; }; - gpio_mux_int_n_pin { + pins-mux-intn { pinmux = <MT8516_PIN_64_URXD1__FUNC_GPIO64>; input-enable; bias-pull-up; }; }; - ethernet_pins_default: ethernet { - pins_ethernet { + ethernet_pins_default: ethernet-pins { + pins-eth { pinmux = <MT8516_PIN_0_EINT0__FUNC_EXT_TXD0>, <MT8516_PIN_1_EINT1__FUNC_EXT_TXD1>, <MT8516_PIN_5_EINT5__FUNC_EXT_RXER>, |