mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
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 <heiko.stuebner@theobroma-systems.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
1c4b5038af
commit
014fbd7d36
1 changed files with 15 additions and 0 deletions
15
arch/arm/dts/rk3326.dtsi
Normal file
15
arch/arm/dts/rk3326.dtsi
Normal file
|
@ -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;
|
Loading…
Add table
Reference in a new issue