]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
rockchip: px30: sync the main rk3326 dtsi from mainline
authorHeiko Stuebner <heiko.stuebner@theobroma-systems.com>
Wed, 1 Jul 2020 09:28:40 +0000 (11:28 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 22 Jul 2020 12:21:01 +0000 (20:21 +0800)
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>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3326.dtsi [new file with mode: 0644]

diff --git a/arch/arm/dts/rk3326.dtsi b/arch/arm/dts/rk3326.dtsi
new file mode 100644 (file)
index 0000000..2ba6da1
--- /dev/null
@@ -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;