public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/3] rockchip: px30: sync the main rk3326 dtsi from mainline
@ 2020-07-01  9:28 Heiko Stuebner
  2020-07-01  9:28 ` [PATCH 2/3] rockchip: px30: sync Odroid Go Advance devicetree from Linux Heiko Stuebner
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Heiko Stuebner @ 2020-07-01  9:28 UTC (permalink / raw)
  To: u-boot

From: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>

The rk3326 is just a trimmed down px30 from a software perspective,
so the mainline rk3326 dtsi also ist just a tiny addition.

Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
---
 arch/arm/dts/rk3326.dtsi | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 arch/arm/dts/rk3326.dtsi

diff --git a/arch/arm/dts/rk3326.dtsi b/arch/arm/dts/rk3326.dtsi
new file mode 100644
index 0000000000..2ba6da1251
--- /dev/null
+++ b/arch/arm/dts/rk3326.dtsi
@@ -0,0 +1,15 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/*
+ * Copyright (c) 2020 Fuzhou Rockchip Electronics Co., Ltd
+ */
+
+#include "px30.dtsi"
+
+&display_subsystem {
+	ports = <&vopb_out>;
+};
+
+/delete-node/ &dsi_in_vopl;
+/delete-node/ &lvds_vopl_in;
+/delete-node/ &vopl;
+/delete-node/ &vopl_mmu;
-- 
2.26.2

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

end of thread, other threads:[~2020-07-08 10:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-01  9:28 [PATCH 1/3] rockchip: px30: sync the main rk3326 dtsi from mainline Heiko Stuebner
2020-07-01  9:28 ` [PATCH 2/3] rockchip: px30: sync Odroid Go Advance devicetree from Linux Heiko Stuebner
2020-07-08 10:02   ` Kever Yang
2020-07-01  9:28 ` [PATCH 3/3] rockchip: board: add Hardkernel Odroid Go2 board Heiko Stuebner
2020-07-08 10:03   ` Kever Yang
2020-07-08 10:02 ` [PATCH 1/3] rockchip: px30: sync the main rk3326 dtsi from mainline Kever Yang

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