Commit 5364e377 authored by Raphael Gallais-Pou's avatar Raphael Gallais-Pou Committed by Alexandre Torgue

ARM: dts: stm32: fix ltdc warnings in stm32mp15 boards

Those concern:
  * "#size-cells" and "#address-cells" wrongly used
  * residual "reg" property appearing on endpoints where it could be
    avoided
Signed-off-by: default avatarRaphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Reviewed-by: default avatarMarek Vasut <marex@denx.de>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@foss.st.com>
parent f7164b34
...@@ -1529,11 +1529,6 @@ ltdc: display-controller@5a001000 { ...@@ -1529,11 +1529,6 @@ ltdc: display-controller@5a001000 {
clock-names = "lcd"; clock-names = "lcd";
resets = <&rcc LTDC_R>; resets = <&rcc LTDC_R>;
status = "disabled"; status = "disabled";
port {
#address-cells = <1>;
#size-cells = <0>;
};
}; };
iwdg2: watchdog@5a002000 { iwdg2: watchdog@5a002000 {
......
...@@ -107,8 +107,7 @@ &ltdc { ...@@ -107,8 +107,7 @@ &ltdc {
status = "okay"; status = "okay";
port { port {
ltdc_ep0_out: endpoint@0 { ltdc_ep0_out: endpoint {
reg = <0>;
remote-endpoint = <&dsi_in>; remote-endpoint = <&dsi_in>;
}; };
}; };
......
...@@ -107,8 +107,7 @@ &ltdc { ...@@ -107,8 +107,7 @@ &ltdc {
status = "okay"; status = "okay";
port { port {
ltdc_out_dsi: endpoint@0 { ltdc_out_dsi: endpoint {
reg = <0>;
remote-endpoint = <&dsi_in_ltdc>; remote-endpoint = <&dsi_in_ltdc>;
}; };
}; };
......
...@@ -81,8 +81,7 @@ &ltdc { ...@@ -81,8 +81,7 @@ &ltdc {
status = "okay"; status = "okay";
port { port {
ltdc_ep0_out: endpoint@0 { ltdc_ep0_out: endpoint {
reg = <0>;
remote-endpoint = <&panel_in>; remote-endpoint = <&panel_in>;
}; };
}; };
......
...@@ -87,6 +87,9 @@ &ltdc { ...@@ -87,6 +87,9 @@ &ltdc {
status = "okay"; status = "okay";
port { port {
#address-cells = <1>;
#size-cells = <0>;
ltdc_ep1_out: endpoint@1 { ltdc_ep1_out: endpoint@1 {
reg = <1>; reg = <1>;
remote-endpoint = <&dsi_in>; remote-endpoint = <&dsi_in>;
......
...@@ -244,8 +244,7 @@ &ltdc { ...@@ -244,8 +244,7 @@ &ltdc {
status = "okay"; status = "okay";
port { port {
ltdc_ep0_out: endpoint@0 { ltdc_ep0_out: endpoint {
reg = <0>;
remote-endpoint = <&dsi_in>; remote-endpoint = <&dsi_in>;
}; };
}; };
......
...@@ -161,8 +161,7 @@ &ltdc { ...@@ -161,8 +161,7 @@ &ltdc {
status = "okay"; status = "okay";
port { port {
ltdc_ep0_out: endpoint@0 { ltdc_ep0_out: endpoint {
reg = <0>;
remote-endpoint = <&panel_input>; remote-endpoint = <&panel_input>;
}; };
}; };
......
...@@ -336,11 +336,7 @@ &ltdc { ...@@ -336,11 +336,7 @@ &ltdc {
status = "okay"; status = "okay";
port { port {
#address-cells = <1>; ltdc_ep0_out: endpoint {
#size-cells = <0>;
ltdc_ep0_out: endpoint@0 {
reg = <0>;
remote-endpoint = <&adv7513_in>; remote-endpoint = <&adv7513_in>;
}; };
}; };
......
...@@ -457,8 +457,7 @@ &ltdc { ...@@ -457,8 +457,7 @@ &ltdc {
status = "okay"; status = "okay";
port { port {
ltdc_ep0_out: endpoint@0 { ltdc_ep0_out: endpoint {
reg = <0>;
remote-endpoint = <&sii9022_in>; remote-endpoint = <&sii9022_in>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment