Skip to content

Commit

Permalink
MLK-23600-4 Use GPR to control dewarp in driver
Browse files Browse the repository at this point in the history
Previously it controls dewarp in mipi driver which is not standard way.
Now use gpr to control dewarp in dewarp driver.

Signed-off-by: Robby Cai <robby.cai@nxp.com>
Reviewed-by: Guoniu.zhou <guoniu.zhou@nxp.com>
(cherry picked from commit 22373bd4b6979bc9c8e63b678bcd5204714fd4c9)
  • Loading branch information
Robby Cai committed Mar 4, 2021
1 parent 420d04d commit 7db1a36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/freescale/imx8mp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1819,6 +1819,7 @@
assigned-clock-rates = <500000000>;
power-domains = <&ispdwp_pd>;
id = <0>;
gpr = <&mediamix_blk_ctl>;
status = "disabled";
};

Expand All @@ -1835,6 +1836,7 @@
assigned-clock-rates = <500000000>;
power-domains = <&ispdwp_pd>;
id = <1>;
gpr = <&mediamix_blk_ctl>;
status = "disabled";
};

Expand Down

0 comments on commit 7db1a36

Please sign in to comment.