* [PATCH] ARM: dts: am335x: drop panel endpoint unit address
@ 2022-08-10 13:02 Krzysztof Kozlowski
2022-08-22 5:51 ` Tony Lindgren
2022-08-30 18:01 ` Krzysztof Kozlowski
0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-08-10 13:02 UTC (permalink / raw)
To: Benoît Cousson, Tony Lindgren, Rob Herring,
Krzysztof Kozlowski, linux-omap, devicetree, linux-kernel
Cc: Krzysztof Kozlowski
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(-)
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>;
};
};
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: dts: am335x: drop panel endpoint unit address
2022-08-10 13:02 [PATCH] ARM: dts: am335x: drop panel endpoint unit address Krzysztof Kozlowski
@ 2022-08-22 5:51 ` Tony Lindgren
2022-08-30 18:01 ` Krzysztof Kozlowski
1 sibling, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2022-08-22 5:51 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Benoît Cousson, Rob Herring, Krzysztof Kozlowski, linux-omap,
devicetree, linux-kernel
* 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>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: dts: am335x: drop panel endpoint unit address
2022-08-10 13:02 [PATCH] ARM: dts: am335x: drop panel endpoint unit address Krzysztof Kozlowski
2022-08-22 5:51 ` Tony Lindgren
@ 2022-08-30 18:01 ` Krzysztof Kozlowski
1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-08-30 18:01 UTC (permalink / raw)
To: linux-kernel, tony, devicetree, robh+dt, linux-omap,
krzysztof.kozlowski, krzysztof.kozlowski+dt, bcousson
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,
--
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-08-30 18:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-10 13:02 [PATCH] ARM: dts: am335x: drop panel endpoint unit address Krzysztof Kozlowski
2022-08-22 5:51 ` Tony Lindgren
2022-08-30 18:01 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).