Commit e55feea3a03a for kernel

commit e55feea3a03aa1eaf5abb22cc854208813865e04
Merge: 4621c338d33f bf104037ebd5
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Jan 9 15:11:45 2026 -1000

    Merge tag 'soc-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc

    Pull SoC fixes from Arnd Bergmann:
     "The main code change is a revert of the Raspberry Pi RP1 overlay
      support that was decided to not be ready.

      The other fixes are all for devicetree sources:

       - ethernet configuration on ixp42x-actiontec-mi424wr is board
         revision specific

       - validation warning fixes for imx27/imx51/imx6, hikey960 and k3

       - Minor corrections across imx8 boards, addressing all types of
         issues with interrups, dma, ethernet and clock settings, all simple
         one-line changes"

    * tag 'soc-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (25 commits)
      arm64: dts: hisilicon: hikey960: Drop "snps,gctl-reset-quirk" and "snps,tx_de_emphasis*" properties
      Documentation/process: maintainer-soc: Mark 'make' as commands
      Documentation/process: maintainer-soc: Be more explicit about defconfig
      arm64: dts: mba8mx: Fix Ethernet PHY IRQ support
      arm64: dts: imx8qm-ss-dma: correct the dma channels of lpuart
      arm64: dts: imx8mp: Fix LAN8740Ai PHY reference clock on DH electronics i.MX8M Plus DHCOM
      arm64: dts: freescale: tx8p-ml81: fix eqos nvmem-cells
      arm64: dts: freescale: moduline-display: fix compatible
      dt-bindings: arm: fsl: moduline-display: fix compatible
      ARM: dts: imx6q-ba16: fix RTC interrupt level
      arm64: dts: freescale: imx95-toradex-smarc: fix SMARC_SDIO_WP label position
      arm64: dts: freescale: imx95-toradex-smarc: use edge trigger for ethphy1 interrupt
      arm64: dts: add off-on-delay-us for usdhc2 regulator
      arm64: dts: imx8qm-mek: correct the light sensor interrupt type to low level
      ARM: dts: nxp: imx: Fix mc13xxx LED node names
      arm64: dts: imx95: correct I3C2 pclk to IMX95_CLK_BUSWAKEUP
      MAINTAINERS: Fix a linusw mail address
      arm64: dts: broadcom: rp1: drop RP1 overlay
      arm64: dts: broadcom: bcm2712: fix RP1 endpoint PCI topology
      misc: rp1: drop overlay support
      ...