[PATCH v4 0/2] Add scmi powerdomain for sky1

From: Gary Yang

Date: Fri Mar 13 2026 - 07:49:52 EST


v4 changes:
- Pass dts build check with below commands:
make O=$OUTKNL dt_binding_check
make O=$OUTKNL dt_binding_check DT_SCHEMA_FILES=cix,sky1-pcie-host.yaml
make O=$OUTKNL CHECK_DTBS=y W=1 cix/sky1-orion-o6.dtb
scripts/checkpatch.pl 000*.patch
- delete power-domain-names property

v3 changes:
- Pass dts build check with below commands:
make O=$OUTKNL dt_binding_check
make O=$OUTKNL dt_binding_check DT_SCHEMA_FILES=cix,sky1-pcie-host.yaml
make O=$OUTKNL CHECK_DTBS=y W=1 cix/sky1-orion-o6.dtb
scripts/checkpatch.pl 000*.patch
- refine dt-bindings

v2 changes:
- Pass dts build check with below commands:
make O=$OUTKNL dt_binding_check
make O=$OUTKNL dt_binding_check DT_SCHEMA_FILES=cix,sky1-pcie-host.yaml
make O=$OUTKNL CHECK_DTBS=y W=1 cix/sky1-orion-o6.dtb
scripts/checkpatch.pl 000*.patch
- update dt-bindings

Gary Yang (2):
dt-bindings: PCI: cix,sky1-pcie-host: Add power-domains
arm64: dts: cix: Add scmi powerdomain nodes for sky1

.../bindings/pci/cix,sky1-pcie-host.yaml | 3 ++
arch/arm64/boot/dts/cix/sky1-power.h | 33 +++++++++++++++++++
arch/arm64/boot/dts/cix/sky1.dtsi | 21 ++++++++++++
3 files changed, 57 insertions(+)
create mode 100644 arch/arm64/boot/dts/cix/sky1-power.h

--
2.49.0