Commit fc91b7d77d78 for kernel

commit fc91b7d77d78c6381b437b7c96aca6b03f7bbfed
Merge: 51cb1aa1250c b39a6b2e9d5b
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Jun 26 09:14:52 2026 -0700

    Merge tag 'devicetree-fixes-for-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux

    Pull devicetree fixes from Rob Herring:

     - 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()

    * tag 'devicetree-fixes-for-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:
      dt-bindings: mfd: khadas,mcu: Drop type reference from "fan-supply"
      dt-bindings: clock: renesas: div6: Use ZT/ZTR trace clock in R-Mobile APE6 example
      regulator: dt-bindings: Add Unisoc SC2730 PMIC
      dt-bindings: thermal: amlogic: Correct 'reg' in the example
      dt-bindings: thermal: amlogic: Fix missing header in the example
      of: Fix RST inline emphasis warnings in of_map_id() kernel-doc
      of: property: Fix of_fwnode_get_reference_args() with negative index