diff options
| -rw-r--r-- | arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts index fc3e3e297647..62004b609b15 100644 --- a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts +++ b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts @@ -467,6 +467,13 @@  };  &lvds1 { +	/* +	 * Even though the LVDS1 output is not connected, the encoder must be +	 * enabled to supply a pixel clock to the DU for the DPAD output when +	 * LVDS0 is in use. +	 */ +	status = "okay"; +  	clocks = <&cpg CPG_MOD 727>,  		 <&x13_clk>,  		 <&extal_clk>; |