Skip to content

Commit

Permalink
MLK-23600-3 Remove second virtual dewarp node
Browse files Browse the repository at this point in the history
second virtual dewarp node not needed as VSI gets back to use the real dewarp

Signed-off-by: Robby Cai <robby.cai@nxp.com>
Reviewed-by: Guoniu.zhou <guoniu.zhou@nxp.com>
(cherry picked from commit bf7698bb60035c7b32cec6f7c57e3072869a7888)
  • Loading branch information
Robby Cai committed Mar 4, 2021
1 parent f5390f2 commit 420d04d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.
4 changes: 0 additions & 4 deletions arch/arm64/boot/dts/freescale/imx8mp-evk-basler-ov2775.dts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,3 @@
&dewarp {
status = "okay";
};

&dewarp_1 {
status = "okay";
};
4 changes: 0 additions & 4 deletions arch/arm64/boot/dts/freescale/imx8mp-evk-dual-basler.dts
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@
status = "okay";
};

&dewarp_1 {
status = "okay";
};

&mipi_csi_0 {
status = "okay";
clock-frequency = <266000000>;
Expand Down
4 changes: 0 additions & 4 deletions arch/arm64/boot/dts/freescale/imx8mp-evk-dual-ov2775.dts
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@
status = "okay";
};

&dewarp_1 {
status = "okay";
};

&mipi_csi_0 {
status = "okay";
clock-frequency = <266000000>;
Expand Down
16 changes: 0 additions & 16 deletions arch/arm64/boot/dts/freescale/imx8mp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1854,22 +1854,6 @@
status = "disabled";
};

dewarp_1: dwe_dup@32e30000 {
compatible = "fsl,imx8mp-dwe";
reg = <0x32e30000 0x10000>;
interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk IMX8MP_CLK_MEDIA_AXI>,
<&clk IMX8MP_CLK_MEDIA_AXI>,
<&clk IMX8MP_CLK_MEDIA_APB>;
clock-names = "core", "axi", "ahb";
assigned-clocks = <&clk IMX8MP_CLK_MEDIA_AXI_ROOT>,
<&clk IMX8MP_CLK_MEDIA_APB_ROOT>;
assigned-clock-rates = <500000000>, <200000000>;
power-domains = <&ispdwp_pd>;
id = <1>;
status = "disabled";
};

mipi_csi_0: csi@32e40000 {
compatible = "fsl,imx8mp-mipi-csi", "fsl,imx8mn-mipi-csi";
reg = <0x32e40000 0x10000>;
Expand Down

0 comments on commit 420d04d

Please sign in to comment.