diff options
| author | Heiko Stuebner <[email protected]> | 2020-07-01 11:28:40 +0200 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2020-07-22 20:21:01 +0800 |
| commit | 014fbd7d36fb10613ee3f7f7392426b64a2bee66 (patch) | |
| tree | b6b8b5ff2e33b9571d0d006837680c492b9d5ff7 | |
| parent | 1c4b5038afcc7cdb1064713f65571da05aa0de0e (diff) | |
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 <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
| -rw-r--r-- | arch/arm/dts/rk3326.dtsi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3326.dtsi b/arch/arm/dts/rk3326.dtsi new file mode 100644 index 00000000000..2ba6da12513 --- /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; |
