Skip to content
/ linux Public
forked from torvalds/linux

Commit

Permalink
arm64: dts: rockchip: fix mmc aliases for ROCK 4 series (torvalds#87)
Browse files Browse the repository at this point in the history
use vendor default aliases (mmc0 is eMMC, mmc1 is uSD) defined in
rk3399-linux.dtsi.

Signed-off-by: FUKAUMI Naoki <[email protected]>
  • Loading branch information
RadxaNaoki authored and RadxaStephen committed Jul 3, 2023
1 parent 2a4f1af commit a83dc51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
model = "Radxa ROCK 4C+";
compatible = "radxa,rock-4c-plus", "rockchip,rk3399";

aliases {
mmc0 = &sdmmc;
mmc1 = &sdhci;
mmc2 = &sdio0;
};

fiq_debugger: fiq-debugger {
status = "okay";
compatible = "rockchip,fiq-debugger";
Expand Down
6 changes: 0 additions & 6 deletions arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
#include "rk3399-opp.dtsi"

/ {
aliases {
mmc0 = &sdmmc;
mmc1 = &sdhci;
mmc2 = &sdio0;
};

clkin_gmac: external-gmac-clock {
compatible = "fixed-clock";
clock-frequency = <125000000>;
Expand Down

0 comments on commit a83dc51

Please sign in to comment.