Re: [PATCH v4 1/1] phy: fsl-imx8-mipi-dphy: Hook into runtime pm

2021-02-22 Thread Liu Ying
On Tue, 2021-02-23 at 10:36 +0800, Liu Ying wrote: > Hi Guido, > > On Mon, 2021-02-22 at 19:38 +0100, Guido Günther wrote: > > This allows us to shut down the mipi power domain on the imx8. The > > alternative would be to drop the dphy from the mipi power domain in the > > SOCs device tree and onl

Re: [PATCH v4 1/1] phy: fsl-imx8-mipi-dphy: Hook into runtime pm

2021-02-22 Thread Liu Ying
Hi Guido, On Mon, 2021-02-22 at 19:38 +0100, Guido Günther wrote: > This allows us to shut down the mipi power domain on the imx8. The > alternative would be to drop the dphy from the mipi power domain in the > SOCs device tree and only have the DSI host controller visible there but > since the PD

[PATCH v4 1/1] phy: fsl-imx8-mipi-dphy: Hook into runtime pm

2021-02-22 Thread Guido Günther
This allows us to shut down the mipi power domain on the imx8. The alternative would be to drop the dphy from the mipi power domain in the SOCs device tree and only have the DSI host controller visible there but since the PD is mostly about the PHY that would defeat it's purpose. This allows to sh