Commit 276bd3f0 authored by Ahmad Fatoum's avatar Ahmad Fatoum Committed by Alexandre Torgue

ARM: dts: stm32: remove now redundant STM32MP15x video cell sizes

With the cell sizes specified in the SoC DTSIs in a previous commit,
individual boards no longer need to specify them, thus drop them.

No functional change.
Signed-off-by: default avatarAhmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent 9c32f980
...@@ -27,15 +27,10 @@ chosen { ...@@ -27,15 +27,10 @@ chosen {
}; };
&dsi { &dsi {
#address-cells = <1>;
#size-cells = <0>;
status = "okay"; status = "okay";
phy-dsi-supply = <&reg18>; phy-dsi-supply = <&reg18>;
ports { ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 { port@0 {
reg = <0>; reg = <0>;
dsi_in: endpoint { dsi_in: endpoint {
...@@ -83,9 +78,6 @@ &ltdc { ...@@ -83,9 +78,6 @@ &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>;
......
...@@ -98,15 +98,10 @@ dcmi_0: endpoint { ...@@ -98,15 +98,10 @@ dcmi_0: endpoint {
}; };
&dsi { &dsi {
#address-cells = <1>;
#size-cells = <0>;
phy-dsi-supply = <&reg18>; phy-dsi-supply = <&reg18>;
status = "okay"; status = "okay";
ports { ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 { port@0 {
reg = <0>; reg = <0>;
dsi_in: endpoint { dsi_in: endpoint {
...@@ -240,9 +235,6 @@ &ltdc { ...@@ -240,9 +235,6 @@ &ltdc {
status = "okay"; status = "okay";
port { port {
#address-cells = <1>;
#size-cells = <0>;
ltdc_ep0_out: endpoint@0 { ltdc_ep0_out: endpoint@0 {
reg = <0>; reg = <0>;
remote-endpoint = <&dsi_in>; remote-endpoint = <&dsi_in>;
......
...@@ -394,9 +394,6 @@ &ltdc { ...@@ -394,9 +394,6 @@ &ltdc {
status = "okay"; status = "okay";
port { port {
#address-cells = <1>;
#size-cells = <0>;
ltdc_ep0_out: endpoint@0 { ltdc_ep0_out: endpoint@0 {
reg = <0>; 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