]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: rockchip: fix dts for Radxa ROCK 4C+
authorFUKAUMI Naoki <naoki@radxa.com>
Thu, 15 Aug 2024 22:37:13 +0000 (07:37 +0900)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 25 Oct 2024 12:43:29 +0000 (20:43 +0800)
ROCK Pi 4 series and ROCK 4C+ cannot share .dtsi file because 4C+ is
different board.

add rk3399-rock-pi-4-u-boot.dtsi contents and remove dependency of it.

no functional change is intended.

Fixes: 71a95e2efd30 ("arm: dts: rockchip: add Radxa ROCK 4C+")
Suggested-by: Dragan Simic <dsimic@manjaro.org>
Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3399-rock-4c-plus-u-boot.dtsi

index 5ec15a845c1a898efa0789a5294ff073ed1c0f52..50dae5cb5effb57e73ad6aba2849f18f4dcf6d5f 100644 (file)
@@ -1,8 +1,10 @@
-// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+// SPDX-License-Identifier: GPL-2.0+
 /*
+ * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
  * Copyright (c) 2023 Radxa Limited
  */
-#include "rk3399-rock-pi-4-u-boot.dtsi"
+#include "rk3399-u-boot.dtsi"
+#include "rk3399-sdram-lpddr4-100.dtsi"
 
 &pcfg_pull_none_18ma {
        bootph-pre-ram;
        bootph-some-ram;
 };
 
+&sdhci {
+       cap-mmc-highspeed;
+       mmc-ddr-1_8v;
+       mmc-hs200-1_8v;
+};
+
 &spi1 {
        status = "okay";
 
@@ -25,3 +33,7 @@
                spi-max-frequency = <10000000>;
        };
 };
+
+&vdd_log {
+       regulator-init-microvolt = <950000>;
+};