summaryrefslogtreecommitdiff
path: root/arch/arm/dts/r8a77965.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: rmobile: Sync Gen3 DTs with Linux 4.19.6Marek Vasut2018-12-041-339/+1371
| | | | | | | | | | Synchronize DTs with mainline Linux 4.19.6 , commit 96db90800c06d3fe3fa08eb6222fe201286bb778 Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> --- V2: Rebase on u-boot/master
* ARM: dts: rmobile: Extract SDHI nodes on M3NMarek Vasut2018-12-041-28/+4
| | | | | | | | | | | The SDHI nodes are not in Linux 4.17 DTs in M3N, pull them into U-Boot specific DT extras until they hit mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> --- V2: Rebase on u-boot/master
* ARM: dts: rmobile: Extract USB nodes on M3NMarek Vasut2018-12-041-44/+9
| | | | | | | | | | | The USB nodes are not in Linux 4.17 DTs in M3N, pull them into U-Boot specific DT extras until they hit mainline Linux, to make syncing of DTs easier. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> --- V2: Rebase on u-boot/master
* ARM: dts: rmobile: Extract RPC node to u-boot specific DTMarek Vasut2018-12-041-8/+0
| | | | | | | | | | | The RPC DT bindings are still work in progress. Extract the RPC DT node from the DT to allow easier update and so it can be replaced once the DT bindings are stable. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> --- V2: Rebase on u-boot/master
* ARM: dts: rmobile: Add soc label to Gen3Marek Vasut2018-12-041-1/+1
| | | | | | | | | Add label to the /soc node, so it can be referenced from the U-Boot DTs. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> --- V2: Rebase on u-boot/master
* ARM: rmobile: Sync Gen3 DTS with Linux v4.17Marek Vasut2018-06-141-4/+123
| | | | | | | Sync the DTs with Linux v4.17. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* ARM: rmobile: Add Renesas RPC HF/QSPI DT nodesMarek Vasut2018-04-171-0/+8
| | | | | | | Add device tree nodes for the Renesas RPC HF/QSPI controller. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* ARM: dts: rmobile: Add SDHI nodes to R8A77965 M3N DTMarek Vasut2018-03-051-4/+32
| | | | | | | Add SDHI nodes to r8a77965.dtsi to get eMMC and SD slots operational. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* ARM: dts: rmobile: Add xHCI node to R8A77965 M3N DTMarek Vasut2018-03-051-1/+8
| | | | | | | Add xHCI node to r8a77965.dtsi to get xHCI USB operational. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* ARM: dts: rmobile: Add EHCI nodes to R8A77965 M3N DTMarek Vasut2018-03-051-4/+37
| | | | | | | Add generic EHCI nodes to r8a77965.dtsi to get EHCI USB operational. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* ARM: dts: rmobile: Add RAVB node to R8A77965 M3N DTMarek Vasut2018-03-051-1/+10
| | | | | | | Add RAVB node to r8a77965.dtsi to get ethernet operational. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* ARM: dts: rmobile: Import R8A77965 M3N DT files from LinuxMarek Vasut2018-03-051-0/+741
Import the R8A77965 M3N DT from Linux 4.16-rc1 . Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>