> -----Original Message----- > From: Krzysztof Kozlowski <[email protected]> > Sent: Friday, January 20, 2023 9:24 PM > To: Rob Herring <[email protected]>; Krzysztof Kozlowski > <[email protected]>; Alim Akhtar > <[email protected]>; Inki Dae <[email protected]>; Kyungmin > Park <[email protected]>; Kukjin Kim <[email protected]>; > [email protected]; [email protected]; linux- > [email protected]; [email protected] > Cc: [email protected]; [email protected]; > ~postmarketos/[email protected]; Martin Jücker > <[email protected]>; Henrik Grimler <[email protected]>; > Krzysztof Kozlowski <[email protected]> > Subject: [PATCH 10/11] ARM: dts: exynos: correct HS200 property in > Exynos5260 > > There is no supports-hs200-mode property for MMC nodes, so assume > intention was mmc-hs200-1_8v: > > exynos5260-xyref5260.dtb: mmc@12140000: Unevaluated properties are > not allowed ('supports-hs200-mode' was unexpected) > > Signed-off-by: Krzysztof Kozlowski <[email protected]> > ---
Reviewed-by: Alim Akhtar <[email protected]> > arch/arm/boot/dts/exynos5260-xyref5260.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/exynos5260-xyref5260.dts > b/arch/arm/boot/dts/exynos5260-xyref5260.dts > index 3c3b751d4360..387b8494f18f 100644 > --- a/arch/arm/boot/dts/exynos5260-xyref5260.dts > +++ b/arch/arm/boot/dts/exynos5260-xyref5260.dts > @@ -87,7 +87,7 @@ &mmc_0 { > status = "okay"; > broken-cd; > cap-mmc-highspeed; > - supports-hs200-mode; /* 200 MHz */ > + mmc-hs200-1_8v; > card-detect-delay = <200>; > samsung,dw-mshc-ciu-div = <3>; > samsung,dw-mshc-sdr-timing = <0 4>; > -- > 2.34.1 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
