On 2023-04-11 20:14:44, Konrad Dybcio wrote: > From: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx> > > Set up and enable SDHCI2 to enable the microSD slot on Kumano > devices. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Thanks for finally sending this and fixing the no-emmc -> no-emmc property, I've been testing/using this out-of-tree patch for too long: Reviewed-by: Marijn Suijten <marijn.suijten@xxxxxxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi b/arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi > index ad402f3a90c3..baafea53770b 100644 > --- a/arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi > +++ b/arch/arm64/boot/dts/qcom/sm8150-sony-xperia-kumano.dtsi > @@ -618,6 +618,17 @@ &qupv3_id_1 { > status = "okay"; > }; > > +&sdhc_2 { > + vmmc-supply = <&vreg_l9c_2p9>; > + vqmmc-supply = <&vreg_l6c_2p9>; > + cd-gpios = <&tlmm 96 GPIO_ACTIVE_HIGH>; > + bus-width = <4>; > + no-sdio; > + no-mmc; > + > + status = "okay"; > +}; > + > &tlmm { > gpio-reserved-ranges = <126 4>; > gpio-line-names = "NFC_ESE_SPI_MISO", /* GPIO_0 */ > > -- > 2.40.0 >