Commit 7b17f5ebd5fc for kernel

commit 7b17f5ebd5fc5e9275eaa5af3d0771f2a7b01bbf
Merge: 303ba85c6044 168c3e0d4435
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Sep 17 10:41:21 2024 +0200

    Merge tag 'soc-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc

    Pull SoC devicetree updates from Arnd Bergmann:
     "New SoC support for Broadcom bcm2712 (Raspberry Pi 5) and Renesas
      R9A09G057 (RZ/V2H(P)) and Qualcomm Snapdragon 414 (MSM8929), all three
      of these are variants of already supported chips, in particular the
      last one is almost identical to MSM8939.

      Lots of updates to Mediatek, ASpeed, Rockchips, Amlogic, Qualcomm,
      STM32, NXP i.MX, Sophgo, TI K3, Renesas, Microchip at91, NVIDIA Tegra,
      and T-HEAD.

      The added Qualcomm platform support once again dominates the changes,
      with seven phones and three laptops getting added in addition to many
      new features on existing machines. The Snapdragon X1E support
      specifically keeps improving.

      The other new machines are:

       - eight new machines using various 64-bit Rockchips SoCs, both on the
         consumer/gaming side and developer boards

       - three industrial boards with 64-bit i.MX, which is a very low
         number for them.

       - four more servers using a 32-bit Speed BMC

       - three boards using STM32MP1 SoCs

       - one new machine each using allwinner, amlogic, broadcom and renesas
         chips"

    * tag 'soc-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (672 commits)
      arm64: dts: allwinner: h5: NanoPi NEO Plus2: Use regulators for pio
      arm64: dts: mediatek: add audio support for mt8365-evk
      arm64: dts: mediatek: add afe support for mt8365 SoC
      arm64: dts: mediatek: mt8186-corsola: Disable DPI display interface
      arm64: dts: mediatek: mt8186: Add svs node
      arm64: dts: mediatek: mt8186: Add power domain for DPI
      arm64: dts: mediatek: mt8195: Correct clock order for dp_intf*
      arm64: dts: mt8183: add dpi node to mt8183
      arm64: dts: allwinner: h5: NanoPi Neo Plus2: Fix regulators
      arm64: dts: rockchip: add CAN0 and CAN1 interfaces to mecsbc board
      arm64: dts: rockchip: add CAN-FD controller nodes to rk3568
      arm64: dts: nuvoton: ma35d1: Add uart pinctrl settings
      arm64: dts: nuvoton: ma35d1: Add pinctrl and gpio nodes
      arm64: dts: nuvoton: Add syscon to the system-management node
      ARM: dts: Fix undocumented LM75 compatible nodes
      arm64: dts: toshiba: Fix pl011 and pl022 clocks
      ARM: dts: stm32: Use SAI to generate bit and frame clock on STM32MP15xx DHCOM PDK2
      ARM: dts: stm32: Switch bitclock/frame-master to flag on STM32MP15xx DHCOM PDK2
      ARM: dts: stm32: Sort properties in audio endpoints on STM32MP15xx DHCOM PDK2
      ARM: dts: stm32: Add MECIO1 and MECT1S board variants
      ...

diff --cc arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l-rs232-rs232.dtso
index 353ace3601dc,4de22d2044d6..78f4e8d5814d
--- a/arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l-rs232-rs232.dtso
+++ b/arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l-rs232-rs232.dtso
@@@ -14,16 -14,11 +14,11 @@@
  /dts-v1/;
  /plugin/;

- &{/} {
- 	compatible = "phytec,imx8mm-phygate-tauri-l";
-
- };
-
  &gpio3 {
  	pinctrl-names = "default";
 -	pinctrcl-0 = <&pinctrl_gpio3_hog>;
 +	pinctrl-0 = <&pinctrl_gpio3_hog>;

- 	uart4_rs485_en {
+ 	uart4-rs485-en-hog {
  		gpio-hog;
  		gpios = <20 GPIO_ACTIVE_HIGH>;
  		output-low;
diff --cc arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l-rs232-rs485.dtso
index 8a75d6783ad2,e259d8d5d9e3..66288948bdd3
--- a/arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l-rs232-rs485.dtso
+++ b/arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l-rs232-rs485.dtso
@@@ -15,16 -15,11 +15,11 @@@
  /dts-v1/;
  /plugin/;

- &{/} {
- 	compatible = "phytec,imx8mm-phygate-tauri-l";
-
- };
-
  &gpio3 {
  	pinctrl-names = "default";
 -	pinctrcl-0 = <&pinctrl_gpio3_hog>;
 +	pinctrl-0 = <&pinctrl_gpio3_hog>;

- 	uart4_rs485_en {
+ 	uart4-rs485-en-hog {
  		gpio-hog;
  		gpios = <20 GPIO_ACTIVE_HIGH>;
  		output-high;