mbox series

[v2,00/10] clean up all Hisilicon-related errors detected by DT schema on arm32

Message ID 20201012061225.1597-1-thunder.leizhen@huawei.com
Headers show
Series clean up all Hisilicon-related errors detected by DT schema on arm32 | expand

Message

Leizhen (ThunderTown) Oct. 12, 2020, 6:12 a.m. UTC
v1 --> v2:
Too deep in arm32. I forgot arm64. Add property "#reset-cells" into sysctrl.yaml (Patch 9).


v1:
These patches are based on the latest linux-next.

Zhen Lei (10):
  ARM: dts: hisilicon: fix errors detected by snps-dw-apb-uart.yaml
  ARM: dts: hisilicon: fix errors detected by pl011.yaml
  ARM: dts: hisilicon: fix errors detected by usb yaml
  ARM: dts: hisilicon: fix errors detected by simple-bus.yaml
  ARM: dts: hisilicon: fix errors detected by root-node.yaml
  ARM: dts: hisilicon: fix errors detected by synopsys-dw-mshc.yaml
  ARM: dts: hisilicon: fix errors detected by spi-pl022.yaml
  ARM: dts: hisilicon: fix errors detected by syscon.yaml
  dt-bindings: arm: hisilicon: add missing properties into sysctrl.yaml
  dt-bindings: arm: hisilicon: add missing properties into cpuctrl.yaml

 .../bindings/arm/hisilicon/controller/cpuctrl.yaml | 27 +++++++++++++-
 .../bindings/arm/hisilicon/controller/sysctrl.yaml | 28 +++++++++++++--
 arch/arm/boot/dts/hi3519-demb.dts                  |  2 +-
 arch/arm/boot/dts/hi3519.dtsi                      | 32 ++++++++---------
 arch/arm/boot/dts/hi3620-hi4511.dts                | 24 ++++++-------
 arch/arm/boot/dts/hi3620.dtsi                      | 32 ++++++++---------
 arch/arm/boot/dts/hip01-ca9x2.dts                  |  2 +-
 arch/arm/boot/dts/hip01.dtsi                       | 26 +++++++-------
 arch/arm/boot/dts/hip04-d01.dts                    |  2 +-
 arch/arm/boot/dts/hip04.dtsi                       |  6 ++--
 arch/arm/boot/dts/hisi-x5hd2-dkb.dts               |  2 +-
 arch/arm/boot/dts/hisi-x5hd2.dtsi                  | 42 +++++++++++-----------
 12 files changed, 136 insertions(+), 89 deletions(-)

Comments

Wei Xu Nov. 24, 2020, 11:59 a.m. UTC | #1
Hi Zhen,

On 2020/10/12 14:12, Zhen Lei wrote:
> v1 --> v2:
> Too deep in arm32. I forgot arm64. Add property "#reset-cells" into sysctrl.yaml (Patch 9).
> 
> 
> v1:
> These patches are based on the latest linux-next.
> 
> Zhen Lei (10):
>   ARM: dts: hisilicon: fix errors detected by snps-dw-apb-uart.yaml
>   ARM: dts: hisilicon: fix errors detected by pl011.yaml
>   ARM: dts: hisilicon: fix errors detected by usb yaml
>   ARM: dts: hisilicon: fix errors detected by simple-bus.yaml
>   ARM: dts: hisilicon: fix errors detected by root-node.yaml
>   ARM: dts: hisilicon: fix errors detected by synopsys-dw-mshc.yaml
>   ARM: dts: hisilicon: fix errors detected by spi-pl022.yaml
>   ARM: dts: hisilicon: fix errors detected by syscon.yaml

Thanks!
Fixed some typos in the commit and applied all the dts changes
to the hisilicon arm32 dt tree.

Best Regards,
Wei

>   dt-bindings: arm: hisilicon: add missing properties into sysctrl.yaml
>   dt-bindings: arm: hisilicon: add missing properties into cpuctrl.yaml
> 
>  .../bindings/arm/hisilicon/controller/cpuctrl.yaml | 27 +++++++++++++-
>  .../bindings/arm/hisilicon/controller/sysctrl.yaml | 28 +++++++++++++--
>  arch/arm/boot/dts/hi3519-demb.dts                  |  2 +-
>  arch/arm/boot/dts/hi3519.dtsi                      | 32 ++++++++---------
>  arch/arm/boot/dts/hi3620-hi4511.dts                | 24 ++++++-------
>  arch/arm/boot/dts/hi3620.dtsi                      | 32 ++++++++---------
>  arch/arm/boot/dts/hip01-ca9x2.dts                  |  2 +-
>  arch/arm/boot/dts/hip01.dtsi                       | 26 +++++++-------
>  arch/arm/boot/dts/hip04-d01.dts                    |  2 +-
>  arch/arm/boot/dts/hip04.dtsi                       |  6 ++--
>  arch/arm/boot/dts/hisi-x5hd2-dkb.dts               |  2 +-
>  arch/arm/boot/dts/hisi-x5hd2.dtsi                  | 42 +++++++++++-----------
>  12 files changed, 136 insertions(+), 89 deletions(-)
>