1. 23 Sep, 2022 4 commits
    • Arnd Bergmann's avatar
      Merge tag 'imx-dt-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/dt · 07d0db46
      Arnd Bergmann authored
      i.MX device tree change for 6.1
      
      - A series from Alexander Stein to add missing properties for i.MX6 SRAM.
      - Drop 'interrupts' property when 'interrupts-extended' is present. This
        fixes a dtbs_check warning with i.MX6 DT.
      - Update device trees to use generic name 'dma-controller' for SDMA.
      - A set of changes from Krzysztof Kozlowski to align SPI, LED and
        gpio-keys node name with dtschema.
      - A series of indentation and white-space cleanups from Marcel Ziswiler
        to address various checkpatch warnings.
      - Add DDR pinmux defines to VF610 DT header.
      - A couple of changes from Peng Fan to update clock-names and add IPG
        clock for i.MX7ULP LPI2C devices.
      - Improve device tree structure for Kontron i.MX6UL/ULL based boards.
      - A series of changes from Tim Harvey to add CAN regulator for Gateworks
        i.MX6QDL boards.
      - Various small and random board specific updates.
      
      * tag 'imx-dt-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: (40 commits)
        ARM: dts: imx6qdl-gw54xx: add CAN regulator
        ARM: dts: imx6qdl-gw53xx: add CAN regulator
        ARM: dts: imx6qdl-gw52xx: add CAN regulator
        ARM: dts: imx: update sdma node name format
        ARM: dts: imx6: skov: migrate to resistive-adc-touch
        ARM: dts: imx6sx-udoo-neo: don't use multiple blank lines
        ARM: dts: imx6sl: use tabs for code indent
        ARM: dts: imx6sx: add missing properties for sram
        ARM: dts: imx6sll: add missing properties for sram
        ARM: dts: imx6sl: add missing properties for sram
        ARM: dts: imx6qp: add missing properties for sram
        ARM: dts: imx6dl: add missing properties for sram
        ARM: dts: imx6q: add missing properties for sram
        ARM: dts: imx7ulp: Add IPG clock for lpi2c
        ARM: dts: imx7ulp: update the LPI2C clock-names
        ARM: dts: vf610: ddr pinmux
        ARM: dts: imx6qdl-dhcom: Move IPU iomux node from PDK2 to SoM file
        ARM: dts: imx6ul-kontron: Add imx6ull-kontron-bl to Makefile
        ARM: dts: imx6ul-kontron: Simplify devicetree structure
        ARM: dts: vf610: align SPI node name with dtschema
        ...
      
      Link: https://lore.kernel.org/r/20220918092806.2152700-3-shawnguo@kernel.orgSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      07d0db46
    • Arnd Bergmann's avatar
      Merge tag 'imx-bindings-6.1' of... · 2b14d7da
      Arnd Bergmann authored
      Merge tag 'imx-bindings-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/dt
      
      i.MX DT bindings for 6.1:
      
      - Add compatible for new boards: Kontron BL i.MX8MM OSM-S, MSC
        SM2S-IMX8PLUS SoM and SM2-MB-EP1 Carrier, i.MX8M Mini Gateworks
        GW7904 board, i.MX8DXL EVK Board.
      - Add add interconnect property for i.MX8MP various blk-ctrl devices.
      - Add i.MX8MP HDMI HDCP and HRV power domain DT IDs.
      - Add bindings for i.MX93 SRC and MEDIAMIX blk-ctrl.
      - A minor style fix on i.MX8MM clock binding header.
      
      * tag 'imx-bindings-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
        dt-bindings: arm: imx: update fsl.yaml for imx8dxl
        dt-bindings: firmware: add missing resource IDs for imx8dxl
        dt-bindings: arm: Add i.MX8M Mini Gateworks GW7904 board
        dt-bindings: soc: add i.MX93 mediamix blk ctrl
        dt-bindings: soc: add i.MX93 SRC
        dt-bindings: mfd: syscon: Add i.MX93 blk ctrl system registers
        dt-bindings: arm: fsl: Add MSC SM2S-IMX8PLUS SoM and SM2-MB-EP1 Carrier
        dt-bindings: arm: fsl: Add Kontron BL i.MX8MM OSM-S board
        dt-bindings: arm: fsl: Rename compatibles for Kontron i.MX8MM SoM/board
        dt-bindings: soc: imx: add i.MX8MP vpu blk ctrl
        dt-bindings: soc: imx: add interconnect property for i.MX8MM vpu blk ctrl
        dt-bindings: soc: imx: drop minItems for i.MX8MM vpu blk ctrl
        dt-bindings: power: imx8mp-power: add HDMI HDCP/HRV
        dt-bindings: arm: fsl: imx6ul-kontron: Update bindings
        dt-bindings: clk: imx8mm: don't use multiple blank lines
        dt-bindings: soc: imx: add interconnect property for i.MX8MP hsio blk ctrl
        dt-bindings: soc: imx: add interconnect property for i.MX8MP hdmi blk ctrl
        dt-bindings: soc: imx: add interconnect property for i.MX8MP media blk ctrl
      
      Link: https://lore.kernel.org/r/20220918092806.2152700-1-shawnguo@kernel.orgSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      2b14d7da
    • Arnd Bergmann's avatar
      Merge tag 'tegra-for-6.1-arm64-dt' of... · f58ec429
      Arnd Bergmann authored
      Merge tag 'tegra-for-6.1-arm64-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/dt
      
      arm64: tegra: Device tree changes for v6.1-rc1
      
      These changes enable PCI, Ethernet and HDA support on Jetson AGX Orin.
      DMA support is enabled for I2C on a number of SoC generations and the
      Google Pixel C (a.k.a. Smaug) device receives Bluetooth and Wi-Fi
      support.
      
      Other than that this also contains some minor cleanups and fixes.
      
      * tag 'tegra-for-6.1-arm64-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
        arm64: tegra: Add GPCDMA support for Tegra I2C
        arm64: tegra: Add iommus for HDA on Tegra234
        arm64: tegra: Enable HDA node for Jetson AGX Orin
        arm64: tegra: Add context isolation domains on Tegra234
        arm64: tegra: Fixup iommu-map property formatting
        arm64: dts: tegra: smaug: Add Wi-Fi node
        arm64: dts: tegra: smaug: Add Bluetooth node
        arm64: tegra: Enable MGBE on Jetson AGX Orin Developer Kit
        arm64: tegra: Add MGBE nodes on Tegra234
        arm64: tegra: Fix up compatible for Tegra234 GPCDMA
        arm64: tegra: Enable PCIe slots in P3737-0000 board
        arm64: tegra: Add P2U and PCIe controller nodes to Tegra234 DT
        arm64: tegra: Add regulators required for PCIe
      
      Link: https://lore.kernel.org/r/20220916101957.1635854-5-thierry.reding@gmail.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      f58ec429
    • Arnd Bergmann's avatar
      Merge tag 'tegra-for-6.1-dt-bindings' of... · 195571f3
      Arnd Bergmann authored
      Merge tag 'tegra-for-6.1-dt-bindings' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/dt
      
      dt-bindings: Changes for v6.1-rc1
      
      Adds device tree bindings for the MGBE found on Tegra234 SoCs, as well
      as stream IDs for the shared host1x context devices.
      
      * tag 'tegra-for-6.1-dt-bindings' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
        dt-bindings: Add Host1x context stream IDs on Tegra234
        dt-bindings: net: Add Tegra234 MGBE
      
      Link: https://lore.kernel.org/r/20220916101957.1635854-4-thierry.reding@gmail.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      195571f3
  2. 17 Sep, 2022 19 commits
  3. 16 Sep, 2022 4 commits
  4. 15 Sep, 2022 13 commits