arm64: dts: mediatek: fix tca6416 reset GPIOs in pumpkin
Correct the property for reset GPIOs of tca6416 GPIO expander. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20200910175733.11046-4-krzk@kernel.org Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
Родитель
1652dbf736
Коммит
e2a8fa1e0f
|
@ -56,7 +56,7 @@
|
||||||
tca6416: gpio@20 {
|
tca6416: gpio@20 {
|
||||||
compatible = "ti,tca6416";
|
compatible = "ti,tca6416";
|
||||||
reg = <0x20>;
|
reg = <0x20>;
|
||||||
rst-gpio = <&pio 65 GPIO_ACTIVE_HIGH>;
|
reset-gpios = <&pio 65 GPIO_ACTIVE_HIGH>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&tca6416_pins>;
|
pinctrl-0 = <&tca6416_pins>;
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче