diff options
| author | Filip Drazic <[email protected]> | 2016-08-25 18:58:49 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2016-11-15 15:30:39 +0100 |
| commit | c5e79ee74c58c0cc9d9a8477270401c19f1c0953 (patch) | |
| tree | 94435a50e503d468f9af9b9889394b3fb6bad472 | |
| parent | bc019369653ce9a0b56518d9a126b030ee27f279 (diff) | |
ARM64: zynqmp: DT: Remove unused DDR PM domain
DDR power states are handled by the PM firmware, so this domain is
redundant. Also, since there is no device using this PM domain,
it will be powered off during boot, which is wrong.
Signed-off-by: Filip Drazic <[email protected]>
Acked-by: Soren Brinkmann <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | arch/arm/dts/zynqmp.dtsi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index f3f4f88cecf..25d0edac4db 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -190,11 +190,6 @@ pd-id = <0x30>; }; - pd_ddr: pd-ddr { - #power-domain-cells = <0x0>; - pd-id = <0x37>; - }; - pd_apll: pd-apll { #power-domain-cells = <0x0>; pd-id = <0x32>; |
