Linus, Please pull 2nd batch of DT updates for 6.11. Most of it is a treewide change to of_property_for_each_u32() which was small enough to do in one go before rc1 and avoids the need to create of_property_for_each_u32_some_new_name(). Rob The following changes since commit c33ffdb70cc6df4105160f991288e7d2567d7ffa: Merge tag 'phy-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy (2024-07-24 13:11:28 -0700) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-6.11-1 for you to fetch changes up to 6dc55268f64b780eb8774de3705f791b689853bb: dt-bindings: iio: adc: ad7192: Fix 'single-channel' constraints (2024-07-26 13:53:20 -0500) ---------------------------------------------------------------- Devicetree fixes for 6.11, part 1 - Treewide conversion of of_property_for_each_u32() to drop internal arguments making struct property opaque - Add binding for Amlogic A4 SoC watchdog - Fix constraints for AD7192 'single-channel' property ---------------------------------------------------------------- Huqiang Qin (1): dt-bindings: watchdog: add support for Amlogic A4 SoCs Luca Ceresoli (1): of: remove internal arguments from of_property_for_each_u32() Rob Herring (Arm) (1): dt-bindings: iio: adc: ad7192: Fix 'single-channel' constraints .../devicetree/bindings/iio/adc/adi,ad7192.yaml | 5 +-- .../bindings/watchdog/amlogic,meson-gxbb-wdt.yaml | 1 + arch/powerpc/sysdev/xive/native.c | 4 +- arch/powerpc/sysdev/xive/spapr.c | 3 +- drivers/bus/ti-sysc.c | 4 +- drivers/clk/clk-conf.c | 4 +- drivers/clk/clk-si5351.c | 43 +++++++++++++--------- drivers/clk/clk.c | 12 +++--- drivers/clk/qcom/common.c | 4 +- drivers/clk/sunxi/clk-simple-gates.c | 4 +- drivers/clk/sunxi/clk-sun8i-bus-gates.c | 4 +- drivers/clocksource/samsung_pwm_timer.c | 4 +- drivers/gpio/gpio-brcmstb.c | 5 +-- drivers/iio/adc/ti_am335x_adc.c | 4 +- drivers/irqchip/irq-atmel-aic-common.c | 4 +- drivers/irqchip/irq-pic32-evic.c | 4 +- drivers/mfd/ti_am335x_tscadc.c | 4 +- drivers/pinctrl/nxp/pinctrl-s32cc.c | 4 +- drivers/pinctrl/pinctrl-k210.c | 4 +- drivers/pwm/pwm-samsung.c | 4 +- drivers/tty/sysrq.c | 4 +- drivers/usb/misc/usb251xb.c | 4 +- include/linux/of.h | 15 ++++---- sound/soc/codecs/arizona.c | 12 +++--- 24 files changed, 64 insertions(+), 96 deletions(-)