mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-23 14:59:04 -04:00
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>
This commit is contained in:
committed by
Matthias Brugger
parent
510e32c27e
commit
181eb7d996
@@ -198,8 +198,8 @@ &usb_phy {
|
||||
};
|
||||
|
||||
&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 @@ pins_cmd_dat {
|
||||
};
|
||||
};
|
||||
|
||||
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 @@ pins1 {
|
||||
};
|
||||
};
|
||||
|
||||
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 @@ pins1 {
|
||||
};
|
||||
};
|
||||
|
||||
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>,
|
||||
|
||||
Reference in New Issue
Block a user