Hello Michael, On Wed, Apr 03, 2024 at 12:23:02PM +0200, Michael Walle wrote: > The J722S EVM has an on-board eMMC. Enable the SDHC interface for it. > There is no pinmuxing required because the interface has dedicated pins. > > Signed-off-by: Michael Walle <mwalle@xxxxxxxxxx> > --- > v2: > - move status="okay" last > --- > arch/arm64/boot/dts/ti/k3-j722s-evm.dts | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm64/boot/dts/ti/k3-j722s-evm.dts b/arch/arm64/boot/dts/ti/k3-j722s-evm.dts > index cee3a8661d5e..6b148da2bcdc 100644 > --- a/arch/arm64/boot/dts/ti/k3-j722s-evm.dts > +++ b/arch/arm64/boot/dts/ti/k3-j722s-evm.dts > @@ -369,6 +369,13 @@ partition@3fc0000 { > > }; > > +&sdhci0 { > + ti,driver-strength-ohm = <50>; According to the latest DTS coding style guidelines this needs to be just before status. https://docs.kernel.org/devicetree/bindings/dts-coding-style.html#order-of-properties-in-device-node Yes, we would need a checker, I know and I agree. At least now we moved out of the tribal knowledge way of working with every maintainer having slightly different expectation on this topic ... one step at a time :-) > + disable-wp; > + bootph-all; > + status = "okay"; > +}; Francesco