Skip to content

Commit 420d04d

Browse files
author
Robby Cai
committed
MLK-23600-3 Remove second virtual dewarp node
second virtual dewarp node not needed as VSI gets back to use the real dewarp Signed-off-by: Robby Cai <[email protected]> Reviewed-by: Guoniu.zhou <[email protected]> (cherry picked from commit bf7698bb60035c7b32cec6f7c57e3072869a7888)
1 parent f5390f2 commit 420d04d

4 files changed

Lines changed: 0 additions & 28 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mp-evk-basler-ov2775.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,3 @@
123123
&dewarp {
124124
status = "okay";
125125
};
126-
127-
&dewarp_1 {
128-
status = "okay";
129-
};

arch/arm64/boot/dts/freescale/imx8mp-evk-dual-basler.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@
8484
status = "okay";
8585
};
8686

87-
&dewarp_1 {
88-
status = "okay";
89-
};
90-
9187
&mipi_csi_0 {
9288
status = "okay";
9389
clock-frequency = <266000000>;

arch/arm64/boot/dts/freescale/imx8mp-evk-dual-ov2775.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,6 @@
101101
status = "okay";
102102
};
103103

104-
&dewarp_1 {
105-
status = "okay";
106-
};
107-
108104
&mipi_csi_0 {
109105
status = "okay";
110106
clock-frequency = <266000000>;

arch/arm64/boot/dts/freescale/imx8mp.dtsi

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1854,22 +1854,6 @@
18541854
status = "disabled";
18551855
};
18561856

1857-
dewarp_1: dwe_dup@32e30000 {
1858-
compatible = "fsl,imx8mp-dwe";
1859-
reg = <0x32e30000 0x10000>;
1860-
interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
1861-
clocks = <&clk IMX8MP_CLK_MEDIA_AXI>,
1862-
<&clk IMX8MP_CLK_MEDIA_AXI>,
1863-
<&clk IMX8MP_CLK_MEDIA_APB>;
1864-
clock-names = "core", "axi", "ahb";
1865-
assigned-clocks = <&clk IMX8MP_CLK_MEDIA_AXI_ROOT>,
1866-
<&clk IMX8MP_CLK_MEDIA_APB_ROOT>;
1867-
assigned-clock-rates = <500000000>, <200000000>;
1868-
power-domains = <&ispdwp_pd>;
1869-
id = <1>;
1870-
status = "disabled";
1871-
};
1872-
18731857
mipi_csi_0: csi@32e40000 {
18741858
compatible = "fsl,imx8mp-mipi-csi", "fsl,imx8mn-mipi-csi";
18751859
reg = <0x32e40000 0x10000>;

0 commit comments

Comments
 (0)