diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-04-25 14:47:07 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-04-25 14:49:01 +0300 |
commit | 2f477ee3ed92d7b3786778399cf3e08007721c0f (patch) | |
tree | 34aef174372c99d6a8ab835a777e857b10aa4b26 /arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi | |
parent | 846e24dcae5d5d513408b66f7853a93ab2280735 (diff) | |
download | linux-2f477ee3ed92d7b3786778399cf3e08007721c0f.tar.xz |
Revert "arm64: dts: tegra: Fix boolean properties with values"
This reverts commit 1a67653de0dd, which caused a boot regression.
The behavior of the "drive-push-pull" in the kernel does not
match what the binding document describes. Revert Rob's patch
to make the DT match the kernel again, rather than the binding.
Link: https://lore.kernel.org/lkml/YlVAy95eF%2F9b1nmu@orome/
Reported-by: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi b/arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi index 0b219e72765e..0bd66f9c620b 100644 --- a/arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi @@ -148,19 +148,19 @@ gpio4 { pins = "gpio4"; function = "32k-out1"; - drive-push-pull; + drive-push-pull = <1>; }; gpio6 { pins = "gpio6"; function = "gpio"; - drive-push-pull; + drive-push-pull = <1>; }; gpio7 { pins = "gpio7"; function = "gpio"; - drive-push-pull; + drive-push-pull = <0>; }; }; |