diff options
author | Enric Balletbo i Serra <[email protected]> | 2021-03-09 00:38:55 +0100 |
---|---|---|
committer | Chanwoo Choi <[email protected]> | 2021-04-08 13:14:50 +0900 |
commit | 62467a843e2e40cfb71aabb99835cdcf5f534007 (patch) | |
tree | 74d71e1ccd714bcbf92e82f3109309824bd097a1 | |
parent | fbf821ec632b4bb93ec9224c1e75c36b01ad16ed (diff) |
dt-bindings: devfreq: rk3399_dmc: Add rockchip,pmu phandle.
The Rockchip DMC (Dynamic Memory Interface) needs to access to the PMU
general register files to know the DRAM type, so add a phandle to the
syscon that manages these registers.
Signed-off-by: Enric Balletbo i Serra <[email protected]>
Reviewed-by: Chanwoo Choi <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Gaƫl PORTAY <[email protected]>
Acked-by: MyungJoo Ham <[email protected]>
Signed-off-by: Daniel Lezcano <[email protected]>
Signed-off-by: Chanwoo Choi <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/devfreq/rk3399_dmc.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/devfreq/rk3399_dmc.txt b/Documentation/devicetree/bindings/devfreq/rk3399_dmc.txt index a10d1f6d85c6..a41bcfef95c8 100644 --- a/Documentation/devicetree/bindings/devfreq/rk3399_dmc.txt +++ b/Documentation/devicetree/bindings/devfreq/rk3399_dmc.txt @@ -12,6 +12,8 @@ Required properties: for details. - center-supply: DMC supply node. - status: Marks the node enabled/disabled. +- rockchip,pmu: Phandle to the syscon managing the "PMU general register + files". Optional properties: - interrupts: The CPU interrupt number. The interrupt specifier |