Commit 05a8d2ab authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Greg Kroah-Hartman

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

[ Upstream commit 89862542 ]

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>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 0b3d71d8
...@@ -489,8 +489,6 @@ endpoint { ...@@ -489,8 +489,6 @@ endpoint {
}; };
&lvds1 { &lvds1 {
status = "okay";
ports { ports {
port@1 { port@1 {
lvds_connector: endpoint { lvds_connector: endpoint {
......
...@@ -479,8 +479,6 @@ endpoint { ...@@ -479,8 +479,6 @@ endpoint {
}; };
&lvds0 { &lvds0 {
status = "okay";
ports { ports {
port@1 { port@1 {
lvds_connector: endpoint { lvds_connector: endpoint {
......
...@@ -482,8 +482,6 @@ endpoint { ...@@ -482,8 +482,6 @@ endpoint {
}; };
&lvds0 { &lvds0 {
status = "okay";
ports { ports {
port@1 { port@1 {
lvds_connector: endpoint { 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