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

Gary Yang posted 2 patches 3 weeks, 3 days ago
.../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
[PATCH v4 0/2] Add scmi powerdomain for sky1
Posted by Gary Yang 3 weeks, 3 days ago
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
Re: (subset) [PATCH v4 0/2] Add scmi powerdomain for sky1
Posted by Manivannan Sadhasivam 2 weeks ago
On Fri, 13 Mar 2026 19:49:12 +0800, Gary Yang wrote:
> 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
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: PCI: cix,sky1-pcie-host: Add power-domains
      commit: 94c62cf0698c0edbf1f118dd80ea19d0ff5d834e

Best regards,
-- 
Manivannan Sadhasivam <mani@kernel.org>