mbox series

[0/6] further clean up Hisilicon-related errors detected by DT schema on arm64

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

Message

Zhen Lei Jan. 18, 2021, 3:16 a.m. UTC
I've solved all the errors that can be fixed this time. The rest will require
more time and energy to analyze in depth.

Zhen Lei (6):
  arm64: dts: hisilicon: separate each group of data in the property
    "ranges"
  arm64: dts: hisilicon: place clock-names "bus" before "core"
  arm64: dts: hisilicon: normalize the node name of the module thermal
  arm64: dts: hisilicon: normalize the node name of the localbus
  arm64: dts: hisilicon: avoid irrelevant nodes being mistakenly
    identified as PHY nodes
  arm64: dts: hisilicon: delete unused property smmu-cb-memtype

 arch/arm64/boot/dts/hisilicon/hi3660.dtsi      | 6 +++---
 arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 8 ++++----
 arch/arm64/boot/dts/hisilicon/hi6220.dtsi      | 8 ++++----
 arch/arm64/boot/dts/hisilicon/hip05.dtsi       | 2 +-
 arch/arm64/boot/dts/hisilicon/hip06.dtsi       | 6 ++----
 arch/arm64/boot/dts/hisilicon/hip07.dtsi       | 9 ++-------
 6 files changed, 16 insertions(+), 23 deletions(-)

-- 
1.8.3

Comments

Wei Xu Jan. 26, 2021, 8:56 a.m. UTC | #1
Hi Zhen Lei,

On 2021/1/18 11:16, Zhen Lei wrote:
> I've solved all the errors that can be fixed this time. The rest will require

> more time and energy to analyze in depth.

> 

> Zhen Lei (6):

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

>     "ranges"

>   arm64: dts: hisilicon: place clock-names "bus" before "core"

>   arm64: dts: hisilicon: normalize the node name of the module thermal

>   arm64: dts: hisilicon: normalize the node name of the localbus

>   arm64: dts: hisilicon: avoid irrelevant nodes being mistakenly

>     identified as PHY nodes

>   arm64: dts: hisilicon: delete unused property smmu-cb-memtype

> 

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

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

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

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

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

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

>  6 files changed, 16 insertions(+), 23 deletions(-)

> 


Thanks!
Series applied to the hisilicon arm64 dt tree.

Best Regards,
Wei