[GIT PULL] Devicetree fixes for v5.15, take 2

From: Rob Herring
Date: Fri Sep 17 2021 - 18:12:40 EST


Linus,

Please pull another set of DT fixes.

Rob


The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

Linux 5.15-rc1 (2021-09-12 16:28:37 -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-2

for you to fetch changes up to 55c21d57eafb7b379bb7b3e93baf9ca2695895b0:

dt-bindings: arm: Fix Toradex compatible typo (2021-09-17 16:02:41 -0500)

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

- Revert fw_devlink tracking 'phy-handle' links. This broke at least a
few platforms. A better solution is being worked on.

- Add Samsung UFS binding which fell thru the cracks

- Doc reference fixes from Mauro

- Fix for restricted DMA error handling

----------------------------------------------------------------
Alim Akhtar (1):
dt-bindings: ufs: Add bindings for Samsung ufs host

David Brazdil (1):
of: restricted dma: Fix condition for rmem init

David Heidelberg (1):
dt-bindings: arm: Fix Toradex compatible typo

Mauro Carvalho Chehab (2):
dt-bindings: net: dsa: sja1105: update nxp,sja1105.yaml reference
dt-bindings: arm: mediatek: mmsys: update mediatek,mmsys.yaml reference

Saravana Kannan (1):
Revert "of: property: fw_devlink: Add support for "phy-handle" property"

Documentation/devicetree/bindings/arm/tegra.yaml | 2 +-
.../bindings/display/mediatek/mediatek,disp.txt | 2 +-
.../bindings/ufs/samsung,exynos-ufs.yaml | 89 ++++++++++++++++++++++
Documentation/networking/dsa/sja1105.rst | 2 +-
drivers/of/device.c | 6 +-
drivers/of/property.c | 2 -
6 files changed, 97 insertions(+), 6 deletions(-)
create mode 100644 Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml