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

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
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1529,11 +1529,6 @@
			clock-names = "lcd";
			resets = <&rcc LTDC_R>;
			status = "disabled";

			port {
				#address-cells = <1>;
				#size-cells = <0>;
			};
		};

		iwdg2: watchdog@5a002000 {
+1 −2
Original line number Diff line number Diff line
@@ -107,8 +107,7 @@
	status = "okay";

	port {
		ltdc_ep0_out: endpoint@0 {
			reg = <0>;
		ltdc_ep0_out: endpoint {
			remote-endpoint = <&dsi_in>;
		};
	};
+1 −2
Original line number Diff line number Diff line
@@ -107,8 +107,7 @@
	status = "okay";

	port {
		ltdc_out_dsi: endpoint@0 {
			reg = <0>;
		ltdc_out_dsi: endpoint {
			remote-endpoint = <&dsi_in_ltdc>;
		};
	};
+1 −2
Original line number Diff line number Diff line
@@ -81,8 +81,7 @@
	status = "okay";

	port {
		ltdc_ep0_out: endpoint@0 {
			reg = <0>;
		ltdc_ep0_out: endpoint {
			remote-endpoint = <&panel_in>;
		};
	};
+3 −0
Original line number Diff line number Diff line
@@ -87,6 +87,9 @@
	status = "okay";

	port {
		#address-cells = <1>;
		#size-cells = <0>;

		ltdc_ep1_out: endpoint@1 {
			reg = <1>;
			remote-endpoint = <&dsi_in>;
Loading