There was a small mistake when first introducing this controller driver: the power-domain property was missing in the device tree because there was only one controller supported at this time (UART) and this is a Synopsis IP which did not support power domains. The idea is to always use these power domains when available, so let's add it to the bindings, the DT and use it from the driver through the runtimpe PM API instead of doing raw clk API calls. Miquel Raynal (3): dt-bindings: mtd: renesas: Fix the NAND controller description ARM: dts: r9a06g032: Fix the NAND controller node mtd: rawnand: renesas: Use runtime PM instead of the raw clock API .../bindings/mtd/renesas-nandc.yaml | 5 ++ arch/arm/boot/dts/r9a06g032.dtsi | 1 + .../mtd/nand/raw/renesas-nand-controller.c | 58 +++++++++---------- 3 files changed, 32 insertions(+), 32 deletions(-) -- 2.27.0