diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-05-03 14:03:35 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-05-11 11:00:40 +0200 |
commit | 439a7708a0dba19d94dfb5c2371aa5ac74d5890d (patch) | |
tree | 78ce046f61dc00e3c93684a573b0200964493461 /projects | |
parent | 6d354d47900ada0909d7d1fc0e98fb45d88dc1de (diff) |
linux: bsp-41x: non-target: Move DMACs in R-Car V3U DTS
SYS-DMAC support for R-Car V3U is already upstream.
RT-DMAC has no Linux users.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Diffstat (limited to 'projects')
-rw-r--r-- | projects/linux/bsp-41x-non-target.yaml | 1 | ||||
-rw-r--r-- | projects/linux/bsp-41x-upport-request.yaml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/projects/linux/bsp-41x-non-target.yaml b/projects/linux/bsp-41x-non-target.yaml index cae1c0b..6414fca 100644 --- a/projects/linux/bsp-41x-non-target.yaml +++ b/projects/linux/bsp-41x-non-target.yaml @@ -543,3 +543,4 @@ bsp41x: - c8a135eebb38cce49f759f8f810aa7226b94b79a # uio: Add PMA IOCTL to compat list (Proposing 'N': UIO and OSAL are not intended for upstream)) - a65c6608efdf42310b465a9d864623348d092b37 # arm64: defconfig: Enable UIO support (Proposing 'N': UIO and OSAL are not intended for upstream)) - 947e3b63fa7990aa8ac968c0ddb48345fcdc1259 # uio: Add new ioctl for power management (Proposing 'N': UIO and OSAL are not intended for upstream)) + - e4962e0a61d0b5a7a578dc1ce1c578bafd21df07 # arm64: dts: renesas: r8a779a0: Add SYS-DMAC and RT-DMAC support (RT-DMAC not used, SYS-DMAC added in torvalds: 1f4449e12c5c6682a6f4f8dbc7288c19c1c844f1 # arm64: dts: renesas: r8a779a0: Add SYS-DMAC nodes) diff --git a/projects/linux/bsp-41x-upport-request.yaml b/projects/linux/bsp-41x-upport-request.yaml index bd8cafe..3fd57ff 100644 --- a/projects/linux/bsp-41x-upport-request.yaml +++ b/projects/linux/bsp-41x-upport-request.yaml @@ -77,7 +77,6 @@ bsp41x: - 65065f90c4b9983cd50ec2033405012a105ad6bf # arm64: dts: r8a779a0: Add SYSC PM Domains - 446d62ee0240fddf445ed0603f8d3eb755cab5de # arm64: dts: renesas: falcon: Enable PCIe - 6235ae0b3cf3c6848c33ae8466e830b2119d4e5a # arm64: dts: renesas: r8a779a0: Add PCIe device node - - e4962e0a61d0b5a7a578dc1ce1c578bafd21df07 # arm64: dts: renesas: r8a779a0: Add SYS-DMAC and RT-DMAC support - e98a497b44f55eda9ad2631e945ecf186f98f3ad # arm64: dts: r8a7796-salvator-xs-2x4g: Fix memory unit-address - e47b222b047a2776df67cf36714b36ccd59a6d02 # arm64: dts: renesas: r8a77990: Use default clock and reset property for secure public core - fa95493a4b2b894848d6fc63036343f1fc0e2112 # arm64: dts: renesas: r8a77965: Use default clock and reset property for secure public core |