arm64: dts: renesas: salvator-x: Add SD/OE pin properties
authorSean Anderson <sean.anderson@linux.dev>
Fri, 27 Sep 2024 20:13:11 +0000 (16:13 -0400)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 9 Oct 2024 11:52:54 +0000 (13:52 +0200)
Add SD/OE pin properties to the devicetree so that Linux can configure
the pin without relying on the OTP. This matches the register
configuration reported by Geert [1] as well as his analysis of the
schematic.

[1] https://lore.kernel.org/linux-arm-kernel/CAMuHMdUmf=BYrVWGDp4kjLGK=66HSMJbHuMvne-xGLkTYnGv2g@mail.gmail.com/

Signed-off-by: Sean Anderson <sean.anderson@linux.dev>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Tested-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20240927201313.624762-2-sean.anderson@linux.dev
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/salvator-x.dtsi

index ddee50e64632d92874bb9d2b9c98433380b58d81..5920932cbc2f6ce3bb890710aee5a70cb26bc5b2 100644 (file)
@@ -25,5 +25,7 @@
                #clock-cells = <1>;
                clocks = <&x23_clk>;
                clock-names = "xin";
+               idt,shutdown = <0>;
+               idt,output-enable-active = <1>;
        };
 };