mbox series

[PATCHv2,0/5] devicetree: move nvmem-cells users to nvmem-layout

Message ID 20241004000015.544297-1-rosenp@gmail.com (mailing list archive)
Headers show
Series devicetree: move nvmem-cells users to nvmem-layout | expand

Message

Rosen Penev Oct. 4, 2024, midnight UTC
The former has been soft deprecated by the latter. Move all users to the
latter to avoid having nvmem-cells as an example.

v2: add missing semicolon to fix dt_binding_check

Rosen Penev (5):
  ARM: dts: qcom: ipq4019: use nvmem-layout
  arm64: dts: bcm4908: nvmem-layout conversion
  arm64: dts: armada-3720-gl-mv1000: use nvmem-layout
  arm64: dts: mediatek: 7886cax: use nvmem-layout
  documentation: use nvmem-layout in examples

 .../mtd/partitions/qcom,smem-part.yaml        | 19 +++++++-----
 .../bindings/net/marvell,aquantia.yaml        | 13 ++++----
 .../boot/dts/qcom/qcom-ipq4018-ap120c-ac.dtsi | 19 +++++++-----
 .../bcmbca/bcm4906-netgear-r8000p.dts         | 14 +++++----
 .../dts/marvell/armada-3720-gl-mv1000.dts     | 30 +++++++++----------
 .../mediatek/mt7986a-acelink-ew-7886cax.dts   |  1 -
 6 files changed, 53 insertions(+), 43 deletions(-)

Comments

Rob Herring Oct. 5, 2024, 12:45 a.m. UTC | #1
On Thu, 03 Oct 2024 17:00:10 -0700, Rosen Penev wrote:
> The former has been soft deprecated by the latter. Move all users to the
> latter to avoid having nvmem-cells as an example.
> 
> v2: add missing semicolon to fix dt_binding_check
> 
> Rosen Penev (5):
>   ARM: dts: qcom: ipq4019: use nvmem-layout
>   arm64: dts: bcm4908: nvmem-layout conversion
>   arm64: dts: armada-3720-gl-mv1000: use nvmem-layout
>   arm64: dts: mediatek: 7886cax: use nvmem-layout
>   documentation: use nvmem-layout in examples
> 
>  .../mtd/partitions/qcom,smem-part.yaml        | 19 +++++++-----
>  .../bindings/net/marvell,aquantia.yaml        | 13 ++++----
>  .../boot/dts/qcom/qcom-ipq4018-ap120c-ac.dtsi | 19 +++++++-----
>  .../bcmbca/bcm4906-netgear-r8000p.dts         | 14 +++++----
>  .../dts/marvell/armada-3720-gl-mv1000.dts     | 30 +++++++++----------
>  .../mediatek/mt7986a-acelink-ew-7886cax.dts   |  1 -
>  6 files changed, 53 insertions(+), 43 deletions(-)
> 
> --
> 2.46.2
> 
> 
> 


My bot found new DTB warnings on the .dts files added or changed in this
series.

Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.

If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:

  pip3 install dtschema --upgrade


New warnings running 'make CHECK_DTBS=y broadcom/bcmbca/bcm4906-netgear-r8000p.dtb marvell/armada-3720-gl-mv1000.dtb mediatek/mt7986a-acelink-ew-7886cax.dtb' for 20241004000015.544297-1-rosenp@gmail.com:

arch/arm64/boot/dts/broadcom/bcmbca/bcm4906-netgear-r8000p.dts:149.4-30: Warning (ranges_format): /bus@ff800000/nand-controller@1800/nand@0/partitions/partition@0:ranges: "ranges" property has invalid length (12 bytes) (parent #address-cells == 1, child #address-cells == 2, #size-cells == 1)