Tony Lindgren
a352fe3710
Merge branch 'omap-for-v5.8/fixes-rc1' into fixes
2020-06-16 09:26:03 -07:00
Tony Lindgren
07c7b547a7
Merge tag 'v5.8-rc1' into fixes
...
Linux 5.8-rc1
2020-06-16 09:25:03 -07:00
Drew Fustini
80bf725986
ARM: dts: am5729: beaglebone-ai: fix rgmii phy-mode
...
Since commit cd28d1d6e5
("net: phy: at803x: Disable phy delay for
RGMII mode") the networking is broken on the BeagleBone AI which has
the AR8035 PHY for Gigabit Ethernet [0]. The fix is to switch from
phy-mode = "rgmii" to phy-mode = "rgmii-rxid".
Note: Grygorii made a similar DT fix for other AM57xx boards with a
different phy in commit 820f8a870f
("ARM: dts: am57xx: fix networking
on boards with ksz9031 phy").
[0] https://git.io/Jf7PX
Fixes: 520557d485
("ARM: dts: am5729: beaglebone-ai: adding device tree")
Cc: Vinod Koul <vkoul@kernel.org >
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com >
Signed-off-by: Robert Nelson <robertcnelson@gmail.com >
Signed-off-by: Drew Fustini <drew@beagleboard.org >
Signed-off-by: Tony Lindgren <tony@atomide.com >
2020-06-16 09:11:52 -07:00
Tony Lindgren
c030688d44
ARM: dts: Fix omap4 system timer source clocks
...
I accidentally flipped the system timer to use system clock instead of
the 32k source clock.
Fixes: 14b1925a72
("ARM: dts: Configure system timers for omap4")
Signed-off-by: Tony Lindgren <tony@atomide.com >
2020-06-16 09:11:28 -07:00
Tony Lindgren
9cf28e41f9
ARM: dts: Fix duovero smsc interrupt for suspend
...
While testing the recent suspend and resume regressions I noticed that
duovero can still end up losing edge gpio interrupts on runtime
suspend. This causes NFSroot easily stopping working after resume on
duovero.
Let's fix the issue by using gpio level interrupts for smsc as then
the gpio interrupt state is seen by the gpio controller on resume.
Fixes: 731b409878
("ARM: dts: Configure duovero for to allow core retention during idle")
Signed-off-by: Tony Lindgren <tony@atomide.com >
2020-06-16 09:11:06 -07:00
Drew Fustini
d7af722344
ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect
...
AM3358 pin mcasp0_aclkr (ZCZ ball B13) [0] is routed to P1.31 header [1]
Mode 4 of this pin is mmc0_sdwp (SD Write Protect). A signal connected
to P1.31 may accidentally trigger mmc0 write protection. To avoid this
situation, do not put mcasp0_aclkr in mode 4 (mmc0_sdwp) by default.
[0] http://www.ti.com/lit/ds/symlink/am3358.pdf
[1] https://github.com/beagleboard/pocketbeagle/wiki/System-Reference-Manual#531_Expansion_Headers
Fixes: 047905376a
(ARM: dts: Add am335x-pocketbeagle)
Signed-off-by: Robert Nelson <robertcnelson@gmail.com >
Signed-off-by: Drew Fustini <drew@beagleboard.org >
Signed-off-by: Tony Lindgren <tony@atomide.com >
2020-06-16 09:08:50 -07:00
Diego Rondini
21a827bf1c
ARM: dts: orange-pi-zero-plus2: add leds configuration
...
Add pwr and status leds configuration and turn on pwr led by default for Orange
Pi Zero Plus 2 (both H3 and H5 variants).
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com >
Link: https://lore.kernel.org/r/20200615130223.34464-2-diego.rondini@kynetics.com
Signed-off-by: Maxime Ripard <maxime@cerno.tech >
2020-06-16 12:35:37 +02:00
Diego Rondini
43aad09c79
ARM: dts: orange-pi-zero-plus2: enable USB OTG port
...
Enable support for USB OTG port on Orange Pi Zero Plus 2 (both H3 and H5
variants). As, according to the board schematics, the USB OTG port cannot
provide power to external devices, we set dr_mode to peripheral.
Signed-off-by: Diego Rondini <diego.rondini@kynetics.com >
Link: https://lore.kernel.org/r/20200615130223.34464-1-diego.rondini@kynetics.com
Signed-off-by: Maxime Ripard <maxime@cerno.tech >
2020-06-16 12:35:33 +02:00
Matthew Hagan
b9dbe0101e
ARM: dts: NSP: Disable PL330 by default, add dma-coherent property
...
Currently the PL330 is enabled by default. However if left in IDM reset, as is
the case with the Meraki and Synology NSP devices, the system will hang when
probing for the PL330's AMBA peripheral ID. We therefore should be able to
disable it in these cases.
The PL330 is also included among of the list of peripherals put into coherent
mode, so "dma-coherent" has been added here as well.
Fixes: 5fa1026a3e
("ARM: dts: NSP: Add PL330 support")
Signed-off-by: Matthew Hagan <mnhagan88@gmail.com >
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com >
2020-06-15 21:17:31 -07:00
Erwan Le Ray
391e437eed
ARM: dts: stm32: fix uart7_pins_a comments in stm32mp15-pinctrl
...
Fix uart7_pins_a comments to indicate UART7 pins instead of UART4 pins.
Fixes: bf4b5f379f
("ARM: dts: stm32: Add missing pinctrl definitions for STM32MP157")
Signed-off-by: Erwan Le Ray <erwan.leray@st.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 12:37:31 +02:00
Erwan Le Ray
f6b43d89d3
ARM: dts: stm32: fix uart nodes ordering in stm32mp15-pinctrl
...
Fix usart and uart nodes ordering. Several usart nodes didn't respect
expecting ordering.
Fixes: 077e0638fc
("ARM: dts: stm32: Add alternate pinmux for USART2 pins on stm32mp15")
Signed-off-by: Erwan Le Ray <erwan.leray@st.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 12:37:31 +02:00
Erwan Le Ray
a5f8a58c6a
ARM: dts: stm32: Update UART4 pin states on stm32mp15xx-dkx
...
Add sleep and idle states to uart4 pin configuration.
Signed-off-by: Erwan Le Ray <erwan.leray@st.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 12:10:13 +02:00
Erwan Le Ray
f3f2604ae9
ARM: dts: stm32: Update pin states for uart4 on stm32mp157c-ed1
...
Add sleep and idle states to uart4 pin configuration.
Signed-off-by: Erwan Le Ray <erwan.leray@st.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 12:10:13 +02:00
Erwan Le Ray
251fe9a533
ARM: dts: stm32: update uart4 pin configuration for low power on stm32mp157
...
Sleep pin configuration is refined for low power modes:
- "sleep" (no wakeup & console suspend enabled): put pins in analog state
to optimize power
- "idle" (wakeup capability): keep Rx pin in alternate function
Signed-off-by: Bich Hemon <bich.hemon@st.com >
Signed-off-by: Erwan Le Ray <erwan.leray@st.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 12:10:13 +02:00
Benjamin Gaignard
ab349759cd
ARM: dts: stm32: update led nodes names for stm32f746-eval
...
Update led nodes names to be aligned with yaml description
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 11:46:10 +02:00
Benjamin Gaignard
e810e2d880
ARM: dts: stm32: Add missing #address and #size cells on spi node for stm32mp151
...
Add the missing #address-cells and #size-cells to spi node.
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 11:46:10 +02:00
Benjamin Gaignard
96f8d30a7c
ARM: dts: stm32: Update nodes names for stm32h743 pinctrl
...
Fix the nodes names to be aligned with yaml description
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 11:46:09 +02:00
Benjamin Gaignard
2151761a92
ARM: dts: stm32: remove useless interrupt-names property on stm32f743
...
Driver doesn't use interrupt's name to get it so remove it from
the node.
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 11:46:09 +02:00
Benjamin Gaignard
2c11de97e0
ARM: dts: stm32: update led nodes names for stm32f746-eval
...
Update led nodes names to be aligned with yaml description
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 11:46:09 +02:00
Benjamin Gaignard
7cf1acae22
ARM: dts: stm32: update led nodes names for stm32f769-disco
...
Update led nodes names to be aligned with yaml description
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 11:46:09 +02:00
Benjamin Gaignard
5f014cb81e
ARM: dts: stm32: update led nodes names for stm32f429-eval
...
Update led nodes names to be aligned with yaml description
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 11:46:09 +02:00
Benjamin Gaignard
e83b9a4afe
ARM: dts: stm32: remove useless interrupt-names property on stm32f746
...
Driver doesn't use interrupt's name to get it so remove it from
the node.
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 11:46:09 +02:00
Benjamin Gaignard
f85b1b9137
ARM: dts: stm32: update led nodes names for stm32f469-disco
...
Update led nodes names to be aligned with yaml description
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 11:46:09 +02:00
Benjamin Gaignard
2a61f1168b
ARM: dts: stm32: update led nodes names for stm32f249-disco
...
Update led nodes names to be aligned with yaml description
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 11:46:09 +02:00
Benjamin Gaignard
52107e8d6e
ARM: dts: stm32: update pwm pinctrl node names for stm32f4
...
Rename pwm pinctrl nodes name to matching with yaml bindings
requirements.
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 11:46:09 +02:00
Benjamin Gaignard
70d4301e1a
ARM: dts: stm32: remove useless interrupt-names property on stm32f429
...
Driver doesn't use interrupt's name to get it so remove it from
the node.
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 11:46:09 +02:00
dillon min
1c9aa67762
ARM: dts: stm32: enable stmpe811 on stm32429-disco board
...
Enable the stmpe811 touch screen on stm32429-disco board.
Signed-off-by: dillon min <dillon.minfei@gmail.com >
Reviewed-by: Philippe Schenker <philippe.schenker@toradex.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 11:27:21 +02:00
dillon min
4409aeae98
ARM: dts: stm32: Add pin map for I2C3 controller on stm32f4
...
This patch adds the pin configuration for I2C3 controller on
stm32f4.
Signed-off-by: dillon min <dillon.minfei@gmail.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 11:27:18 +02:00
dillon min
4db36ed45b
ARM: dts: stm32: add I2C3 support on STM32F429 SoC
...
This patch adds I2C3 instances of the STM32F429 SoC
Signed-off-by: dillon min <dillon.minfei@gmail.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 11:27:12 +02:00
dillon min
a726e2f000
ARM: dts: stm32: enable ltdc binding with ili9341, gyro l3gd20 on stm32429-disco board
...
Enable the ltdc & ili9341, gyro l3gd20 on stm32429-disco board.
Signed-off-by: dillon min <dillon.minfei@gmail.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 11:27:01 +02:00
dillon min
27e6b725b4
ARM: dts: stm32: Add pin map for ltdc & spi5 on stm32f429-disco board
...
This patch adds the pin configuration for ltdc and spi5 controller
on stm32f429-disco board.
Signed-off-by: dillon min <dillon.minfei@gmail.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 11:25:11 +02:00
dillon min
fd88760b88
ARM: dts: stm32: Add dma config for spi5 on stm32f429
...
Enable spi5's dma configuration for graphics data output to
ilitek ili9341 panel via mipi dbi interface.
Signed-off-by: dillon min <dillon.minfei@gmail.com >
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com >
2020-06-15 10:42:35 +02:00
Lad Prabhakar
91cebe35d1
ARM: dts: r8a7742-iwg21d-q7-dbcm-ca: Add device tree for camera DB
...
Add support for the camera daughter board which is connected to
iWave's RZ/G1H Qseven carrier board. Also enable ttySC[0135] and
ethernet1 interfaces.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com >
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com >
Link: https://lore.kernel.org/r/1591552659-21314-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
2020-06-15 10:33:46 +02:00
Lad Prabhakar
5818cc37e7
ARM: dts: r8a7742: Add CMT SoC specific support
...
Add CMT[01] support to r8a7742 SoC DT.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com >
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com >
Link: https://lore.kernel.org/r/1590614320-30160-5-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
2020-06-15 10:28:46 +02:00
Lad Prabhakar
937c9ebddc
ARM: dts: r8a7742: Add thermal device to DT
...
This patch instantiates the thermal sensor module with thermal-zone
support.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com >
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com >
Link: https://lore.kernel.org/r/1590614320-30160-3-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
2020-06-15 10:28:46 +02:00
Lad Prabhakar
fc3a1b2763
ARM: dts: r8a7742-iwg21d-q7: Sound DMA support via DVC on DTS
...
Enable sound with DMA support on carrier board.
DMA transfer uses DVC
DMA DMApp
[MEM] -> [SRC] -> [DVC] -> [SSIU] -> [SSI]
DMA DMApp
[MEM] <- [DVC] <- [SRC] <- [SSIU] <- [SSI]
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com >
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com >
Link: https://lore.kernel.org/r/1590611013-26029-4-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
2020-06-15 10:28:46 +02:00
Lad Prabhakar
436765010f
ARM: dts: r8a7742-iwg21d-q7: Enable SGTL5000 audio codec
...
This patch enables SGTL5000 audio codec on the carrier board.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com >
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com >
Link: https://lore.kernel.org/r/1590611013-26029-3-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
2020-06-15 10:28:46 +02:00
Lad Prabhakar
3816124fd0
ARM: dts: r8a7742: Add audio support
...
Add sound support for the RZ/G1H SoC (a.k.a. R8A7742).
This work is based on similar work done on the R8A7744 SoC.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com >
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com >
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com >
Link: https://lore.kernel.org/r/1590526904-13855-3-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
2020-06-15 10:28:46 +02:00
Lad Prabhakar
5a07fe33b8
ARM: dts: r8a7742-iwg21d-q7: Add RWDT support
...
Enable RWDT and use 60 seconds as default timeout.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com >
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com >
Link: https://lore.kernel.org/r/1590420129-7531-5-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
2020-06-15 10:28:46 +02:00
Lad Prabhakar
8a8c81aa60
ARM: dts: r8a7742-iwg21d-q7: Enable Ethernet AVB
...
Enable Ethernet AVB on iWave RZ/G1H carrier board.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com >
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com >
Link: https://lore.kernel.org/r/1590420129-7531-4-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
2020-06-15 10:28:46 +02:00
Lad Prabhakar
b3850cd90e
ARM: dts: r8a7742-iwg21d-q7: Enable SDHI2 controller
...
Enable the SDHI2 controller on iWave RZ/G1H carrier board.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com >
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com >
Link: https://lore.kernel.org/r/1590420129-7531-3-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
2020-06-15 10:28:46 +02:00
Lad Prabhakar
73e44613f6
ARM: dts: r8a7742-iwg21d-q7: Enable SCIFB2 node
...
Enable SCIFB2 interface on iWave RZ/G1H carrier board.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com >
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com >
Link: https://lore.kernel.org/r/1590420129-7531-2-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
2020-06-15 10:28:46 +02:00
Lad Prabhakar
ab586be87e
ARM: dts: r8a7742: Add XHCI support
...
Add XHCI support to R8A7742 SoC DT.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com >
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com >
Link: https://lore.kernel.org/r/1590356277-19993-9-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
2020-06-15 10:28:46 +02:00
Lad Prabhakar
b861874582
ARM: dts: r8a7742: Add USB-DMAC and HSUSB device nodes
...
Add USB DMAC and HSUSB device nodes on RZ/G1H SoC dtsi.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com >
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com >
Link: https://lore.kernel.org/r/1590356277-19993-8-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
2020-06-15 10:28:46 +02:00
Lad Prabhakar
4bb19c91d3
ARM: dts: r8a7742: Add USB 2.0 host support
...
Describe internal PCI bridge devices, USB phy device and
link PCI USB devices to USB phy.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com >
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com >
Link: https://lore.kernel.org/r/1590356277-19993-7-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
2020-06-15 10:28:46 +02:00
Lad Prabhakar
72d1a34e3c
ARM: dts: r8a7742: Add RWDT node
...
Add a device node for the Watchdog Timer (RWDT) controller on the Renesas
RZ/G1H (r8a7742) SoC.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com >
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com >
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com >
Link: https://lore.kernel.org/r/1590172641-1556-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
2020-06-15 10:28:46 +02:00
Geert Uytterhoeven
b06424ceec
ARM: dts: r9a06g032: Correct GIC compatible value order
...
According to commit 61efb56e30
("dt-bindings: arm: gic: Allow
combining arm,gic-400 compatible strings"), "arm,gic-400" should be
listed first.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
Reviewed-by: Andre Przywara <andre.przywara@arm.com >
Link: https://lore.kernel.org/r/20200519095431.5650-1-geert+renesas@glider.be
2020-06-15 10:28:46 +02:00
Lad Prabhakar
57e7dad22b
ARM: dts: r8a7742: Add APMU nodes
...
Add DT nodes for the Advanced Power Management Units (APMU), and use the
enable-method to point out that the APMU should be used for SMP support.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com >
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com >
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com >
Link: https://lore.kernel.org/r/1589555337-5498-16-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
2020-06-15 10:28:46 +02:00
Lad Prabhakar
8cbef867e1
ARM: dts: r8a7742: Add Ether support
...
Define the generic R8A7742 part of the Ether device node.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com >
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com >
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com >
Link: https://lore.kernel.org/r/1589555337-5498-14-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
2020-06-15 10:28:45 +02:00
Lad Prabhakar
9451f394e9
ARM: dts: r8a7742: Add Ethernet AVB support
...
Add Ethernet AVB support for R8A7742 SoC.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com >
Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com >
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com >
Link: https://lore.kernel.org/r/1589555337-5498-13-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be >
2020-06-15 10:28:45 +02:00