diff options
| author | Filip Drazic <[email protected]> | 2016-08-25 18:58:51 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2016-11-15 15:30:39 +0100 |
| commit | 7780a869d7e7dadb0c9b99002d36671aff22a9cd (patch) | |
| tree | b86692260067296f716f4a3e81a3e4d830775a12 | |
| parent | c5e79ee74c58c0cc9d9a8477270401c19f1c0953 (diff) | |
ARM64: zynqmp: DT: Remove unused PM domains for PLL
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 | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 25d0edac4db..6df8ee9fd1d 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -189,31 +189,6 @@ #power-domain-cells = <0x0>; pd-id = <0x30>; }; - - pd_apll: pd-apll { - #power-domain-cells = <0x0>; - pd-id = <0x32>; - }; - - pd_vpll: pd-vpll { - #power-domain-cells = <0x0>; - pd-id = <0x33>; - }; - - pd_dpll: pd-dpll { - #power-domain-cells = <0x0>; - pd-id = <0x34>; - }; - - pd_rpll: pd-rpll { - #power-domain-cells = <0x0>; - pd-id = <0x35>; - }; - - pd_iopll: pd-iopll { - #power-domain-cells = <0x0>; - pd-id = <0x36>; - }; }; pmu { |
