mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-25 21:54:23 +01:00
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 <filip.drazic@aggios.com> Acked-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
bc01936965
commit
c5e79ee74c
1 changed files with 0 additions and 5 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue