mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: rockchip: Remove extra file rk3588s.dtsi
@ 2025-04-09  9:11 Alexander Shiyan
  2025-04-10  6:42 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2025-04-09  9:11 UTC (permalink / raw)
  To: barebox; +Cc: Alexander Shiyan

All RK3588 barebox-specific devicetree nodes can be placed
into one file. The CPU variant-specific split rk3588{s/j}.dtsi
can be used later if needed.

Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
---
 arch/arm/dts/rk3588.dtsi  | 13 ++++++++++---
 arch/arm/dts/rk3588s.dtsi | 12 ------------
 2 files changed, 10 insertions(+), 15 deletions(-)
 delete mode 100644 arch/arm/dts/rk3588s.dtsi

diff --git a/arch/arm/dts/rk3588.dtsi b/arch/arm/dts/rk3588.dtsi
index 0aef30eaff..667dd0c5a8 100644
--- a/arch/arm/dts/rk3588.dtsi
+++ b/arch/arm/dts/rk3588.dtsi
@@ -1,7 +1,14 @@
 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 
-#include <dt-bindings/phy/phy.h>
-#include "rk3588s.dtsi"
-
 / {
+	dmc: memory-controller {
+		compatible = "rockchip,rk3588-dmc";
+		rockchip,pmu = <&pmu1grf>;
+	};
+};
+
+&scmi_clk {
+	assigned-clocks = <&scmi_clk SCMI_CLK_CPUB01>,
+			  <&scmi_clk SCMI_CLK_CPUB23>;
+	assigned-clock-rates = <816000000>, <816000000>;
 };
diff --git a/arch/arm/dts/rk3588s.dtsi b/arch/arm/dts/rk3588s.dtsi
deleted file mode 100644
index 6572588ad6..0000000000
-- 
2.39.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: rockchip: Remove extra file rk3588s.dtsi
  2025-04-09  9:11 [PATCH] ARM: dts: rockchip: Remove extra file rk3588s.dtsi Alexander Shiyan
@ 2025-04-10  6:42 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2025-04-10  6:42 UTC (permalink / raw)
  To: barebox, Alexander Shiyan


On Wed, 09 Apr 2025 12:11:33 +0300, Alexander Shiyan wrote:
> All RK3588 barebox-specific devicetree nodes can be placed
> into one file. The CPU variant-specific split rk3588{s/j}.dtsi
> can be used later if needed.
> 
> 

Applied, thanks!

[1/1] ARM: dts: rockchip: Remove extra file rk3588s.dtsi
      https://git.pengutronix.de/cgit/barebox/commit/?id=9f3bbe1a3630 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-04-10  7:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-09  9:11 [PATCH] ARM: dts: rockchip: Remove extra file rk3588s.dtsi Alexander Shiyan
2025-04-10  6:42 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox