From 11046edaf7c7e0139da7c72ba93b0d25aea41a1b Mon Sep 17 00:00:00 2001 From: Han Gao Date: Thu, 18 Jan 2024 17:46:02 +0800 Subject: [PATCH] fix: revert dpu_enc0 for build Signed-off-by: Han Gao --- arch/riscv/boot/dts/thead/th1520-lpi4a.dtsi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/arch/riscv/boot/dts/thead/th1520-lpi4a.dtsi b/arch/riscv/boot/dts/thead/th1520-lpi4a.dtsi index 886291182..9ad5f25e7 100644 --- a/arch/riscv/boot/dts/thead/th1520-lpi4a.dtsi +++ b/arch/riscv/boot/dts/thead/th1520-lpi4a.dtsi @@ -1625,6 +1625,21 @@ status = "okay"; }; +&dpu_enc0 { + status = "okay"; + + ports { + /* output */ + port@1 { + reg = <1>; + + enc0_out: endpoint { + remote-endpoint = <&dsi0_in>; + }; + }; + }; +}; + &dpu_enc1 { ports { /delete-node/ port@0;