[GIT PULL] Devicetree fixes for v7.2, part 1

From: Rob Herring

Date: Fri Jun 26 2026 - 09:39:31 EST


Linus,

Please pull DT fixes for 7.2. It's based on your tree as of a few days
ago to fix the warnings introduced by amlogic,thermal.yaml changes.

Rob


The following changes since commit 840ef6c78e6a2f694b578ecb9063241c992aaa9e:

Merge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs (2026-06-23 18:36:41 -0700)

are available in the Git repository at:

ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-7.2-1

for you to fetch changes up to b39a6b2e9d5bd6a3153aed4c7440172b8f6a739e:

dt-bindings: mfd: khadas,mcu: Drop type reference from "fan-supply" (2026-06-24 08:48:09 -0500)

----------------------------------------------------------------
Devicetree fixes for v7.2-rc, part 1:

- Drop unnecessary type reference from khadas,mcu "fan-supply"

- Fix clocks in Renesas R-Mobile APE6 example

- Add missing Unisoc SC2730 PMIC regulators schema

- Fix Amlogic thermal example

- kernel-doc fix for of_map_id()

- Handle negative index in of_fwnode_get_reference_args()

----------------------------------------------------------------
Alban Bedel (1):
of: property: Fix of_fwnode_get_reference_args() with negative index

Krzysztof Kozlowski (2):
dt-bindings: thermal: amlogic: Fix missing header in the example
dt-bindings: thermal: amlogic: Correct 'reg' in the example

Marek Vasut (1):
dt-bindings: clock: renesas: div6: Use ZT/ZTR trace clock in R-Mobile APE6 example

Otto Pflüger (1):
regulator: dt-bindings: Add Unisoc SC2730 PMIC

Rob Herring (Arm) (1):
dt-bindings: mfd: khadas,mcu: Drop type reference from "fan-supply"

Vijayanand Jitta (1):
of: Fix RST inline emphasis warnings in of_map_id() kernel-doc

.../bindings/clock/renesas,cpg-div6-clock.yaml | 2 +-
.../devicetree/bindings/mfd/khadas,mcu.yaml | 1 -
.../bindings/regulator/sprd,sc2730-regulator.yaml | 44 ++++++++++++++++++++++
.../bindings/thermal/amlogic,thermal.yaml | 5 ++-
drivers/of/base.c | 4 +-
drivers/of/property.c | 8 ++++
6 files changed, 59 insertions(+), 5 deletions(-)
create mode 100644 Documentation/devicetree/bindings/regulator/sprd,sc2730-regulator.yaml