[GIT PULL] Apple SoC fixes for v6.16

From: Sven Peter
Date: Sat Jun 21 2025 - 13:17:55 EST


Hi Arnd,

Here are three fixes for device tree warnings from our side.
As usual, they've already been in -next for a while.


Thanks,


Sven

-- >8 --

The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/sven/linux.git tags/apple-soc-fixes-6.16

for you to fetch changes up to 08a0d93c353bd55de8b5fb77b464d89425be0215:

arm64: dts: apple: Move touchbar mipi {address,size}-cells from dtsi to dts (2025-06-13 14:32:25 +0000)

----------------------------------------------------------------
Apple SoC fixes for 6.16

One devicetree fix for a dtbs_warning that's been present for a while:
- Rename the PCIe BCM4377 node to conform to the devicetree binding
schema

Two devicetree fixes for W=1 warnings that have been introduced recently:
- Drop {address,size}-cells from SPI NOR which doesn't have any child
nodes such that these don't make sense
- Move touchbar mipi {address,size}-cells from the dtsi file where the
node is disabled and has no children to the dts file where it's
enabled and its children are declared

Signed-off-by: Sven Peter <sven@xxxxxxxxxx>

----------------------------------------------------------------
Janne Grunau (1):
arm64: dts: apple: t8103: Fix PCIe BCM4377 nodename

Sven Peter (2):
arm64: dts: apple: Drop {address,size}-cells from SPI NOR
arm64: dts: apple: Move touchbar mipi {address,size}-cells from dtsi to dts

arch/arm64/boot/dts/apple/spi1-nvram.dtsi | 2 --
arch/arm64/boot/dts/apple/t8103-j293.dts | 2 ++
arch/arm64/boot/dts/apple/t8103-jxxx.dtsi | 2 +-
arch/arm64/boot/dts/apple/t8103.dtsi | 2 --
arch/arm64/boot/dts/apple/t8112-j493.dts | 2 ++
arch/arm64/boot/dts/apple/t8112.dtsi | 2 --
6 files changed, 5 insertions(+), 7 deletions(-)