Unverified Commit 9896dde1 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'mtk-dts64-for-v6.16-2' of...

Merge tag 'mtk-dts64-for-v6.16-2' of https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux into soc/dt

Additional MediaTek ARM64 DTS updates for v6.16

This addresses devicetree binding warnings happening on	the
MDP3 nodes in mt8188 dts, reverts the commit adding the SCP
firmware-name as strongly suggested by Arnd, and also adds
some more late commits.

In particular:
 - MT6359 PMIC
   - Renamed PMIC RTC node to fix dtbs_check warning
 - MT7988(A)
   - Support for SPI controllers was added to SoC and BPI-R4
   - Support for XSPHY, USB and	PCIe2 was added	as well
   - Fan and cooling maps were added to	BPI-R4 machine
   - Added BananaPi R4 2G5 machine variant
 - MT8365
   - Added touchscreen support to MT8365 Genio EVK
 - MT8188
   - Addressed dtbs_check warnings for MDP3 nodes
 - MT8390 (Genio)
   - Reverted SCP firmware-name	addition

* tag 'mtk-dts64-for-v6.16-2' of https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux: (42 commits)
  Revert "arm64: dts: mediatek: mt8390-genio-common: Add firmware-name for scp0"
  arm64: dts: mediatek: mt8188: Address binding warnings for MDP3 nodes
  arm64: dts: mt6359: Rename RTC node to match binding expectations
  arm64: dts: mt8365-evk: Add goodix touchscreen support
  arm64: dts: mediatek: mt8188: Add missing #reset-cells property
  arm64: dts: airoha: en7581: Add PCIe nodes to EN7581 SoC evaluation board
  arm64: dts: airoha: en7581: Add gpio-ranges property for gpio controller
  arm64: dts: mediatek: mt7988a-bpi-r4: configure spi-nodes
  arm64: dts: mediatek: mt7988a-bpi-r4: Add fan and coolingmaps
  arm64: dts: mediatek: mt7988: add phy calibration efuse subnodes
  arm64: dts: mediatek: mt7988: move uart0 and spi1 pins to soc dtsi
  arm64: dts: mediatek: mt7988: add spi controllers
  arm64: dts: mediatek: mt7988a-bpi-r4: enable xsphy
  arm64: dts: mediatek: mt7988: Add xsphy for ssusb0/pcie2
  arm64: dts: mediatek: mt7988a-bpi-r4: allow hw variants of bpi-r4
  dt-bindings: arm: mediatek: add bpi-r4 2g5 phy variant
  arm64: dts: mt6359: Add missing 'compatible' property to regulators node
  arm/arm64: dts: mediatek: Add missing "#sound-dai-cells" to linux,bt-sco
  arm64: dts: mediatek: mt8390-genio-common: Set ssusb2 default dual role mode to host
  arm64: dts: mediatek: mt8395-genio-1200-evk: Disable unused backlight
  ...

Link: https://lore.kernel.org/r/20250520114356.1194450-1-angelogioacchino.delregno@collabora.com


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 1e1ce25f 99af08fe
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -104,6 +104,10 @@ properties:
          - enum:
              - bananapi,bpi-r4
          - const: mediatek,mt7988a
      - items:
          - const: bananapi,bpi-r4-2g5
          - const: bananapi,bpi-r4
          - const: mediatek,mt7988a
      - items:
          - enum:
              - mediatek,mt8127-moose
@@ -285,6 +289,13 @@ properties:
          - const: google,steelix-sku393218
          - const: google,steelix
          - const: mediatek,mt8186
      - description: Google Ponyta
        items:
          - enum:
              - google,ponyta-sku0
              - google,ponyta-sku1
          - const: google,ponyta
          - const: mediatek,mt8186
      - description: Google Rusty (Lenovo 100e Chromebook Gen 4)
        items:
          - const: google,steelix-sku196609
+4 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@ properties:
          - mediatek,mt8173-disp-aal
          - mediatek,mt8183-disp-aal
          - mediatek,mt8195-mdp3-aal
      - items:
          - enum:
              - mediatek,mt8188-mdp3-aal
          - const: mediatek,mt8195-mdp3-aal
      - items:
          - enum:
              - mediatek,mt2712-disp-aal
+4 −0
Original line number Diff line number Diff line
@@ -27,6 +27,10 @@ properties:
          - mediatek,mt8167-disp-color
          - mediatek,mt8173-disp-color
          - mediatek,mt8195-mdp3-color
      - items:
          - enum:
              - mediatek,mt8188-mdp3-color
          - const: mediatek,mt8195-mdp3-color
      - items:
          - enum:
              - mediatek,mt7623-disp-color
+4 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@ properties:
          - mediatek,mt8173-disp-merge
          - mediatek,mt8195-disp-merge
          - mediatek,mt8195-mdp3-merge
      - items:
          - enum:
              - mediatek,mt8188-mdp3-merge
          - const: mediatek,mt8195-mdp3-merge
      - items:
          - const: mediatek,mt6795-disp-merge
          - const: mediatek,mt8173-disp-merge
+7 −3
Original line number Diff line number Diff line
@@ -20,9 +20,13 @@ description:

properties:
  compatible:
    enum:
    oneOf:
      - enum:
          - mediatek,mt8188-disp-padding
          - mediatek,mt8195-mdp3-padding
      - items:
          - const: mediatek,mt8188-mdp3-padding
          - const: mediatek,mt8195-mdp3-padding

  reg:
    maxItems: 1
Loading