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

ARM: dts: stm32: fix dsi warnings on stm32mp15 boards



Fixes DSI related warnings:

 * "#size-cells" and "#address-cells" wrongly used
 * Changed 'panel-dsi@0' to 'panel@0' according to dsi-controller.yaml

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 45e418bd
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -24,14 +24,7 @@
			clock-names = "pclk", "ref", "px_clk";
			resets = <&rcc DSI_R>;
			reset-names = "apb";
			#address-cells = <1>;
			#size-cells = <0>;
			status = "disabled";

			ports {
				#address-cells = <1>;
				#size-cells = <0>;
			};
		};
	};
};
+3 −0
Original line number Diff line number Diff line
@@ -49,6 +49,9 @@
	phy-dsi-supply = <&reg18>;

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

		port@0 {
			reg = <0>;
			dsi_in: endpoint {
+3 −0
Original line number Diff line number Diff line
@@ -49,6 +49,9 @@
	phy-dsi-supply = <&reg18>;

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

		port@0 {
			reg = <0>;
			dsi_in_ltdc: endpoint {
+5 −0
Original line number Diff line number Diff line
@@ -31,10 +31,15 @@
};

&dsi {
	#address-cells = <1>;
	#size-cells = <0>;
	status = "okay";
	phy-dsi-supply = <&reg18>;

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

		port@0 {
			reg = <0>;
			dsi_in: endpoint {
+6 −1
Original line number Diff line number Diff line
@@ -101,9 +101,14 @@

&dsi {
	phy-dsi-supply = <&reg18>;
	#address-cells = <1>;
	#size-cells = <0>;
	status = "okay";

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

		port@0 {
			reg = <0>;
			dsi_in: endpoint {
@@ -119,7 +124,7 @@
		};
	};

	panel-dsi@0 {
	panel@0 {
		compatible = "raydium,rm68200";
		reg = <0>;
		reset-gpios = <&gpiof 15 GPIO_ACTIVE_LOW>;