Commit 89862542 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Simon Horman

ARM: dts: r8a779[01]: Disable unconnected LVDS encoders

The LVDS0 encoder on Koelsh and Porter, and the LVDS1 encoder on Lager,
are enabled in DT but have no device connected to their output. This
result in spurious messages being printed to the kernel log such as

rcar-du feb00000.display: no connector for encoder /soc/lvds@feb90000, skipping

Fix it by disabling the encoders.

Fixes: 15a1ff30 ("ARM: dts: r8a7790: Convert to new LVDS DT bindings")
Fixes: e5c3f470 ("ARM: dts: r8a7791: Convert to new LVDS DT bindings")
Reported-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 9eb36b94
......@@ -489,8 +489,6 @@ endpoint {
};
&lvds1 {
status = "okay";
ports {
port@1 {
lvds_connector: endpoint {
......
......@@ -479,8 +479,6 @@ endpoint {
};
&lvds0 {
status = "okay";
ports {
port@1 {
lvds_connector: endpoint {
......
......@@ -482,8 +482,6 @@ endpoint {
};
&lvds0 {
status = "okay";
ports {
port@1 {
lvds_connector: endpoint {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment