2023-07-25 14:52:03

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH] arm64: dts: tegra: drop incorrect maxim,disable-etr in Smaug

There is no "maxim,disable-etr" property (but there is
maxim,enable-etr), neither in the bindings nor in the Linux driver:

tegra210-smaug.dtb: regulator@1c: Unevaluated properties are not allowed ('maxim,disable-etr' was unexpected)

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts b/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
index 80476893fa57..53805555dd2d 100644
--- a/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
+++ b/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
@@ -1395,7 +1395,6 @@ max77621_gpu: regulator@1c {
maxim,dvs-default-state = <1>;
maxim,enable-active-discharge;
maxim,enable-bias-control;
- maxim,disable-etr;
maxim,enable-gpio = <&pmic 6 GPIO_ACTIVE_HIGH>;
maxim,externally-enable;
};
--
2.34.1



2023-07-27 13:09:59

by Diogo Ivo

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: tegra: drop incorrect maxim,disable-etr in Smaug

Thank you for catching this one! Just to be sure I tested it
on the Pixel C and everything is (obviously) working, so

Reviewed-by: Diogo Ivo <[email protected]>

2023-07-27 15:18:38

by Thierry Reding

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: tegra: drop incorrect maxim,disable-etr in Smaug

From: Thierry Reding <[email protected]>


On Tue, 25 Jul 2023 16:26:38 +0200, Krzysztof Kozlowski wrote:
> There is no "maxim,disable-etr" property (but there is
> maxim,enable-etr), neither in the bindings nor in the Linux driver:
>
> tegra210-smaug.dtb: regulator@1c: Unevaluated properties are not allowed ('maxim,disable-etr' was unexpected)
>
>

Applied, thanks!

[1/1] arm64: dts: tegra: drop incorrect maxim,disable-etr in Smaug
(no commit info)

Best regards,
--
Thierry Reding <[email protected]>