From 94c62cf0698c0edbf1f118dd80ea19d0ff5d834e Mon Sep 17 00:00:00 2001 From: Gary Yang Date: Fri, 13 Mar 2026 19:49:13 +0800 Subject: [PATCH] dt-bindings: PCI: cix,sky1-pcie-host: Add power-domains The Sky1 PCIe controller resides in a dedicated power domain managed via SCMI. Add the power-domains property to the binding to allow describing this dependency. Signed-off-by: Gary Yang Signed-off-by: Manivannan Sadhasivam Acked-by: Krzysztof Kozlowski Link: https://patch.msgid.link/20260313114914.1564115-2-gary.yang@cixtech.com --- Documentation/devicetree/bindings/pci/cix,sky1-pcie-host.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/pci/cix,sky1-pcie-host.yaml b/Documentation/devicetree/bindings/pci/cix,sky1-pcie-host.yaml index b910a42e0843..d55d165f1e94 100644 --- a/Documentation/devicetree/bindings/pci/cix,sky1-pcie-host.yaml +++ b/Documentation/devicetree/bindings/pci/cix,sky1-pcie-host.yaml @@ -38,6 +38,9 @@ properties: ranges: maxItems: 3 + power-domains: + maxItems: 1 + required: - compatible - ranges