OSDN Git Service

ARM: dts: am335x: drop panel endpoint unit address
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 10 Aug 2022 13:02:12 +0000 (16:02 +0300)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 17 Oct 2022 21:46:57 +0000 (17:46 -0400)
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
arch/arm/boot/dts/am335x-evm.dts
arch/arm/boot/dts/am335x-evmsk.dts

index 25c6ac9..6e34161 100644 (file)
                backlight = <&backlight>;
 
                port {
-                       panel_0: endpoint@0 {
+                       panel_0: endpoint {
                                remote-endpoint = <&lcdc_0>;
                        };
                };
index 9c458e5..5b3278c 100644 (file)
                backlight = <&lcd_bl>;
 
                port {
-                       panel_0: endpoint@0 {
+                       panel_0: endpoint {
                                remote-endpoint = <&lcdc_0>;
                        };
                };