mtd: hyperbus: hbmc-am654: Drop pm_runtime* calls from probe
authorVignesh Raghavendra <vigneshr@ti.com>
Thu, 24 Sep 2020 08:12:13 +0000 (13:42 +0530)
committerVignesh Raghavendra <vigneshr@ti.com>
Wed, 30 Sep 2020 08:05:18 +0000 (13:35 +0530)
commit992df3bb35a1004f86126d2f80c83450b383f7f4
tree3d50c8f3ae0fd575a0444292da20d5ce6509cd90
parentaca31ce96814c84d1a41aaa109c15abe61005af7
mtd: hyperbus: hbmc-am654: Drop pm_runtime* calls from probe

Recent genpd changes for K3 platform ensure device is ON before driver
probe is called. Therefore, drop redundant pm_runtime_* calls from
driver to simplify the code.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Link: https://lore.kernel.org/r/20200924081214.16934-4-vigneshr@ti.com
drivers/mtd/hyperbus/hbmc-am654.c