mbox series

[GIT,PULL] Devicetree updates for v6.5

Message ID 20230627191433.GA2599784-robh@kernel.org
State Not Applicable, archived
Headers show
Series [GIT,PULL] Devicetree updates for v6.5 | expand

Pull-request

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

Checks

Context Check Description
robh/checkpatch warning total: 1 errors, 2 warnings, 0 lines checked
robh/patch-applied success

Message

Rob Herring (Arm) June 27, 2023, 7:14 p.m. UTC
Linus,

Please pull DT updates for v6.5.

Rob


The following changes since commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6:

  Linux 6.4-rc2 (2023-05-14 12:51:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ecdb004843ed91222be38ed838e7ce7167018222:

  dt-bindings: interrupt-controller: add Ralink SoCs interrupt controller (2023-06-27 08:14:38 -0600)

----------------------------------------------------------------
Devicetree updates for v6.5:

Bindings:
- Add some missing type definitions to properties

- Drop unneeded quotes and use absolute paths in bindings

- Remove redundant "binding" or "schema" in binding titles

- Add bindings for Ralink SoCs interrupt controller, QCA2066 Bluetooth,
  infineon,irps5401, new NXP i.MX GPT variants, shineworld lh133k MIPI
  SPI panel, Socionext Synquacer platforms, RK3588 PCIe, ST M95640
  EEPROM, and FSL DCP crypto variants, and Arm Cortex-R52

DT core:
- Improve the reserved-memory range allocation to maximize contiguous
  space

- Use device_set_node() helper in place of open coding

----------------------------------------------------------------
Andy Shevchenko (1):
      of/platform: Propagate firmware node by calling device_set_node()

Ayan Kumar Halder (1):
      dt-bindings: arm: Add Cortex-R52 to the list of enum

Claudiu Beznea (2):
      dt-bindings: interrupt-controller: microchip,sama7g5-eic: use proper naming syntax
      MAINTAINERS: add documentation file for Microchip EIC section

Fabrice Gasnier (1):
      dt-bindings: connector: usb: allow a single HS port

Jassi Brar (1):
      dt-bindings: arm: socionext: add Synquacer platforms

Krzysztof Kozlowski (12):
      dt-bindings: misc: qcom,fastrpc: drop unneeded quotes
      dt-bindings: vendor-prefixes: document TeeJet
      dt-bindings: example-schema: don't use enum as fallback, explain clock-names
      dt-bindings: spmi: mtk,spmi-mtk-pmif: drop unneeded quotes
      dt-bindings: rockchip: grf: drop unneeded quotes
      dt-bindings: i3c: silvaco,i3c-master: drop unneeded quotes
      dt-bindings: gpu: drop unneeded quotes
      dt-bindings: dvfs: drop unneeded quotes
      dt-bindings: firmware: arm,scmi: drop unneeded quotes and use absolute /schemas path
      dt-bindings: arm: drop unneeded quotes and use absolute /schemas path
      dt-bindings: crypto: drop unneeded quotes
      dt-bindings: pwm: drop unneeded quotes

Leonard Göhrs (3):
      dt-bindings: vendor-prefixes: Add prefix for ShineWorld Innovations
      dt-bindings: display: panel: mipi-dbi-spi: add shineworld lh133k compatible
      dt-bindings: display: panel: mipi-dbi-spi: add spi-3wire property

Mans Rullgard (1):
      dt-bindings: bus: ti-sysc: fix typo

Michal Simek (1):
      dt-bindings: trivial-devices: Add infineon,irps5401

Rasmus Villemoes (1):
      dt-bindings: eeprom: at25: add st,m95640 compatible

Rob Herring (7):
      dt-bindings: net: bluetooth: nxp: Add missing type for "fw-init-baudrate"
      dt-bindings: display: Add missing property types
      dt-bindings: crypto: fsl,sec-v4.0-mon: Add missing type for "linux,keycode"
      dt-bindings: crypto: fsl,sec-v4.0-mon: Add "linux,keycodes" and deprecate "linux,keycode"
      dt-bindings: Remove last usage of "binding" or "schema" in titles
      dt-bindings: input: mediatek,pmic-keys: Fix typo in "linux,keycodes" property name
      dt-bindings: auxdisplay: holtek: Add missing type for "linux,no-autorepeat"

Sebastian Reichel (1):
      dt-bindings: PCI: dwc: rockchip: Update for RK3588

Sergio Paracuellos (1):
      dt-bindings: interrupt-controller: add Ralink SoCs interrupt controller

Stefan Wahren (2):
      dt-bindings: crypto: fsl-dcp: add imx6sl and imx6ull compatible
      dt-bindings: imxgpt: add imx6ul compatible

Stephan Gerhold (2):
      of: reserved_mem: Try to keep range allocations contiguous
      of: reserved_mem: Use stable allocation order

Tim Jiang (1):
      dt-bindings: net: Add QCA2066 Bluetooth

Uwe Kleine-König (2):
      of: unittest: Switch i2c driver back to use .probe()
      dt-bindings: timer: fsl,imxgpt: Add i.MX8MP variant

 .../devicetree/bindings/arm/arm,vexpress-juno.yaml | 10 ++--
 Documentation/devicetree/bindings/arm/cpus.yaml    | 19 +++----
 Documentation/devicetree/bindings/arm/psci.yaml    |  2 +-
 .../bindings/arm/socionext/synquacer.yaml          | 28 ++++++++++
 .../bindings/auxdisplay/holtek,ht16k33.yaml        |  1 +
 Documentation/devicetree/bindings/bus/ti-sysc.yaml |  2 +-
 .../bindings/clock/brcm,bcm63268-timer-clocks.yaml |  2 +-
 .../devicetree/bindings/clock/imx8mp-audiomix.yaml |  2 +-
 .../bindings/connector/usb-connector.yaml          | 20 ++++++++
 .../bindings/crypto/amlogic,gxl-crypto.yaml        |  4 +-
 .../bindings/crypto/fsl,sec-v4.0-mon.yaml          |  6 +++
 .../devicetree/bindings/crypto/fsl-dcp.yaml        | 12 +++--
 .../bindings/crypto/intel,ixp4xx-crypto.yaml       |  6 +--
 .../bindings/display/bridge/analogix,dp.yaml       |  1 +
 .../bindings/display/bridge/nxp,tda998x.yaml       |  1 +
 .../bindings/display/panel/panel-mipi-dbi-spi.yaml |  3 ++
 .../bindings/dvfs/performance-domain.yaml          |  2 +-
 Documentation/devicetree/bindings/eeprom/at25.yaml |  1 +
 .../devicetree/bindings/example-schema.yaml        |  6 ++-
 .../devicetree/bindings/firmware/arm,scmi.yaml     |  2 +-
 .../devicetree/bindings/gpu/arm,mali-bifrost.yaml  |  2 +-
 .../devicetree/bindings/gpu/arm,mali-midgard.yaml  |  2 +-
 .../bindings/i3c/silvaco,i3c-master.yaml           |  2 +-
 .../bindings/input/mediatek,pmic-keys.yaml         |  2 +-
 ...crochip,eic.yaml => microchip,sama7g5-eic.yaml} |  2 +-
 .../interrupt-controller/ralink,rt2880-intc.yaml   | 54 +++++++++++++++++++
 .../devicetree/bindings/misc/qcom,fastrpc.yaml     |  6 +--
 .../bindings/net/bluetooth/nxp,88w8987-bt.yaml     |  5 +-
 .../bindings/net/bluetooth/qualcomm-bluetooth.yaml |  2 +
 .../devicetree/bindings/pci/rockchip-dw-pcie.yaml  | 16 ++++--
 .../bindings/power/reset/restart-handler.yaml      |  2 +-
 .../devicetree/bindings/pwm/atmel,at91sam-pwm.yaml |  2 +-
 Documentation/devicetree/bindings/pwm/mxs-pwm.yaml |  2 +-
 .../bindings/remoteproc/ti,pru-consumer.yaml       |  2 +-
 .../bindings/reserved-memory/framebuffer.yaml      |  2 +-
 .../devicetree/bindings/soc/rockchip/grf.yaml      | 12 ++---
 .../bindings/spmi/mtk,spmi-mtk-pmif.yaml           |  2 +-
 .../devicetree/bindings/timer/fsl,imxgpt.yaml      |  4 ++
 .../devicetree/bindings/trivial-devices.yaml       |  2 +
 .../devicetree/bindings/vendor-prefixes.yaml       |  4 ++
 MAINTAINERS                                        |  1 +
 drivers/of/of_reserved_mem.c                       | 60 +++++++++++++++++++++-
 drivers/of/platform.c                              |  7 ++-
 drivers/of/unittest.c                              |  4 +-
 44 files changed, 266 insertions(+), 63 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/socionext/synquacer.yaml
 rename Documentation/devicetree/bindings/interrupt-controller/{microchip,eic.yaml => microchip,sama7g5-eic.yaml} (98%)
 create mode 100644 Documentation/devicetree/bindings/interrupt-controller/ralink,rt2880-intc.yaml

Comments

pr-tracker-bot@kernel.org June 29, 2023, 10:39 p.m. UTC | #1
The pull request you sent on Tue, 27 Jun 2023 13:14:33 -0600:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/18f38fedfa71b5b7e954fc8f1e31bda75d8f1d7c

Thank you!