Skip to content

Commit

Permalink
fix: delete aliases from rk3568-u-boot
Browse files Browse the repository at this point in the history
  • Loading branch information
nascs committed Oct 30, 2024
1 parent 9164c0c commit 5ad8056
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions arch/arm/dts/rk3568-u-boot.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
*/

/ {
aliases {
ethernet0 = &gmac0;
ethernet1 = &gmac1;
mmc0 = &sdhci;
mmc1 = &sdmmc0;
mmc2 = &sdmmc1;
};

chosen {
stdout-path = &uart2;
u-boot,spl-boot-order = &sdmmc0, &sdhci, &nandc0, &spi_nand, &spi_nor;
Expand Down Expand Up @@ -211,14 +203,16 @@
status = "okay";
};

// &sdhci {
// bus-width = <8>;
// u-boot,dm-spl;
// /delete-property/ pinctrl-names;
// /delete-property/ pinctrl-0;
// mmc-hs200-1_8v;
// status = "okay";
// };
&sdhci {
u-boot,dm-spl;
compatible = "rockchip,dwcmshc-sdhci", "snps,dwcmshc-sdhci";
/delete-property/ reset-names;
/delete-property/ resets;
assigned-clocks = <&cru BCLK_EMMC>, <&cru TCLK_EMMC>;
assigned-clock-rates = <200000000>, <24000000>;
mmc-hs200-1_8v;
status = "okay";
};

&nandc0 {
u-boot,dm-spl;
Expand Down Expand Up @@ -493,4 +487,3 @@
status = "okay";
};
#endif

0 comments on commit 5ad8056

Please sign in to comment.