1. 20 Oct, 2021 7 commits
    • Arnd Bergmann's avatar
      Merge tag 'sunxi-dt-for-5.16-1' of... · b4ebc083
      Arnd Bergmann authored
      Merge tag 'sunxi-dt-for-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/dt
      
      Our usual round of DT patches for the 5.16 merge window, with:
        - DT schema fixes
        - I2S support for the R40
        - HDMI support for the pinetab
        - devfreq support for the A64 GPU
      
      * tag 'sunxi-dt-for-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux: (21 commits)
        dt-bindings: interconnect: sunxi: Add R40 MBUS compatible
        arm64: dts: allwinner: NanoPi R1S H5: Add generic compatible string for I2C EEPROM
        arm64: dts: allwinner: pinetab: Add HDMI support
        arm64: dts: allwinner: a64: Add GPU opp table
        ARM: dts: sun8i: r40: Add I2S nodes
        dt-bindings: sound: sun4i-i2s: add Allwinner R40 I2S compatible
        arm64: dts: allwinner: teres-i: Remove wakekup-source from the PMIC
        arm64: dts: allwinner: teres-i: Add missing reg
        arm64: dts: allwinner: pinetab: Change regulator node name to avoid warning
        arm64: dts: allwinner: a100: Fix thermal zone node name
        arm64: dts: allwinner: h6: Fix de3 parent clocks ordering
        arm64: dts: allwinner: h5: Fix GPU thermal zone node name
        ARM: dts: cubieboard4: Remove the dumb-vga-dac compatible
        ARM: dts: tbs711: Fix touchscreen compatible
        ARM: dts: sunxi: Fix the SPI NOR node names
        ARM: dts: sunxi: Fix OPPs node name
        ARM: dts: sunxi: Fix OPP arrays
        ARM: dts: sunxi: Rename gpio pinctrl names
        ARM: dts: sunxi: Rename power-supply names
        dt-bindings: sunxi: Add Allwinner A80 PRCM Binding
        ...
      
      Link: https://lore.kernel.org/r/5cad5ac6-187d-4d36-9437-5821c6e8242d.lettre@localhostSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      b4ebc083
    • Arnd Bergmann's avatar
      Merge tag 'imx-dt64-5.16' of... · 8d2214d3
      Arnd Bergmann authored
      Merge tag 'imx-dt64-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/dt
      
      i.MX arm64 device tree changes for 5.16:
      
      - New board support: LX2160A based BlueBox3, S32G2 EVB and RDB2 boards.
      - Quite some updates on imx8mq-librem5 board: delay the startup of the
        SDIO, add power sequencing for M.2 cards, add wifi regulator, add
        panel reset GPIO, fix led_r and led_g pinctrl, etc.
      - Fix the SPI chipselect polarity for a couple of i.MX8MM boards.
      - Add GPU nodes for i.MX8MM 2D and 3D core.
      - Add VPU and DISP blk-ctrl devices for i.MX8MM.
      - A series from Michael Walle to LS1028A device trees and add GPU
        support.
      - Random and small updates on various boards.
      
      * tag 'imx-dt64-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: (37 commits)
        arm64: dts: imx8mm-kontron: Add support for ultra high speed modes on SD card
        arm64: dts: imx8mm-venice-gw7901.dts: disable pgc_gpumix
        arm64: dts: imx8mq-librem5: set debounce interval of volume buttons to 50ms
        arm64: dts: imx8mq-librem5: Limit the max sdio frequency
        arm64: dts: imx8mq-librem5: add power sequencing for M.2 cards
        arm64: dts: imx8mq-librem5: delay the startup of the SDIO
        arm64: dts: imx8mq-librem5: wire up the wifi regulator
        arm64: dts: imx8mq-librem5: Fix led_r and led_g pinctrl assignments
        arm64: dts: imx8mq-librem5: add reset gpio to mantix panel description
        arm64: dts: imx8mm-kontron: Fix reset delays for ethernet PHY
        arm64: dts: imx8mm: add DISP blk-ctrl
        arm64: dts: imx8mm: add VPU blk-ctrl
        arm64: dts: imx8mm: Add GPU nodes for 2D and 3D core
        arm64: dts: imx8mm: put USB controllers into power-domains
        arm64: dts: imx8mm: add GPC node
        arm64: dts: ls1028a: mark internal links between Felix and ENETC as capable of flow control
        arm64: dts: freescale: Fix 'interrupt-map' parent address cells
        arm64: dts: ls1028a: use phy-mode instead of phy-connection-type
        arm64: dts: ls1028a: move PHY nodes to MDIO controller
        arm64: dts: ls1028a: disable usb controller by default
        ...
      
      Link: https://lore.kernel.org/r/20211016140138.1603-4-shawnguo@kernel.orgSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      8d2214d3
    • Arnd Bergmann's avatar
      Merge tag 'imx-dt-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/dt · 8bd8822c
      Arnd Bergmann authored
      i.MX device tree changes for 5.16:
      
      - New board support: Kobo Libra H2O, Tolino Vision 5, SKOV LT2 and
        Colibri i.MX6ULL eMMC variants.
      - A series from Fabio Estevam to correct SPI chipselect polarity for
        various i.MX6/7 boards.
      - A couple of patches from Krzysztof Kozlowski to clean up unsupported
        properties from imx6dl-b1x5v2 and imx6dl-prtrvt boards.
      - A series from Li Yang to clean up LS1021a based boards and add missing
        device nodes.
      - A series from Matthias Schiffer to fix typo, add SPI-NOR flash and
        partition layout for imx7-tqma7/mba7 boards.
      - Fix the schema check errors in i.MX PCIe device nodes.
      - Other random and small fix-up and device additions.
      
      * tag 'imx-dt-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: (42 commits)
        ARM: dts: ls1021a-tsn: use generic "jedec,spi-nor" compatible for flash
        ARM: dts: ls1021a: move thermal-zones node out of soc/
        ARM: dts: ls1021a-tsn: remove undocumented property "position" from mma8452 node
        ARM: dts: ls1021a-qds: change fpga to simple-mfd device
        ARM: dts: ls1021a: add #power-domain-cells for power-controller node
        ARM: dts: ls1021a: add #dma-cells to qdma node
        ARM: dts: ls1021a: fix memory node for schema check
        ARM: dts: ls1021a: remove regulators simple-bus
        ARM: dts: ls1021a: disable ifc node by default
        ARM: dts: ls1021a: breakup long values in thermal node
        ARM: dts: ls1021a: fix board compatible to follow binding schema
        ARM: dts: ls1021a: update pcie nodes for dt-schema check
        ARM: dts: ls1021a-qds: Add node for QSPI flash
        ARM: dts: ls1021a: change to use SPDX identifiers
        ARM: dts: ls1021a: change dma channels order to match schema
        ARM: dts: ls1021a: remove clock-names property for i2c nodes
        ARM: dts: imx6dl-prtrvt: drop undocumented TRF7970A NFC properties
        ARM: dts: imx6: phytec: Add gpio pinctrl for i2c bus recovery
        ARM: dts: imx6: skov: provide panel support for lt2 variants
        ARM: dts: imx6qdl-apalis: Fix typo in ADC comment
        ...
      
      Link: https://lore.kernel.org/r/20211016140138.1603-3-shawnguo@kernel.orgSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      8bd8822c
    • Arnd Bergmann's avatar
      Merge tag 'imx-bindings-5.16' of... · 353bbb3d
      Arnd Bergmann authored
      Merge tag 'imx-bindings-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/dt
      
      i.MX DT bindings update for 5.16:
      
      - Various board compatible addition: NXP S32G2, LS1021A TSN, Toradex
        Colibri i.MX6ULL, LX2160A BlueBox 3 boards.
      - Toradex board and module compatibles clean-up.
      - Convert fsl-linflexuart bindings to json-schema format and add S32G2
        compatible.
      - Add bindings and defines for i.MX8MM VPU and DISP blk-ctrl.
      
      * tag 'imx-bindings-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
        dt-bindings: arm: fsl: add ls1021a-tsn board
        dt-bindings: power: imx8mm: add defines for DISP blk-ctrl domains
        dt-bindings: soc: add binding for i.MX8MM DISP blk-ctrl
        dt-bindings: power: imx8mm: add defines for VPU blk-ctrl domains
        dt-bindings: soc: add binding for i.MX8MM VPU blk-ctrl
        dt-bindings: arm: fsl: Add E70K02 based ebook readers
        dt-bindings: arm: fsl: add toradex,colibri-imx6ull-emmc
        dt-bindings: arm: fsl: clean-up all toradex boards/modules
        dt-bindings: serial: fsl-linflexuart: add compatible for S32G2
        dt-bindings: serial: fsl-linflexuart: convert to json-schema format
        dt-bindings: arm: fsl: add NXP S32G2 boards
        dt-bindings: arm: fsl: document the LX2160A BlueBox 3 boards
      
      Link: https://lore.kernel.org/r/20211016140138.1603-1-shawnguo@kernel.orgSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      353bbb3d
    • Arnd Bergmann's avatar
      Merge tag 'visconti-arm-dt-for-v5.16' of... · 06ddf8fb
      Arnd Bergmann authored
      Merge tag 'visconti-arm-dt-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/iwamatsu/linux-visconti into arm/dt
      
      Visconti device tree updates for 5.16
      
       - Add DT support for Toshiba Visconti5 PCIe driver
       - Add 150MHz fixed clock to TMPV7708 SoC
       - Add DT support for VisROBO VRB boardi
      
      * tag 'visconti-arm-dt-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/iwamatsu/linux-visconti:
        arm64: dts: visconti: Add DTS for the VisROBO board
        dt-bindings: arm: toshiba: Add the TMPV7708 VisROBO VRB board
        arm64: dts: visconti: Add 150MHz fixed clock to TMPV7708 SoC
        arm64: dts: visconti: Add PCIe host controller support for TMPV7708 SoC
      
      Link: https://lore.kernel.org/r/YWoH3g7vU1ZEAp+P@toshiba.co.jpSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      06ddf8fb
    • Arnd Bergmann's avatar
      Merge tag 'mvebu-dt-5.16-1' of... · 9b9a7ea8
      Arnd Bergmann authored
      Merge tag 'mvebu-dt-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/dt
      
      mvebu dt for 5.16 (part 1)
      
      Add support for Netgear GS110EMX switch (Armada 381 SoC based)
      
      * tag 'mvebu-dt-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu:
        ARM: dts: mvebu: add device tree for netgear gs110emx switch
      
      Link: https://lore.kernel.org/r/874k9imeel.fsf@BL-laptopSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      9b9a7ea8
    • Arnd Bergmann's avatar
      Merge tag 'mvebu-dt64-5.16-1' of... · e844804b
      Arnd Bergmann authored
      Merge tag 'mvebu-dt64-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/dt
      
      mvebu dt64 for 5.16 (part 1)
      
      Add support for Globalscale MOCHAbin an Armada 7040 based development
      board.
      
      * tag 'mvebu-dt64-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu:
        arm64: dts: marvell: add Globalscale MOCHAbin
      
      Link: https://lore.kernel.org/r/877deemefy.fsf@BL-laptopSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      e844804b
  2. 19 Oct, 2021 12 commits
    • Arnd Bergmann's avatar
      Merge tag 'stm32-dt-for-v5.16-1' of... · ef5dcb1b
      Arnd Bergmann authored
      Merge tag 'stm32-dt-for-v5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32 into arm/dt
      
      STM32 DT for v5.16, round 1
      
      Highlights:
      ----------
      
      - MPU:
       - ST boards:
        - Add new stm32mp135f-dk board. It embedds new STM32MP135 SoC,
          with 512 MB of DDR3. Several connections are available on this
          board:
          4*USB2.0, 1*USB2.0 typeC DRD, SDcard, 2*RJ45, HDMI,
          Combo Wifi/BT, ...
          Only SD card, uart4 (console) and watchdog IPs are enabled in
          this tag.
        - Change IRQ level for STUSB1600 on DKx boards.
        - Fix SAI subclocks range.
        - Add ck_usb0_48m clock in USB OHCI node device to match with
          STM32MP15 datasheet.
      
       - DH boards:
        - Reduce DHCOR SPI NOR frequency to 50 MHz to avoid sporadic issues.
        - Fix SAI pin muxing.
      
       - Odyssey:
        - Set DCMI pins.
      
      * tag 'stm32-dt-for-v5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32:
        ARM: dts: stm32: use usbphyc ck_usbo_48m as USBH OHCI clock on stm32mp151
        ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15
        ARM: dts: stm32: fix SAI sub nodes register range
        ARM: dts: stm32: fix STUSB1600 Type-C irq level on stm32mp15xx-dkx
        ARM: dts: stm32: set the DCMI pins on stm32mp157c-odyssey
        ARM: dts: stm32: Reduce DHCOR SPI NOR frequency to 50 MHz
        ARM: dts: stm32: add initial support of stm32mp135f-dk board
        dt-bindings: stm32: document stm32mp135f-dk board
        ARM: dts: stm32: add STM32MP13 SoCs support
      
      Link: https://lore.kernel.org/r/9d52c3e2-a3b9-89f3-1896-7cd3560e7010@foss.st.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      ef5dcb1b
    • Arnd Bergmann's avatar
      Merge tag 'renesas-arm-dt-for-v5.16-tag2' of... · f97ee3e9
      Arnd Bergmann authored
      Merge tag 'renesas-arm-dt-for-v5.16-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/dt
      
      Renesas ARM DT updates for v5.16 (take two)
      
        - SPI Multi I/O Bus, SDHI, and Ethernet support for the RZ/G2L SoC,
        - SPI Multi I/O Bus, camera, and video-on support for the R-Car V3U
          SoC,
        - SPI FLASH support for the Falcon development board,
        - eMMC, microSD, and Ethernet support for the RZ/G2L SMARC EVK
          development board,
        - 2 GHz High-Performance support for the R-Car H3e-2G, M3e-2G, and
          M3Ne-2G SoCs,
        - Miscellaneous fixes and improvements.
      
      * tag 'renesas-arm-dt-for-v5.16-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
        mailmap: Fix text encoding for Niklas Söderlund
        arm64: dts: renesas: rcar-gen3e: Add Cortex-A57 2 GHz opps
        arm64: dts: renesas: rzg2l-smarc-som: Enable Ethernet
        arm64: dts: renesas: r9a07g044: Add GbEthernet nodes
        arm64: dts: renesas: Add ports node to all adv7482 nodes
        arm64: dts: renesas: r8a779a0: Add and connect all CSI-2, ISP and VIN nodes
        arm64: dts: renesas: rzg2l-smarc: Enable microSD on SMARC platform
        arm64: dts: renesas: rzg2l-smarc-som: Enable eMMC on SMARC platform
        arm64: dts: renesas: r9a07g044: Add SDHI nodes
        arm64: dts: renesas: falcon-cpu: Add SPI flash via RPC
        arm64: dts: renesas: r8a779a0: Add RPC node
        arm64: dts: renesas: r9a07g044: Add SPI Multi I/O Bus controller node
      
      Link: https://lore.kernel.org/r/cover.1634298094.git.geert+renesas@glider.beSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      f97ee3e9
    • Arnd Bergmann's avatar
      Merge tag 'aspeed-5.16-devicetree' of... · f6bfe014
      Arnd Bergmann authored
      Merge tag 'aspeed-5.16-devicetree' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc into arm/dt
      
      ASPEED device tree updates for 5.15
      
       - New machines:
      
        * TYAN S7106 BMC, a x86 server from about four years ago
      
       - Descriptions for the AST2600 ADC, which now has an upstream driver
      
       - Lots of GPIO line names. The OpenBMC project has adopted a scheme for
         naming the lines, and new additions will follow this guide
      
       - New I2C devices for Rainier, Everest, EthanolX, Mt Jade
      
       - Fixes for fp5280g2 which has seen some recent development, including
         the addtion of a QEmu machine for testing
      
      * tag 'aspeed-5.16-devicetree' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc:
        ARM: dts: aspeed: fp5280g2: Use the 64M layout
        ARM: dts: aspeed: Add TYAN S7106 BMC machine
        ARM: dts: aspeed: rainier: Add power-config-full-load gpio
        ARM: dts: aspeed: p10bmc: Define secure boot gpio
        ARM: dts: aspeed: mtjade: Add some gpios
        ARM: dts: aspeed: Add ADC for AST2600 and enable for Rainier and Everest
        ARM: dts: everest: Define name for gpio line B6
        ARM: dts: everest: Define name for gpio line Q2
        ARM: dts: rainier: Define name for gpio line Q2
        ARM: dts: everest: Add 'factory-reset-toggle' as GPIOF6
        ARM: dts: aspeed: everest: Add I2C bus 15 muxes
        ARM: dts: aspeed: rainier: Add system LEDs
        ARM: dts: aspeed: amd-ethanolx: Add FRU EEPROM
        ARM: dts: fp5280g2: Enable KCS 3 for MCTP binding
      
      Link: https://lore.kernel.org/r/CACPK8XdrMzY9tzdof7KpzxKquTo7GcWW4N9Zqwtmmu73C7htXA@mail.gmail.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      f6bfe014
    • Arnd Bergmann's avatar
      Merge tag 'hisi-arm64-dt-for-5.16' of git://github.com/hisilicon/linux-hisi into arm/dt · 6fa496fd
      Arnd Bergmann authored
      ARM64: DT: HiSilicon ARM64 DT updates for 5.16
      
      - Add SPMI PMIC support for the Hikey970 board
      - Correct the sp805 watchdog compatible string to match the document
      - Correct the operating-points table name to match the dtschema
      
      * tag 'hisi-arm64-dt-for-5.16' of git://github.com/hisilicon/linux-hisi:
        arm64: dts: hisilicon: align operating-points table name with dtschema
        arm64: dts: hisilicon: fix arm,sp805 compatible string
        arm64: dts: hisilicon: Add support for Hikey 970 PMIC
      
      Link: https://lore.kernel.org/r/6168EB53.60503@hisilicon.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      6fa496fd
    • Arnd Bergmann's avatar
      Merge tag 'ux500-dts-for-v5.16' of... · 514d5078
      Arnd Bergmann authored
      Merge tag 'ux500-dts-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik into arm/dt
      
      Ux500 DTS updates:
      
      - Flag the janice SPI display lines properly for the right line
        semantics.
      - Fix some errors in the Skomer regulator configuration.
      - Fix some SD card pin configurations on Skomer.
      - Assign the Skomer SD card a 300 ms power-on delay.
      - Rewrite the battery nodes to use the standard binding
        "monitored-battery" as used in the updated bindings, and
        provide the right Samsung battery compatibles for the Samsung
        phones.
      
      * tag 'ux500-dts-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik:
        ARM: dts: ux500: Switch battery nodes to standard
        ARM: dts: ux500: Skomer eMMC needs 300 ms power on
        ARM: dts: ux500: Fix up SD card pin config
        ARM: dts: ux500: Skomer regulator fixes
        ARM: dts: ux500: Tag Janice display SPI correct
      
      Link: https://lore.kernel.org/r/CACRpkdYf5GwRvG1Gemk4mE+aw6UnAVTY8OudwsVNPQXThHXu6g@mail.gmail.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      514d5078
    • Arnd Bergmann's avatar
      Merge tag 'arm-soc/for-5.16/devicetree-arm64' of https://github.com/Broadcom/stblinux into arm/dt · 4f0c2be3
      Arnd Bergmann authored
      This pull request contains Broadcom ARM64-based SoCs Device Tree changes
      for 5.16, please pull the following:
      
      - Rafal updates the BCM4908 DTS files to produce fewer warnings by
      fixing the UART clock name, moving the reboot syscon node out of the bus
      node, and finally updating the NAND controller node names.
      
      * tag 'arm-soc/for-5.16/devicetree-arm64' of https://github.com/Broadcom/stblinux:
        arm64: dts: broadcom: bcm4908: Fix UART clock name
        arm64: dts: broadcom: bcm4908: Move reboot syscon out of bus
        arm64: dts: broadcom: bcm4908: Fix NAND node name
      
      Link: https://lore.kernel.org/r/20211013174016.831348-2-f.fainelli@gmail.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      4f0c2be3
    • Arnd Bergmann's avatar
      Merge tag 'arm-soc/for-5.16/devicetree' of https://github.com/Broadcom/stblinux into arm/dt · 4d3e49a3
      Arnd Bergmann authored
      This pull request contains Broadcom ARM-based SoCs Device Tree changes
      for 5.16, please pull the following:
      
      - Matthew provides a set of updates to the Northstar Plus Device Tree
      files to fix a number of warnings, and prepare the files to support the
      addition of the Cisco Meraki MX64/MX65 wireless controller devices and
      finally adds support for those boards.
      
      - Rafal continues to provide updates to the BCM5301X Device Tree files
      in order to fix warnings with the various node names, MDIO muxes and
      memory nodes. He also adds support for the external switches on the
      BCM53573 SoC and adds Tenda AC9 switch ports.
      
      - Christian provides the description of the Ethernet switch ports for
      the Cisco Meraki MR32 based on the 53016 SoC
      
      - Arinc adds support for the Asus RT-AC88U device based on the BCM4709
      and featuring 8 Ethernet ports over the integrated and the external
      Realtek switch (not supported yet)
      
      - Stefan adds support for the Raspberry Pi Compute Module 4 IO board and
      does a number of preparatory changes to get there to the Device Tree
      files before doing the actual addition
      
      * tag 'arm-soc/for-5.16/devicetree' of https://github.com/Broadcom/stblinux: (31 commits)
        arm64: dts: broadcom: Add reference to RPi CM4 IO Board
        ARM: dts: Add Raspberry Pi Compute Module 4 IO Board
        ARM: dts: Add Raspberry Pi Compute Module 4
        dt-bindings: arm: bcm2835: Add Raspberry Pi Compute Module 4
        ARM: dts: bcm283x-rpi: Move Wifi/BT into separate dtsi
        dt-bindings: display: bcm2835: add optional property power-domains
        ARM: dts: BCM5301X: Add DT for Asus RT-AC88U
        ARM: BCM53016: MR32: get mac-address from nvmem
        ARM: BCM53016: Specify switch ports for Meraki MR32
        ARM: dts: BCM53573: Add Tenda AC9 switch ports
        ARM: dts: BCM53573: Describe on-SoC BCM53125 rev 4 switch
        ARM: dts: BCM5301X: Specify switch ports for more devices
        ARM: dts: NSP: Fix MX65 MDIO mux warnings
        ARM: dts: NSP: Fix MX64/MX65 eeprom node name
        ARM: dts: NSP: Fix MDIO mux node names
        ARM: dts: NSP: Fix mpcore, mmc node names
        ARM: dts: NSP: Add bcm958623hr board name to dts
        ARM: dts: BCM5301X: Fix memory nodes names
        ARM: dts: BCM5301X: Fix MDIO mux binding
        ARM: dts: BCM5301X: Fix nodes names
        ...
      
      Link: https://lore.kernel.org/r/20211013174016.831348-1-f.fainelli@gmail.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      4d3e49a3
    • Arnd Bergmann's avatar
      Merge tag 'samsung-dt64-5.16' of... · f202bd97
      Arnd Bergmann authored
      Merge tag 'samsung-dt64-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/dt
      
      Samsung DTS ARM64 changes for v5.16
      
      1. Match Exynos5433 DTS with dtschema.
      2. Add an Exynos Auto v9 SoC and SADK board. The Exynos Auto v9 is a
         design for automotive for In-vehicle Infotainments (IVI) and Advanced
         Driver-Assistance Systems (ADAS).
         This pull request brings very basic support (pinctrl, UART and UFS
         storage) with a development SADK (Samsung Automotive Development Kit)
         board.
      
      * tag 'samsung-dt64-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
        arm64: dts: exynos: add minimal support for exynosautov9 sadk board
        arm64: dts: exynos: add initial support for exynosautov9 SoC
        arm64: dts: exynos: add proper comaptible FSYS syscon in Exynos5433
        arm64: dts: exynos: align operating-points table name with dtschema in Exynos5433
      
      Link: https://lore.kernel.org/r/20211013162418.43072-2-krzysztof.kozlowski@canonical.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      f202bd97
    • Arnd Bergmann's avatar
      Merge tag 'samsung-dt-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/dt · 54dd3834
      Arnd Bergmann authored
      Samsung DTS ARM changes for v5.16
      
      Minor cleanups - from undocumented or unused properties, coding style.
      
      * tag 'samsung-dt-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
        ARM: dts: exynos: use spaces instead of tabs around '='
        ARM: dts: exynos: remove unneeded DVS voltages from PMIC on Arndale
        ARM: dts: exynos: drop undocumented samsung,sata-freq property in Exynos5250
      
      Link: https://lore.kernel.org/r/20211013162418.43072-1-krzysztof.kozlowski@canonical.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      54dd3834
    • Arnd Bergmann's avatar
      Merge tag 'qcom-arm64-for-5.16' of... · c7613530
      Arnd Bergmann authored
      Merge tag 'qcom-arm64-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/dt
      
      Qualcomm ARM64 dts updates for v5.16
      
      MSM8916 gained some DT cleanup fixes. The Dragonboard 410c gains updated
      firmware paths to the device specific firmware for modem and WiFi, to
      allow these to be pushed to linux-next. The Longcheer L8150 gains extcon
      support and the interrupt configuration for the accelerometer and
      magnetometer are corrected.
      
      MSM8998 gained descriptions for the multimedia clock controller and
      iommu, as well as the GPU and its dedicated IOMMU. The QFPROM node is
      updated to access the CRC corrected value space, the white LED (for
      backlight) found in PMI8998 is described and GCC gains references to the
      missing XO and sleep_clk reference clocks.
      On top of this initial support for the Fxtec Pro1 QX1000 is added and
      then the Sony Xperia XZ1, Xperia XZ1 Compact and the Xperia XZ Premium,
      with USB, touchscreen, SDHCI, Bluetooth and vibrator supported.
      
      The Xiaomi Mi 5 and Xiaomi Mi Note 2, based on the MSM8996 platform was
      added, with support for frame buffer, GPU, audio, video encoder/decoder
      and touchscreen.
      
      The USB controller and PHY found in IPA6018 is described to provide USB
      support. IPQ8074 gains a description of the SPMI controller.
      
      The highlight on SC7180 is the introduction of the just released
      "Homestar" device.  CPU power coefficients are corrected based on
      measurements, IMEM is described to ensure that remoteproc relocation
      information is carried to post mortem debug tools and a few smaller
      fixes are introduced.
      
      The SC7280 gains QSPI, low speed (i2c/spi/uart), GPU, thermal zones,
      modem, CPU topology and updated memory map.
      
      On SDM845 the "Limits hardware" is described and increases the
      throttling temperature of the hardware from ~70C to 95C, with up to 30%
      improvement in benchmarks as result.  Relying on hardware throttling and
      thermal pressure, the CPU cooling devices are dropped.
      The power for the second WiFi channel is properly described for the
      Lenovo Yoga C630, to ensure they are both powered.
      
      reboot-modes are defined for the PM660 PMIC, found in SDM630 and SDM660.
      
      Initial support for the Snapdragon 690 (aka SM6350) is introduced, with
      support for clocks, regulators, pinctrl, storage, thermal sensors, USB,
      SMMU and CPUfreq. On top of this support for the Sony Xperia 10 III is
      introduced.
      
      * tag 'qcom-arm64-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux: (99 commits)
        arm64: dts: qcom: sdm630-nile: Correct regulator label name
        arm64: dts: qcom: sm6125: Improve indentation of multiline properties
        arm64: dts: qcom: msm8916-longcheer-l8150: Use &pm8916_usbin extcon
        arm64: dts: qcom: pm8916: Add pm8941-misc extcon for USB detection
        arm64: dts: qcom: pm8916: Remove wrong reg-names for rtc@6000
        arm64: dts: qcom: sc7280: Update Q6V5 MSS node
        arm64: dts: qcom: sc7280: Add Q6V5 MSS node
        arm64: dts: qcom: sc7280: Add nodes to boot modem
        arm64: dts: qcom: sc7280: Add/Delete/Update reserved memory nodes
        arm64: dts: qcom: sc7280: Update reserved memory map
        arm64: dts: qcom: msm8998-fxtec-pro1: Add tlmm keyboard keys
        arm64: dts: qcom: msm8998-fxtec-pro1: Add Goodix GT9286 touchscreen
        arm64: dts: qcom: msm8998-fxtec-pro1: Add physical keyboard leds
        arm64: dts: qcom: Add support for MSM8998 F(x)tec Pro1 QX1000
        arm64: dts: qcom: msm8916: Fix Secondary MI2S bit clock
        arm64: dts: qcom: msm8916-longcheer-l8150: Add missing sensor interrupts
        arm64: dts: qcom: sc7180: Add IMEM and pil info regions
        arm64: dts: qcom: pm6150l: Add missing include
        arm64: dts: qcom: sm6350: Add device tree for Sony Xperia 10 III
        arm64: dts: qcom: sm6350: Add apps_smmu and assign iommus prop to USB1
        ...
      
      Link: https://lore.kernel.org/r/20211012231155.1036519-1-bjorn.andersson@linaro.orgSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      c7613530
    • Arnd Bergmann's avatar
      Merge tag 'qcom-dts-for-5.16' of... · 878e26d3
      Arnd Bergmann authored
      Merge tag 'qcom-dts-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/dt
      
      Qualcomm DTS updates for v5.16
      
      This extends the previous limited description of MSM8226 with SDHC,
      UART, I2C, SCM, SMEM, RPM and basic PMIC definitions. Based on this,
      initial support for the LG G Watch R smartwatch is introduced.
      
      APQ8064 gets a couple of DT updates, one which will allow the GPU driver
      to drop supporting legacy "opp tables" in the future.
      
      DT bindings and DTS files are updated with additional compatibles, for
      completeness.
      
      * tag 'qcom-dts-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux:
        dt-bindings: arm: qcom, add missing devices
        ARM: dts: qcom: msm8974: Add xo_board reference clock to DSI0 PHY
        ARM: dts: qcom: fill secondary compatible for multiple boards
        ARM: dts: qcom: apq8064: adjust memory node according to specs
        ARM: dts: qcom: apq8064: Convert adreno from legacy gpu-pwrlevels to opp-v2
        ARM: dts: qcom: Add support for LG G Watch R
        dt-bindings: arm: qcom: Document APQ8026 SoC binding
        ARM: dts: qcom: Add pm8226 PMIC
        ARM: dts: qcom: msm8226: Add more SoC bits
        dt-bindings: arm: qcom: Document SDX65 platform and boards
      
      Link: https://lore.kernel.org/r/20211012174310.1017857-1-bjorn.andersson@linaro.orgSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      878e26d3
    • Arnd Bergmann's avatar
      Merge tag 'v5.15-next-dts64' of... · ba232d39
      Arnd Bergmann authored
      Merge tag 'v5.15-next-dts64' of git://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into arm/dt
      
      Biggest change is, that we have now support for a reset controller inside the
      mmsys. This goes inhand with changes to the driver, that you will find in the
      soc pull request.
      
      Mediatek PCI device tree binding described the root port in a wrong. The IP
      actaully implements several root complex with everyone having a single root port.
      
      We need to fix the DT in an incompatible way to describe the HW as it is. This
      also fixes a problem that no IRQ bigger then 32 could be handled.
      
      The only public available HW that is affected by this is the BananaPi R64. I'm
      not aware that there is a big user base using the upstream kernel. In this
      boards PCI is only used for extension cards, so I don't expect any boot problems.
      
      - mt8173: add reset for dsi0 to mmsys
      - move dt-bindings reset controller includes to correct folder
      - split PCIe node to use new format for mt2712 and mt7622
      - mt8183: add audio node to chromebook devices
      - mt8192: add clock controller node
      
      * tag 'v5.15-next-dts64' of git://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux:
        arm64: dts: mt8183: Add the mmsys reset bit to reset the dsi0
        arm64: dts: mt8173: Add the mmsys reset bit to reset the dsi0
        dt-bindings: display: mediatek: add dsi reset optional property
        dt-bindings: mediatek: Add #reset-cells to mmsys system controller
        arm64: dts: mediatek: Move reset controller constants into common location
        arm64: dts: mediatek: Split PCIe node for MT2712 and MT7622
        arm64: dts: mt8183: add kukui platform audio node
        arm64: dts: mt8183: add audio node
        arm64: dts: mediatek: Add mt8192 clock controllers
      
      Link: https://lore.kernel.org/r/1a3d63a3-c020-3319-26f6-a2ec338cc42e@gmail.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      ba232d39
  3. 16 Oct, 2021 1 commit
  4. 15 Oct, 2021 20 commits