[PATCH 1/2 v2] ARM: dts: Add Aspeed SoC USB controllers to device-tree
From: joel@jms.id.au (Joel Stanley)
Date: 2018-03-28 00:32:18
Also in:
linux-aspeed, linux-devicetree
From: joel@jms.id.au (Joel Stanley)
Date: 2018-03-28 00:32:18
Also in:
linux-aspeed, linux-devicetree
On 16 January 2018 at 02:29, Andrew Jeffery [off-list ref] wrote:
On Fri, 2018-01-12 at 17:21 +1100, Benjamin Herrenschmidt wrote:quoted
This adds the USB controllers to the DT template of the AST24xx and AST25xx SoCs. This patch doesn't enable them by default on any board specific .dts yet. This will be done when we have the necessary clock/reset and pinmux support. In the meantime though, this will work if u-boot configures things properly. For the AST2400 I only added pinmux definition for port 1 which is dual USB1/USB2. There are additional USB1 only ports that might require more work but I don't have HW to test at hand so I'm leaving that to whoever cares. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> --- v2: Previous patch was missing actually adding the nodes (which was an old patch in my tree I had forgotten to merge). arch/arm/boot/dts/aspeed-g4.dtsi | 27 +++++++++++++++++++++++++++ arch/arm/boot/dts/aspeed-g5.dtsi | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+)
Reviewed-by: Andrew Jeffery <redacted>
This one also slipped through the cracks. I have applied it to the aspeed tree with Andrew's review. Cheers, Joel