Unverified Commit 3fb0520d authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'tegra-for-6.3-dt-bindings' of...

Merge tag 'tegra-for-6.3-dt-bindings' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/dt

dt-bindings: Changes for v6.3-rc1

Device tree files for 64-bit ARM Tegra SoCs have recently had to bump
the #address-cells and #size-cells to 2 in order to support bus address
translations across the entire device tree hierarchy. Explicitly allow
this in DT schemas to prevent validation errors.

* tag 'tegra-for-6.3-dt-bindings' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
  dt-bindings: tegra: Allow #{address,size}-cells = <2>

Link: https://lore.kernel.org/r/20230127163719.460954-1-thierry.reding@gmail.com


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents ad3c046a 6427569f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,10 +40,10 @@ properties:
    maxItems: 1

  "#address-cells":
    const: 1
    enum: [ 1, 2 ]

  "#size-cells":
    const: 1
    enum: [ 1, 2 ]

  ranges: true

+2 −2
Original line number Diff line number Diff line
@@ -20,10 +20,10 @@ properties:
      - nvidia,tegra194-display

  '#address-cells':
    const: 1
    enum: [ 1, 2 ]

  '#size-cells':
    const: 1
    enum: [ 1, 2 ]

  reg:
    maxItems: 1
+2 −2
Original line number Diff line number Diff line
@@ -50,10 +50,10 @@ properties:
    maxItems: 1

  "#address-cells":
    const: 1
    enum: [ 1, 2 ]

  "#size-cells":
    const: 1
    enum: [ 1, 2 ]

  ranges: true

+2 −2
Original line number Diff line number Diff line
@@ -34,10 +34,10 @@ properties:
    maxItems: 1

  "#address-cells":
    const: 1
    enum: [ 1, 2 ]

  "#size-cells":
    const: 1
    enum: [ 1, 2 ]

  ranges: true