devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/3] arm64: dts: rockchip: add core devicetree for rk3326
@ 2020-03-08 22:32 Heiko Stuebner
  2020-03-08 22:32 ` [PATCH v2 2/3] dt-bindings: Add binding for Hardkernel Odroid Go Advance Heiko Stuebner
  2020-03-08 22:32 ` [PATCH v2 3/3] arm64: dts: rockchip: add Odroid Advance Go Heiko Stuebner
  0 siblings, 2 replies; 5+ messages in thread
From: Heiko Stuebner @ 2020-03-08 22:32 UTC (permalink / raw)
  To: linux-rockchip
  Cc: robh+dt, devicetree, mark.rutland, christoph.muellner,
	robin.murphy, heiko, linux-arm-kernel, kever.yang, linux-kernel,
	jbx6244, Heiko Stuebner

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

The rk3326 is basically a px30 without the second display controller.
So add a dtsi based on that, that just removes the affected nodes.

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

diff --git a/arch/arm64/boot/dts/rockchip/rk3326.dtsi b/arch/arm64/boot/dts/rockchip/rk3326.dtsi
new file mode 100644
index 000000000000..2ba6da125137
--- /dev/null
+++ b/arch/arm64/boot/dts/rockchip/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.24.1


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

end of thread, other threads:[~2020-03-23 19:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-08 22:32 [PATCH v2 1/3] arm64: dts: rockchip: add core devicetree for rk3326 Heiko Stuebner
2020-03-08 22:32 ` [PATCH v2 2/3] dt-bindings: Add binding for Hardkernel Odroid Go Advance Heiko Stuebner
2020-03-23 19:55   ` Rob Herring
2020-03-08 22:32 ` [PATCH v2 3/3] arm64: dts: rockchip: add Odroid Advance Go Heiko Stuebner
2020-03-08 22:39   ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).