Re: [PATCH] arm64: dts: s32g: Disable usdhc write-protect
From: Fabio Estevam
Date: Thu Jul 04 2024 - 09:13:49 EST
Hi Ciprian,
On Thu, Jul 4, 2024 at 9:03 AM Ciprian Costea
<ciprianmarian.costea@xxxxxxxxxxx> wrote:
> --- a/arch/arm64/boot/dts/freescale/s32g2.dtsi
> +++ b/arch/arm64/boot/dts/freescale/s32g2.dtsi
> @@ -145,6 +145,7 @@ usdhc0: mmc@402f0000 {
> clocks = <&clks 32>, <&clks 31>, <&clks 33>;
> clock-names = "ipg", "ahb", "per";
> bus-width = <8>;
> + disable-wp;
This should be better placed on the board dts instead of describing it
in the SoC dtsi.
Some boards may use a GPIO to describe the write protect pin via the
'wp-gpios' property.