Hi,
The first patch fixes a wrong IRQ number present since the
introduction of the device tree for this SoC.
The second and the third ones improve the USB3 representation
following the add of the clock support on Armada 37xx and the gpio
expander on Armada 3720 DB.
Thanks,
Gregory
Gregory CLEMENT (3):
ARM64: dts: marvell: armada-37xx: Fix interrupt mapping for USB3
ARM64: dts: marvell: armada-37xx: Add clock resource for USB3
ARM64: dts: marvell: armada-3720-db: Add phy for USB3
arch/arm64/boot/dts/marvell/armada-3720-db.dts | 17 +++++++++++++++++
arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 3 ++-
2 files changed, 19 insertions(+), 1 deletion(-)
--
2.11.0
Now that clocks are available provide a clock resource for xhci node.
Signed-off-by: Gregory CLEMENT <redacted>
---
arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 1 +
1 file changed, 1 insertion(+)
Now that the gpio expander is present in the dts, use it to add an USB3
PHY using one of these gpio as a regulator.
Signed-off-by: Gregory CLEMENT <redacted>
---
arch/arm64/boot/dts/marvell/armada-3720-db.dts | 17 +++++++++++++++++
1 file changed, 17 insertions(+)