From: Heiko Stuebner Date: Wed, 1 Jul 2020 09:28:40 +0000 (+0200) Subject: rockchip: px30: sync the main rk3326 dtsi from mainline X-Git-Tag: v2020.10~106^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=014fbd7d36fb10613ee3f7f7392426b64a2bee66;p=platform%2Fkernel%2Fu-boot.git rockchip: px30: sync the main rk3326 dtsi from mainline 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 Reviewed-by: Kever Yang --- diff --git a/arch/arm/dts/rk3326.dtsi b/arch/arm/dts/rk3326.dtsi new file mode 100644 index 0000000..2ba6da1 --- /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;