mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 18:09:56 +00:00
arm64: dts: mediatek: fix reset GPIO level on pumpkin
[ Upstream commita7dceafed4] The tca6416 chip is active low. Fix the reset-gpios value. Fixes:e2a8fa1e0f("arm64: dts: mediatek: fix tca6416 reset GPIOs in pumpkin") Signed-off-by: Fabien Parent <fparent@baylibre.com> Link: https://lore.kernel.org/r/20210223221826.2063911-1-fparent@baylibre.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
53191c1d78
commit
c9df2c56f5
@@ -56,7 +56,7 @@
|
|||||||
tca6416: gpio@20 {
|
tca6416: gpio@20 {
|
||||||
compatible = "ti,tca6416";
|
compatible = "ti,tca6416";
|
||||||
reg = <0x20>;
|
reg = <0x20>;
|
||||||
reset-gpios = <&pio 65 GPIO_ACTIVE_HIGH>;
|
reset-gpios = <&pio 65 GPIO_ACTIVE_LOW>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&tca6416_pins>;
|
pinctrl-0 = <&tca6416_pins>;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user