mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
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:
parent
9abf2313ad
commit
a014f0ecdd
|
|
@ -126,7 +126,7 @@ panel {
|
|||
backlight = <&backlight>;
|
||||
|
||||
port {
|
||||
panel_0: endpoint@0 {
|
||||
panel_0: endpoint {
|
||||
remote-endpoint = <&lcdc_0>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@ panel {
|
|||
backlight = <&lcd_bl>;
|
||||
|
||||
port {
|
||||
panel_0: endpoint@0 {
|
||||
panel_0: endpoint {
|
||||
remote-endpoint = <&lcdc_0>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user