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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Link: https://lore.kernel.org/r/20220810130212.400371-1-krzysztof.kozlowski@linaro.org
This commit is contained in:
Krzysztof Kozlowski
2022-08-10 16:02:12 +03:00
parent 9abf2313ad
commit a014f0ecdd
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@
backlight = <&backlight>;
port {
panel_0: endpoint@0 {
panel_0: endpoint {
remote-endpoint = <&lcdc_0>;
};
};

View File

@@ -191,7 +191,7 @@
backlight = <&lcd_bl>;
port {
panel_0: endpoint@0 {
panel_0: endpoint {
remote-endpoint = <&lcdc_0>;
};
};