[GIT PULL] Devicetree fixes for v6.2, take 2

From: Rob Herring
Date: Tue Feb 07 2023 - 17:11:46 EST


Linus,

Please pull a couple more DT fixes for 6.2.

Rob


The following changes since commit 064e32dc5b03114d0767893fecdaf7b5dfd8c286:

of: fdt: Honor CONFIG_CMDLINE* even without /chosen node, take 2 (2023-01-04 21:31:59 -0600)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-6.2-2

for you to fetch changes up to 707344c8a188bb1d6704d3546229fc7a07c01a63:

dt-bindings: interrupt-controller: arm,gic-v3: Fix typo in description of msi-controller property (2023-02-02 17:10:58 -0600)

----------------------------------------------------------------
Devicetree fixes for v6.2, part 2:

- Fix handling of multiple OF framebuffer devices

- Fix booting on Socionext Synquacer with bad 'dma-ranges' entries

- Add DT binding .yamllint to .gitignore

----------------------------------------------------------------
Andy Shevchenko (1):
dt-bindings: Fix .gitignore

Lad Prabhakar (1):
dt-bindings: interrupt-controller: arm,gic-v3: Fix typo in description of msi-controller property

Mark Brown (1):
of/address: Return an error when no valid dma-ranges are found

Michal Suchanek (1):
of: Make OF framebuffer device names unique

Documentation/devicetree/bindings/.gitignore | 5 +++++
.../bindings/interrupt-controller/arm,gic-v3.yaml | 2 +-
drivers/of/address.c | 21 +++++++++++++++------
drivers/of/platform.c | 12 ++++++++++--
4 files changed, 31 insertions(+), 9 deletions(-)