Message ID | 20220810130212.400371-1-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: am335x: drop panel endpoint unit address | expand |
* Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> [220810 12:55]: > The endpoint in panel port node should not have unit address: > > am335x-evmsk.dtb: panel: port:endpoint@0: 'reg' is a required property This should not conflict with other changes that I'm aware of, so please feel free to queue with your other patches: Acked-by: Tony Lindgren <tony@atomide.com>
On Wed, 10 Aug 2022 16:02:12 +0300, Krzysztof Kozlowski wrote: > The endpoint in panel port node should not have unit address: > > am335x-evmsk.dtb: panel: port:endpoint@0: 'reg' is a required property > > Applied, thanks! [1/1] ARM: dts: am335x: drop panel endpoint unit address https://git.kernel.org/krzk/linux-dt/c/007cf8d4cbbbf467c9d4ef318fc32a592af32a83 Best regards,
diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts index 25c6ac9913d2..6e34161d327b 100644 --- a/arch/arm/boot/dts/am335x-evm.dts +++ b/arch/arm/boot/dts/am335x-evm.dts @@ -126,7 +126,7 @@ panel { backlight = <&backlight>; port { - panel_0: endpoint@0 { + panel_0: endpoint { remote-endpoint = <&lcdc_0>; }; }; diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts index 9c458e5a95b7..5b3278c0c46a 100644 --- a/arch/arm/boot/dts/am335x-evmsk.dts +++ b/arch/arm/boot/dts/am335x-evmsk.dts @@ -191,7 +191,7 @@ panel { backlight = <&lcd_bl>; port { - panel_0: endpoint@0 { + panel_0: endpoint { remote-endpoint = <&lcdc_0>; }; };
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> --- arch/arm/boot/dts/am335x-evm.dts | 2 +- arch/arm/boot/dts/am335x-evmsk.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)