mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
014fbd7d36
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>
15 lines
285 B
Text
15 lines
285 B
Text
// 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;
|