mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 10:19:44 +01:00
mediatek: fix wrong reset_gpio
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Should be reset-gpio. Also added GPIO_ACTIVE_HIGH for clarity. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/20116 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
a4ace63b7c
commit
987b1484a6
2 changed files with 2 additions and 2 deletions
|
|
@ -434,7 +434,7 @@
|
|||
spi-cpol = <1>;
|
||||
channel_count = <1>;
|
||||
debug_level = <4>; /* 1 = TRC, 2 = DBG, 4 = ERR */
|
||||
reset_gpio = <&pio 25 GPIO_ACTIVE_HIGH>;
|
||||
reset-gpios = <&pio 25 GPIO_ACTIVE_HIGH>;
|
||||
ig,enable-spi = <1>; /* 1: Enable, 0: Disable */
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -302,7 +302,7 @@
|
|||
spi-cpol = <1>;
|
||||
channel_count = <1>;
|
||||
debug_level = <4>; /* 1 = TRC, 2 = DBG, 4 = ERR */
|
||||
reset_gpio = <&pio 7 0>;
|
||||
reset-gpios = <&pio 7 GPIO_ACTIVE_HIGH>;
|
||||
ig,enable-spi = <1>; /* 1: Enable, 0: Disable */
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue