summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/power/xlnx,zynqmp-genpd.txt
diff options
context:
space:
mode:
authorNaman Trivedi Manojbhai <naman.trivedimanojbhai@amd.com>2023-08-16 15:03:09 +0200
committerRob Herring <robh@kernel.org>2023-08-18 18:22:12 +0200
commitde259b7bd6bee317c8ae9e6324be6fd3b89e1930 (patch)
treee2a423a78739c18ab7ebe2f1fa25d7fa5f90b1c9 /Documentation/devicetree/bindings/power/xlnx,zynqmp-genpd.txt
parentdt: dt-check-compatible: Find struct of_device_id instances with compiler ann... (diff)
downloadlinux-de259b7bd6bee317c8ae9e6324be6fd3b89e1930.tar.xz
linux-de259b7bd6bee317c8ae9e6324be6fd3b89e1930.zip
dt-bindings: power: xilinx: merge zynqmp-genpd.txt with firmware binding
Remove the zynqmp-genpd.txt binding. Add the power-domain-cells property from the zynqmp-genpd.txt binding to firmware binding. Signed-off-by: Naman Trivedi Manojbhai <naman.trivedimanojbhai@amd.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20230816130309.1338446-1-naman.trivedimanojbhai@amd.com Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to '')
-rw-r--r--Documentation/devicetree/bindings/power/xlnx,zynqmp-genpd.txt34
1 files changed, 0 insertions, 34 deletions
diff --git a/Documentation/devicetree/bindings/power/xlnx,zynqmp-genpd.txt b/Documentation/devicetree/bindings/power/xlnx,zynqmp-genpd.txt
deleted file mode 100644
index 54b9f9d0f90f..000000000000
--- a/Documentation/devicetree/bindings/power/xlnx,zynqmp-genpd.txt
+++ /dev/null
@@ -1,34 +0,0 @@
------------------------------------------------------------
-Device Tree Bindings for the Xilinx Zynq MPSoC PM domains
------------------------------------------------------------
-The binding for zynqmp-power-controller follow the common
-generic PM domain binding[1].
-
-[1] Documentation/devicetree/bindings/power/power-domain.yaml
-
-== Zynq MPSoC Generic PM Domain Node ==
-
-Required property:
- - Below property should be in zynqmp-firmware node.
- - #power-domain-cells: Number of cells in a PM domain specifier. Must be 1.
-
-Power domain ID indexes are mentioned in
-include/dt-bindings/power/xlnx-zynqmp-power.h.
-
--------
-Example
--------
-
-firmware {
- zynqmp_firmware: zynqmp-firmware {
- ...
- #power-domain-cells = <1>;
- ...
- };
-};
-
-sata {
- ...
- power-domains = <&zynqmp_firmware 28>;
- ...
-};