Kuninori Morimoto
ae3d16b93c
arm64: dts: renesas: ulcb: add default bootargs
...
It can't boot without bootargs settings on Uboot on ulcb board.
This patch adds missing default bootargs.
ulcb BSP can overwrite it by own UBoot settings.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-24 11:19:07 +02:00
Sergei Shtylyov
a215af751d
arm64: dts: renesas: r8a779{7|8}0: add CMT support
...
Describe CMTs in the R8A779{7|8}0 device trees.
Based on the original (and large) patches by Vladimir Barinov.
Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com >
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com >
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-19 11:18:24 +02:00
Wolfram Sang
11a33f8161
arm64: dts: renesas: gen3: use 400kHz for I2C DVFS bus
...
The PMIC and EEPROM can operate at 400kHz, so use this speed.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com >
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-19 11:07:14 +02:00
Magnus Damm
d59b0784f1
arm64: dts: renesas: r8a77980: Attach the SYS-DMAC to the IPMMU
...
For R-Car V3H hook up SYS-DMAC1 and SYS-DMAC2 to IPMMU-DS1 to match
information in the R-Car Gen3 Rev.1.00 (April 2018) datasheet.
Signed-off-by: Magnus Damm <damm@opensource.se >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-19 10:16:29 +02:00
Magnus Damm
f0f9f7a6ba
arm64: dts: renesas: r8a77990: Attach the SYS-DMAC to the IPMMU
...
For R-Car E3 hook up SYS-DMAC0, SYS-DMAC1 and SYS-DMAC2 to
IPMMU-DS0 and IPMMU-DS1 in same way as for R-Car H3.
This follows the R-Car Gen3 Rev.1.00 (April 2018) datasheet.
Signed-off-by: Magnus Damm <damm@opensource.se >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-19 10:15:05 +02:00
Jacopo Mondi
a1d354a768
arm64: dts: renesas: ebisu: Add HDMI and CVBS input
...
Add HDMI and CVBS inputs device nodes to R-Car E3 Ebisu board.
Both HDMI and CVBS inputs are connected to an ADV7482 video decoder hooked to
the SoC CSI-2 receiver port.
Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org >
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-17 09:07:48 +02:00
Geert Uytterhoeven
c79661eb50
arm64: dts: renesas: Remove unneeded status from thermal nodes
...
The thermal device is supposed to be always enabled. As the default
value of the status property is "okay", there is no need to make this
explicit in SoC-specific .dtsi files where no override is involved.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-14 15:36:50 +02:00
Hoan Nguyen An
450d6079e8
arm64: dts: r8a77965: add FDP1 device nodes
...
The r8a77965 has a single FDP1 instance.
Signed-off-by: Hoan Nguyen An <na-hoan@jinso.co.jp >
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:48:13 +02:00
Geert Uytterhoeven
7acc17b1a3
arm64: dts: renesas: draak: Sort device nodes
...
- Device nodes with unit addresses are sorted by unit address,
- Device nodes without unit addresses and references are sorted
alphabetically.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:48:12 +02:00
Wolfram Sang
9bc03b5727
arm64: dts: renesas: enable SDR104 on R-Car Gen3
...
Successfully tested on H3 ES1.0 and ES2.0, M3-W ES1.0, and M3-N ES1.0.
Even previously stubborn cards work fine. Transfer rates were >60MB/s.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:48:11 +02:00
Takeshi Kihara
3943e8967a
arm64: dts: renesas: r8a77990: Add SYS-DMAC device nodes
...
This patch adds SYS-DMAC{0,1,2} device nodes for the R8A77990 SoC.
Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com >
Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com >
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:48:10 +02:00
Takeshi Kihara
bc011dfa30
arm64: dts: renesas: r8a77990: Add I2C device nodes
...
Add device nodes for I2C ch[0-7] to R-Car E3 R8A77990 device tree.
Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com >
Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org >
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be >
Tested-by: Geert Uytterhoeven <geert+renesas@glider.be >
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Tested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:48:06 +02:00
Koji Matsuoka
ec70407ae7
arm64: dts: renesas: r8a77990: Add VIN and CSI-2 device nodes
...
Add device nodes for VIN4, VIN5 and CSI40 to R-Car E3 R8A77990 device tree.
Signed-off-by: Koji Matsuoka <koji.matsuoka.xm@renesas.com >
Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com >
Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org >
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Tested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
[simon: sorted nodes by bus address, then IP block]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:48:00 +02:00
Geert Uytterhoeven
4b7e3ab191
arm64: dts: renesas: r8a77990: Add all MSIOF nodes
...
Add the device nodes for all MSIOF SPI controllers, incl. clocks, power
domains, and resets properties.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:58 +02:00
Geert Uytterhoeven
8db067d553
arm64: dts: renesas: r8a7795: Move arm_cc630p node
...
To preserve by-address-per-group sort order.
Fixes: 0f6d237caf ("arm64: dts: renesas: r8a7795: add ccree to device tree")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:57 +02:00
Takeshi Kihara
103db9b539
arm64: dts: renesas: r8a77990: Add BRG support to SCIF2
...
Add the device node for the external SCIF_CLK, and describe the clock
inputs for the Baud Rate Generator for External Clock (BRG) for SCIF2,
which can increase serial clock accuracy.
The presence of the SCIF_CLK crystal and its clock frequency depend on
the actual board.
Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com >
[geert: Enhance patch description]
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:56 +02:00
Geert Uytterhoeven
83e7d2ec0d
arm64: dts: renesas: r8a77990: Use CPG/MSSR and SYSC binding definitions
...
Use the SoC-specific CPG/MSSR include file to allow future use of
R8A77990_CLK_* symbols.
Replace the hardcoded power domain indices by R8A77990_PD_* symbols.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:55 +02:00
Geert Uytterhoeven
48e1f50bd6
arm64: dts: renesas: salvator-xs: Improve SATA switch settings comments
...
The comments describing the non-default switch settings to use SATA are
confusing: 'Off' refers to the switch position, not to the MD12 logic
value, while the parentheses suggest otherwise. Rephrase to fix this.
Fixes: bec000784d5bb571 ("arm64: dts: renesas: salvator-xs: enable SATA")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:53 +02:00
Geert Uytterhoeven
7a590fe317
arm64: dts: renesas: r8a77965: Fix clock/reset for usb2_phy1
...
usb2_phy1 accidentally uses the same clock/reset as usb2_phy0.
Fixes: b5857630a8 ("arm64: dts: renesas: r8a77965: add usb2_phy nodes")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:52 +02:00
Geert Uytterhoeven
99584d93e3
arm64: dts: renesas: r8a77965: Fix HS-USB compatible
...
Should be "renesas,usbhs-r8a77965", not "renesas,usbhs-r8a7796".
Fixes: a06e8af801 ("arm64: dts: renesas: r8a77965: add HS-USB node")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:51 +02:00
Geert Uytterhoeven
ff55027185
arm64: dts: renesas: r8a77965: Move timer node
...
To preserve alphabetical sort order.
Fixes: 4c529600ee ("arm64: dts: renesas: r8a77965: Add R-Car Gen3 thermal support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:50 +02:00
Geert Uytterhoeven
47d7f68228
arm64: dts: renesas: v3hsk: Move lvds0 node
...
To preserve alphabetical sort order.
Fixes: 4edac426aff11a37 ("arm64: dts: renesas: condor/v3hsk: add DU/LVDS/HDMI support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:48 +02:00
Geert Uytterhoeven
fced3a97f8
arm64: dts: renesas: Fix whitespace around assignments
...
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
[simon: updated for a few new cases]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:47 +02:00
Eugeniu Rosca
c41fc11850
arm64: dts: renesas: r8a77965: m3nulcb-kf: Initial device tree
...
This is based on the existing KF device tree sources:
$ ls -1 arch/arm64/boot/dts/renesas/*-kf.dts
arch/arm64/boot/dts/renesas/r8a7795-es1-h3ulcb-kf.dts
arch/arm64/boot/dts/renesas/r8a7795-h3ulcb-kf.dts
arch/arm64/boot/dts/renesas/r8a7796-m3ulcb-kf.dts
Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:46 +02:00
Sergei Shtylyov
c6eb20473f
arm64: dts: renesas: condor: add PCIe support
...
Enable PCIe PHY and PCIEC and specify the PCIe bus clock for the Condor
board.
Based on the original (and large) patch by Vladimir Barinov.
Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com >
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:45 +02:00
Sergei Shtylyov
ffa967e24c
arm64: dts: renesas: r8a77980: add PCIe support
...
Describe the PCIe PHY, PCIEC, and PCIe bus clock in the R8A77980 device
tree.
Based on the original (and large) patch by Vladimir Barinov.
Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com >
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:44 +02:00
Biju Das
453240f665
arm64: dts: renesas: r8a774a1: Add USB3.0 device nodes
...
Add usb3.0 phy, host and function device nodes on RZ/G2M SoC dtsi.
Signed-off-by: Biju Das <biju.das@bp.renesas.com >
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com >
Reviewed-by: Simon Horman <horms+renesas@verge.net.au >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:43 +02:00
Biju Das
ed898d4fc1
arm64: dts: renesas: r8a774a1: Add USB-DMAC and HSUSB device nodes
...
Add usb dmac and hsusb device nodes on RZ/G2M SoC dtsi.
Signed-off-by: Biju Das <biju.das@bp.renesas.com >
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:41 +02:00
Biju Das
4c2c2fb998
arm64: dts: renesas: r8a774a1: Add USB2.0 phy and host(EHCI/OHCI) device nodes
...
Add USB2.0 phy and host (EHCI/OHCI) device nodes on RZ/G2M SoC dtsi.
Signed-off-by: Biju Das <biju.das@bp.renesas.com >
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:40 +02:00
Fabrizio Castro
282419526a
arm64: dts: renesas: r8a774a1: Add FCPF and FCPV instances
...
Add FCPF and FCPV instances to the r8a774a1 dtsi, similarly
to what was done for the r8a7796 with commit 41dbbf0c5b
("arm64: dts: r8a7796: Add FCPF and FCPV instances"),
commit 69490bc966 ("arm64: dts: renesas: r8a7796: Point
FDP1 via FCPF to IPMMU-VI0"), and commit cef942d0bd ("arm64:
dts: renesas: r8a7796: Point VSPI via FCPVI to IPMMU-VC0").
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com >
Reviewed-by: Biju Das <biju.das@bp.renesas.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:39 +02:00
Biju Das
e2f04248fc
arm64: dts: renesas: r8a774a1: Add audio support
...
Add sound support for the RZ/G2M SoC (a.k.a. R8A774A1).
This work is based on similar work done on the R8A7796 SoC
by Kuninori Morimoto <kuninori.morimoto.gx@renesas.com >.
Signed-off-by: Biju Das <biju.das@bp.renesas.com >
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:38 +02:00
Fabrizio Castro
9567a85668
arm64: dts: renesas: r8a774a1: Add PWM device nodes
...
This patch adds PWM[0123456] device nodes to the RZ/G2M (a.k.a R8A774A1)
device tree.
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com >
Reviewed-by: Biju Das <biju.das@bp.renesas.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:37 +02:00
Biju Das
09f49bcf6f
arm64: dts: renesas: r8a774a1: Add Cortex-A53 CPU cores
...
This patch adds definitions for L2 cache for the Cortex-A53 CPU
cores (512 KiB in size, organized as 32 KiB x 16 ways), adds
Cortex-A53 CPU cores (setting a total of 6 cores, 2 x Cortex-A57
+ 4 x Cortex-A53), and finally enables the performance monitor
unit for the Cortex-A53 cores on the R8A774A1 SoC.
Based on work done for r8a7796 SoC.
Signed-off-by: Biju Das <biju.das@bp.renesas.com >
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:36 +02:00
Biju Das
c512110d64
arm64: dts: renesas: r8a774a1: Add all MSIOF nodes
...
Add the device nodes for all MSIOF SPI controllers on RZ/G2M SoC.
Based on several similar patches of the R8A7796 device tree
by Geert Uytterhoeven <geert+renesas@glider.be >
and Simon Horman <horms+renesas@verge.net.au >.
Signed-off-by: Biju Das <biju.das@bp.renesas.com >
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:35 +02:00
Fabrizio Castro
8f507babc6
arm64: dts: renesas: r8a774a1: Add IPMMU device nodes
...
Add r8a774a1 IPMMU nodes.
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com >
Reviewed-by: Biju Das <biju.das@bp.renesas.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:33 +02:00
Biju Das
a4165904fd
arm64: dts: renesas: r8a774a1: Add RZ/G2M thermal support
...
Add thermal support for R8A774A1 (RZ/G2M) SoC.
Based on the work done for r8a7796 SoC.
Signed-off-by: Biju Das <biju.das@bp.renesas.com >
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:32 +02:00
Biju Das
c674e8a78c
arm64: dts: renesas: r8a774a1: Add I2C and IIC-DVFS support
...
Add the I2C[0-6] and IIC Bus Interface for DVFS (IIC for DVFS)
devices nodes to the r8a774a1 device tree.
Signed-off-by: Biju Das <biju.das@bp.renesas.com >
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com >
Reviewed-by: Simon Horman <horms+renesas@verge.net.au >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:31 +02:00
Fabrizio Castro
663386c3e1
arm64: dts: renesas: r8a774a1: Add SDHI nodes
...
Add SDHI nodes to the DT of the r8a774a1 SoC.
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com >
Reviewed-by: Biju Das <biju.das@bp.renesas.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:30 +02:00
Fabrizio Castro
53ae5809d3
arm64: dts: renesas: r8a774a1: Add GPIO device nodes
...
Add GPIO device nodes to the DT of the r8a774a1 SoC.
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com >
Reviewed-by: Biju Das <biju.das@bp.renesas.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:29 +02:00
Fabrizio Castro
3698dbd02c
arm64: dts: renesas: r8a774a1: Add pinctrl device node
...
This patch adds pinctrl device node for R8A774A1 SoC.
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com >
Reviewed-by: Biju Das <biju.das@bp.renesas.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:28 +02:00
Biju Das
426f0b95af
arm64: dts: renesas: r8a774a1: Add RWDT node
...
Add a device node for the Watchdog Timer (RWDT) controller on the Renesas
RZ/G2M (r8a774a1) SoC.
Signed-off-by: Biju Das <biju.das@bp.renesas.com >
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:26 +02:00
Fabrizio Castro
71bddde2a2
arm64: dts: renesas: r8a774a1: Add Ethernet AVB node
...
This patch adds the SoC specific part of the Ethernet AVB
device tree node.
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com >
Reviewed-by: Biju Das <biju.das@bp.renesas.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:25 +02:00
Biju Das
a21c572ce8
arm64: dts: renesas: r8a774a1: Add INTC-EX device node
...
Add support for the Interrupt Controller for External Devices
(INTC-EX) on RZ/G2M.
Signed-off-by: Biju Das <biju.das@bp.renesas.com >
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:24 +02:00
Fabrizio Castro
3a3933a4fa
arm64: dts: renesas: r8a774a1: Add SCIF and HSCIF nodes
...
Add the device nodes for all RZ/G2M SCIF and HSCIF serial ports,
incl. clocks, power domains and DMAs.
According to the HW user manual, SCIF[015] and HSCIF[012] are
connected to both SYS-DMAC1 and SYS-DMAC2, while SCIF[34] and
HSCIF[34] are connected to SYS-DMAC0.
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com >
Reviewed-by: Biju Das <biju.das@bp.renesas.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:23 +02:00
Biju Das
37a61e4d9f
arm64: dts: renesas: r8a774a1: Add SYS-DMAC controller nodes
...
Add sys-dmac[0-2] device nodes for RZ/G2M (r8a774a1) SoC.
Signed-off-by: Biju Das <biju.das@bp.renesas.com >
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:22 +02:00
Sergei Shtylyov
70fd8b6a48
arm64: dts: renesas: condor/v3hsk: add DU/LVDS/HDMI support
...
Define the Condor/V3HSK board dependent parts of the DU and LVDS device
nodes. Also add the device nodes for Thine THC63LVD1024 LVDS decoder and
Analog Devices ADV7511W HDMI transmitter...
Based on the original (and large) patch by Vladimir Barinov.
Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com >
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com >
Reviewed-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com >
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:21 +02:00
Sergei Shtylyov
8d9923b3a2
arm64: dts: renesas: v3msk: add eMMC support
...
Add the eMMC chip support for the V3M Started Kit board.
Based on the original (and large) patches by Vladimir Barinov.
Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com >
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:20 +02:00
Sergei Shtylyov
979e32b526
arm64: dts: renesas: r8a77970: add MMC support
...
Define the generic R8A77970 part of the MMC0 (SDHI2) device node.
Based on the original (and large) patches by Vladimir Barinov.
Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com >
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:18 +02:00
Dien Pham
6253110442
arm64: dts: renesas: r8a77965: Add OPPs table for cpu devices
...
This patch adds OPPs table for CA57{0,1} cpu devices
Signed-off-by: Dien Pham <dien.pham.ry@renesas.com >
Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com >
Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com >
Tested-by: Simon Horman <horms+renesas@verge.net.au >
[simon: do not give nodes unit names as they have no bus addresses]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:17 +02:00
Eugeniu Rosca
83ff28c74b
arm64: dts: renesas: r8a77965: m3nulcb: Initial device tree
...
Allow the bare M3-N-based ULCB board to boot.
Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com >
Reviewed-by: Jacopo Mondi <jacopo+renesas@jmondi.org >
Signed-off-by: Simon Horman <horms+renesas@verge.net.au >
2018-09-13 09:47:16 +02:00