mbox series

[GIT,PULL] Devicetree fixes for v6.5, part 1

Message ID 20230721195151.GA1691988-robh@kernel.org
State New
Headers show
Series [GIT,PULL] Devicetree fixes for v6.5, part 1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-6.5-1

Message

Rob Herring July 21, 2023, 7:51 p.m. UTC
Linus,

Please pull.

Rob


The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-6.5-1

for you to fetch changes up to ffc59c6414f9ffd52591786efe3e62e145563deb:

  dt-bindings: serial: Remove obsolete nxp,lpc1850-uart.txt (2023-07-21 13:39:12 -0600)

----------------------------------------------------------------
Devicetree fixes for v6.5:

- Fix moortec,mr75203 schema usage of 'multipleOf' keyword

- Fix regression in systems depending on "of-display" device name

- Build fix for s390 with CONFIG_PCI=n and OF_EARLY_FLATTREE=y

- Drop 2 obsolete serial .txt bindings

----------------------------------------------------------------
Baoquan He (1):
      of: make OF_EARLY_FLATTREE depend on HAS_IOMEM

Krzysztof Kozlowski (1):
      dt-bindings: hwmon: moortec,mr75203: fix multipleOf for coefficients

Rob Herring (3):
      of: Preserve "of-display" device name for compatibility
      dt-bindings: serial: Remove obsolete cavium-uart.txt
      dt-bindings: serial: Remove obsolete nxp,lpc1850-uart.txt

 .../devicetree/bindings/hwmon/moortec,mr75203.yaml |  6 ++---
 .../devicetree/bindings/serial/cavium-uart.txt     | 19 ---------------
 .../bindings/serial/nxp,lpc1850-uart.txt           | 28 ----------------------
 drivers/of/Kconfig                                 |  2 +-
 drivers/of/platform.c                              |  2 +-
 5 files changed, 5 insertions(+), 52 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/serial/cavium-uart.txt
 delete mode 100644 Documentation/devicetree/bindings/serial/nxp,lpc1850-uart.txt