Commit a014f0ec authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: am335x: drop panel endpoint unit address

The endpoint in panel port node should not have unit address:

  am335x-evmsk.dtb: panel: port:endpoint@0: 'reg' is a required property
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Link: https://lore.kernel.org/r/20220810130212.400371-1-krzysztof.kozlowski@linaro.org
parent 9abf2313
...@@ -126,7 +126,7 @@ panel { ...@@ -126,7 +126,7 @@ panel {
backlight = <&backlight>; backlight = <&backlight>;
port { port {
panel_0: endpoint@0 { panel_0: endpoint {
remote-endpoint = <&lcdc_0>; remote-endpoint = <&lcdc_0>;
}; };
}; };
......
...@@ -191,7 +191,7 @@ panel { ...@@ -191,7 +191,7 @@ panel {
backlight = <&lcd_bl>; backlight = <&lcd_bl>;
port { port {
panel_0: endpoint@0 { panel_0: endpoint {
remote-endpoint = <&lcdc_0>; remote-endpoint = <&lcdc_0>;
}; };
}; };
......
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