supports-highspeed property is deprecated for dw_mmc, this patch replace it with cap-sd-highspeed and cap-mmc-highspeed. Cc: Jaehoon Chung <jh80.chung@xxxxxxxxxxx> Signed-off-by: Shawn Lin <shawn.lin@xxxxxxxxxxxxxx> --- arch/arm/boot/dts/zx296702-ad1.dts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/zx296702-ad1.dts b/arch/arm/boot/dts/zx296702-ad1.dts index 081f980..bfbcd805d 100644 --- a/arch/arm/boot/dts/zx296702-ad1.dts +++ b/arch/arm/boot/dts/zx296702-ad1.dts @@ -19,7 +19,8 @@ &mmc0 { num-slots = <1>; - supports-highspeed; + cap-sd-highspeed; + cap-mmc-highspeed; non-removable; disable-wp; status = "okay"; @@ -32,7 +33,8 @@ &mmc1 { num-slots = <1>; - supports-highspeed; + cap-sd-highspeed; + cap-mmc-highspeed; non-removable; disable-wp; status = "okay"; -- 2.3.7 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html