[PATCH v2 00/13] arm64: dts: layerscaple: clean up some simple CHECK_WARNING

Frank Li posted 13 patches 1 year, 5 months ago
Only 0 patches received!
.../arm64/boot/dts/freescale/fsl-ls1012a.dtsi | 13 +++---
.../arm64/boot/dts/freescale/fsl-ls1028a.dtsi |  5 ++-
.../boot/dts/freescale/fsl-ls1043a-qds.dts    |  2 +-
.../boot/dts/freescale/fsl-ls1043a-rdb.dts    |  2 +-
.../arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 10 ++---
.../boot/dts/freescale/fsl-ls1046a-qds.dts    |  2 +-
.../arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 45 ++++++++++---------
.../boot/dts/freescale/fsl-ls1088a-qds.dts    |  2 +-
.../arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 18 ++++----
.../boot/dts/freescale/fsl-ls208xa-qds.dtsi   |  2 +-
.../boot/dts/freescale/fsl-ls208xa-rdb.dtsi   |  2 +-
.../arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 18 ++++----
.../arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 14 +++---
.../dts/freescale/qoriq-fman3-0-10g-0.dtsi    |  2 +-
.../dts/freescale/qoriq-fman3-0-10g-1.dtsi    |  2 +-
.../dts/freescale/qoriq-fman3-0-1g-0.dtsi     |  2 +-
.../dts/freescale/qoriq-fman3-0-1g-1.dtsi     |  2 +-
.../dts/freescale/qoriq-fman3-0-1g-2.dtsi     |  2 +-
.../dts/freescale/qoriq-fman3-0-1g-3.dtsi     |  2 +-
.../dts/freescale/qoriq-fman3-0-1g-4.dtsi     |  2 +-
.../dts/freescale/qoriq-fman3-0-1g-5.dtsi     |  2 +-
.../boot/dts/freescale/qoriq-fman3-0.dtsi     |  4 +-
22 files changed, 78 insertions(+), 77 deletions(-)
[PATCH v2 00/13] arm64: dts: layerscaple: clean up some simple CHECK_WARNING
Posted by Frank Li 1 year, 5 months ago
Change from v1 to v2
- Combine some similar warning to one patch for difference ls chipes.
- Remove arm64: dts: layerscape: add '#power-control-cells' for rcpm
rcpm actually not power-controller, it is wakeup controller, need
better method to fix warning
- Add aux-bus fix
- Add pcie irq order fix
- Add rename to rtc fix
- Add thermal-node name fix
- Add q(b)man-portals node name fix

Frank Li (13):
  arm64: dts: layerscape: rename node 'timer' as 'rtc'
  arm64: dts: layerscape: add platform special compatible string for
    gpio
  arm64: dts: fsl-lx2160a: fix #address-cells for pinctrl-single
  arm64: dts: fsl-ls1012a: remove property 'snps,host-vbus-glitches'
  arm64: dts: layerscape: replace node name 'nor' with 'flash'
  arm64: dts: layerscape: remove compatible string 'fsl,fman-xmdio' for
    fman3
  arm64: dts: layerscaple: add #dma-cells for qdma
  arm64: dts: layerscape: rename node name "wdt" to "watchdog"
  arm64: dts: layerscape: change pcie interrupt order
  arm64: dts: layerscape: rename aux_bus to aux-bus
  arm64: dts: fsl-ls1043a: remove unused clk-name at watchdog node
  arm64: dts: fsl-ls1046a: rename thermal node name
  arm64: dts: layerscape: rename b(q)man-portals to b(q)man-portals-bus

 .../arm64/boot/dts/freescale/fsl-ls1012a.dtsi | 13 +++---
 .../arm64/boot/dts/freescale/fsl-ls1028a.dtsi |  5 ++-
 .../boot/dts/freescale/fsl-ls1043a-qds.dts    |  2 +-
 .../boot/dts/freescale/fsl-ls1043a-rdb.dts    |  2 +-
 .../arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 10 ++---
 .../boot/dts/freescale/fsl-ls1046a-qds.dts    |  2 +-
 .../arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 45 ++++++++++---------
 .../boot/dts/freescale/fsl-ls1088a-qds.dts    |  2 +-
 .../arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 18 ++++----
 .../boot/dts/freescale/fsl-ls208xa-qds.dtsi   |  2 +-
 .../boot/dts/freescale/fsl-ls208xa-rdb.dtsi   |  2 +-
 .../arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 18 ++++----
 .../arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 14 +++---
 .../dts/freescale/qoriq-fman3-0-10g-0.dtsi    |  2 +-
 .../dts/freescale/qoriq-fman3-0-10g-1.dtsi    |  2 +-
 .../dts/freescale/qoriq-fman3-0-1g-0.dtsi     |  2 +-
 .../dts/freescale/qoriq-fman3-0-1g-1.dtsi     |  2 +-
 .../dts/freescale/qoriq-fman3-0-1g-2.dtsi     |  2 +-
 .../dts/freescale/qoriq-fman3-0-1g-3.dtsi     |  2 +-
 .../dts/freescale/qoriq-fman3-0-1g-4.dtsi     |  2 +-
 .../dts/freescale/qoriq-fman3-0-1g-5.dtsi     |  2 +-
 .../boot/dts/freescale/qoriq-fman3-0.dtsi     |  4 +-
 22 files changed, 78 insertions(+), 77 deletions(-)

-- 
2.34.1
Re: [PATCH v2 00/13] arm64: dts: layerscaple: clean up some simple CHECK_WARNING
Posted by Shawn Guo 1 year, 5 months ago
On Wed, Jun 26, 2024 at 04:28:09PM -0400, Frank Li wrote:
> Change from v1 to v2
> - Combine some similar warning to one patch for difference ls chipes.
> - Remove arm64: dts: layerscape: add '#power-control-cells' for rcpm
> rcpm actually not power-controller, it is wakeup controller, need
> better method to fix warning
> - Add aux-bus fix
> - Add pcie irq order fix
> - Add rename to rtc fix
> - Add thermal-node name fix
> - Add q(b)man-portals node name fix
> 
> Frank Li (13):
>   arm64: dts: layerscape: rename node 'timer' as 'rtc'
>   arm64: dts: layerscape: add platform special compatible string for
>     gpio
>   arm64: dts: fsl-lx2160a: fix #address-cells for pinctrl-single
>   arm64: dts: fsl-ls1012a: remove property 'snps,host-vbus-glitches'
>   arm64: dts: layerscape: replace node name 'nor' with 'flash'
>   arm64: dts: layerscape: remove compatible string 'fsl,fman-xmdio' for
>     fman3
>   arm64: dts: layerscaple: add #dma-cells for qdma
>   arm64: dts: layerscape: rename node name "wdt" to "watchdog"
>   arm64: dts: layerscape: change pcie interrupt order
>   arm64: dts: layerscape: rename aux_bus to aux-bus
>   arm64: dts: fsl-ls1043a: remove unused clk-name at watchdog node
>   arm64: dts: fsl-ls1046a: rename thermal node name
>   arm64: dts: layerscape: rename b(q)man-portals to b(q)man-portals-bus

Applied all, thanks!