Message ID | 20230725142638.157449-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | ee561fc4fa0c55d719e69f8498ad0726411e412d |
Headers | show |
Series | arm64: dts: tegra: drop incorrect maxim,disable-etr in Smaug | expand |
From: Thierry Reding <treding@nvidia.com> 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,
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; };
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 <krzysztof.kozlowski@linaro.org> --- arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 1 - 1 file changed, 1 deletion(-)