Skip to content

Commit 1b67021

Browse files
committed
arm64: dts: rockchip: Remove undocumented supports-emmc property
supports-emmc is an undocumented property that slipped into the mainline kernel devicetree for some boards. Drop it. Fixes: c484cf9 ("arm64: dts: rockchip: add PX30-µQ7 (Ringneck) SoM with Haikou baseboard") Cc: Quentin Schulz <[email protected]> Fixes: b8c0287 ("arm64: dts: rockchip: Add DTS for FriendlyARM NanoPi R2S Plus") Cc: Sergey Bostandzhyan <[email protected]> Fixes: 8d94da5 ("arm64: dts: rockchip: Add EmbedFire LubanCat 1") Cc: Wenhao Cui <[email protected]> Fixes: cdf46cd ("arm64: dts: rockchip: Add dts for EmbedFire rk3568 LubanCat 2") Cc: Andy Yan <[email protected]> Reviewed-by: Dragan Simic <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent ea74528 commit 1b67021

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
bus-width = <8>;
6767
cap-mmc-highspeed;
6868
mmc-hs200-1_8v;
69-
supports-emmc;
7069
mmc-pwrseq = <&emmc_pwrseq>;
7170
non-removable;
7271
vmmc-supply = <&vcc_3v3>;

arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s-plus.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@
2727
num-slots = <1>;
2828
pinctrl-names = "default";
2929
pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
30-
supports-emmc;
3130
status = "okay";
3231
};

arch/arm64/boot/dts/rockchip/rk3566-lubancat-1.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@
507507
non-removable;
508508
pinctrl-names = "default";
509509
pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd>;
510-
supports-emmc;
511510
status = "okay";
512511
};
513512

arch/arm64/boot/dts/rockchip/rk3568-lubancat-2.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,6 @@
589589
non-removable;
590590
pinctrl-names = "default";
591591
pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd>;
592-
supports-emmc;
593592
status = "okay";
594593
};
595594

0 commit comments

Comments
 (0)