mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-18 00:24:58 +08:00
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: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
parent
9c32f980d9
commit
276bd3f003
@ -27,15 +27,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&dsi {
|
&dsi {
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
status = "okay";
|
status = "okay";
|
||||||
phy-dsi-supply = <®18>;
|
phy-dsi-supply = <®18>;
|
||||||
|
|
||||||
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 @@
|
|||||||
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 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&dsi {
|
&dsi {
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
phy-dsi-supply = <®18>;
|
phy-dsi-supply = <®18>;
|
||||||
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 @@
|
|||||||
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 @@
|
|||||||
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>;
|
||||||
|
Loading…
Reference in New Issue
Block a user