mbox series

[00/11] clean up some Hisilicon-related errors detected by DT schema on arm64

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

Message

Zhen Lei Oct. 12, 2020, 1:17 p.m. UTC
These patches are based on the latest linux-next. Because some txt files have
not converted to DT schema, so a lot of errors can not be fixed now. This time,
only some obvious errors are cleared.

Zhen Lei (11):
  arm64: dts: hisilicon: normalize the node name of the ITS devices
  arm64: dts: hisilicon: separate each group of data in the property
    "reg"
  arm64: dts: hisilicon: write the values of property-units into a
    uint32 array
  arm64: dts: hisilicon: remove unused property pinctrl-names
  arm64: dts: hisilicon: place clock-names "biu" before "ciu"
  arm64: dts: hisilicon: normalize the node name of the SMMU devices
  arm64: dts: hisilicon: normalize the node name of the usb devices
  arm64: dts: hisilicon: normalize the node name of the UART devices
  arm64: dts: hisilicon: list all clocks required by spi-pl022.yaml
  arm64: dts: hisilicon: list all clocks required by pl011.yaml
  arm64: dts: hisilicon: list all clocks required by
    snps-dw-apb-uart.yaml

 arch/arm64/boot/dts/hisilicon/hi3660.dtsi      |  11 +-
 arch/arm64/boot/dts/hisilicon/hi3670.dtsi      |   5 +-
 arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi |  27 ++--
 arch/arm64/boot/dts/hisilicon/hi6220.dtsi      |   4 +-
 arch/arm64/boot/dts/hisilicon/hip05.dtsi       |  20 +--
 arch/arm64/boot/dts/hisilicon/hip06.dtsi       |  14 +-
 arch/arm64/boot/dts/hisilicon/hip07.dtsi       | 178 ++++++++++++-------------
 7 files changed, 129 insertions(+), 130 deletions(-)

-- 
1.8.3

Comments

Wei Xu Nov. 25, 2020, 2:21 a.m. UTC | #1
Hi Zhen,

On 2020/10/12 21:17, Zhen Lei wrote:
> These patches are based on the latest linux-next. Because some txt files have

> not converted to DT schema, so a lot of errors can not be fixed now. This time,

> only some obvious errors are cleared.

> 

> Zhen Lei (11):

>   arm64: dts: hisilicon: normalize the node name of the ITS devices

>   arm64: dts: hisilicon: separate each group of data in the property

>     "reg"

>   arm64: dts: hisilicon: write the values of property-units into a

>     uint32 array

>   arm64: dts: hisilicon: remove unused property pinctrl-names

>   arm64: dts: hisilicon: place clock-names "biu" before "ciu"

>   arm64: dts: hisilicon: normalize the node name of the SMMU devices

>   arm64: dts: hisilicon: normalize the node name of the usb devices

>   arm64: dts: hisilicon: normalize the node name of the UART devices

>   arm64: dts: hisilicon: list all clocks required by spi-pl022.yaml

>   arm64: dts: hisilicon: list all clocks required by pl011.yaml

>   arm64: dts: hisilicon: list all clocks required by

>     snps-dw-apb-uart.yaml

> 

>  arch/arm64/boot/dts/hisilicon/hi3660.dtsi      |  11 +-

>  arch/arm64/boot/dts/hisilicon/hi3670.dtsi      |   5 +-

>  arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi |  27 ++--

>  arch/arm64/boot/dts/hisilicon/hi6220.dtsi      |   4 +-

>  arch/arm64/boot/dts/hisilicon/hip05.dtsi       |  20 +--

>  arch/arm64/boot/dts/hisilicon/hip06.dtsi       |  14 +-

>  arch/arm64/boot/dts/hisilicon/hip07.dtsi       | 178 ++++++++++++-------------

>  7 files changed, 129 insertions(+), 130 deletions(-)

> 


Thanks!
Series applied to the hisilicon arm64 dt tree.

Best Regards,
Wei