[GIT PULL] Devicetree fixes for 5.15, take 1

From: Rob Herring
Date: Fri Sep 10 2021 - 17:04:39 EST


Linus,

Please pull a couple of DT fixes.

Rob


The following changes since commit bf9f243f23e6623f310ba03fbb14e10ec3a61290:

Merge tag '5.15-rc-ksmbd-part2' of git://git.samba.org/ksmbd (2021-09-09 16:17:14 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 094b147c766289baa0f370d124609c3ac2b5a420:

spi: dt-bindings: xilinx: Drop type reference on *-bits properties (2021-09-10 14:54:27 -0500)

----------------------------------------------------------------
Devicetree fixes for v5.15, take 1:

- Disable fw_devlinks on x86 DT platforms to fix OLPC

- More replacing oneOf+const with enum on a few new schemas

- Drop unnecessary type references on Xilinx SPI binding schema

----------------------------------------------------------------
Rob Herring (2):
dt-bindings: More use 'enum' instead of 'oneOf' plus 'const' entries
spi: dt-bindings: xilinx: Drop type reference on *-bits properties

Saravana Kannan (1):
of: property: Disable fw_devlink DT support for X86

.../devicetree/bindings/display/msm/dsi-phy-7nm.yaml | 8 ++++----
Documentation/devicetree/bindings/spi/omap-spi.yaml | 6 +++---
Documentation/devicetree/bindings/spi/spi-xilinx.yaml | 2 --
.../devicetree/bindings/watchdog/maxim,max63xx.yaml | 14 +++++++-------
drivers/of/property.c | 3 +++
5 files changed, 17 insertions(+), 16 deletions(-)