devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add i.MX8MN power domain and fix USB
@ 2020-10-22 15:08 Adam Ford
  2020-10-22 15:08 ` [PATCH 1/4] dt-bindings: add defines for i.MX8MN power domains Adam Ford
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Adam Ford @ 2020-10-22 15:08 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: marex, l.stach, aford, Adam Ford, Rob Herring, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Andrey Smirnov, devicetree, linux-kernel

The OTG on the Nano does not work unless the USB was started in 
the bootloader, because was lacking the power-domain control. 

This series is based on patches from [1] and an additional, pending 
patch [2] which removed a USB node which does not exist according to
documentation for the SoC.

[1] - https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=357903
[2] - https://patchwork.kernel.org/project/linux-arm-kernel/patch/20201008183300.726756-1-aford173@gmail.com/

Adam Ford (4):
  dt-bindings: add defines for i.MX8MN power domains
  soc: imx: gpcv2: add support for i.MX8MN power domains
  arm64: dts: imx8mn: add GPC node and power domains
  arm64: dts: imx8mn: Add power-domain reference in USB controller

 .../bindings/power/fsl,imx-gpcv2.yaml         |   1 +
 arch/arm64/boot/dts/freescale/imx8mn.dtsi     |  50 ++++++++
 drivers/soc/imx/gpcv2.c                       | 117 ++++++++++++++++++
 include/dt-bindings/power/imx8mn-power.h      |  15 +++
 4 files changed, 183 insertions(+)
 create mode 100644 include/dt-bindings/power/imx8mn-power.h

-- 
2.25.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-10-30 15:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-22 15:08 [PATCH 0/4] Add i.MX8MN power domain and fix USB Adam Ford
2020-10-22 15:08 ` [PATCH 1/4] dt-bindings: add defines for i.MX8MN power domains Adam Ford
2020-10-23  9:46   ` Krzysztof Kozlowski
2020-10-30 15:36   ` Rob Herring
2020-10-22 15:08 ` [PATCH 2/4] soc: imx: gpcv2: add support " Adam Ford
2020-10-23  9:47   ` Krzysztof Kozlowski
2020-10-22 15:08 ` [PATCH 3/4] arm64: dts: imx8mn: add GPC node and " Adam Ford
2020-10-23  9:52   ` Krzysztof Kozlowski
2020-10-23 10:56     ` Adam Ford
2020-10-22 15:08 ` [PATCH 4/4] arm64: dts: imx8mn: Add power-domain reference in USB controller Adam Ford
2020-10-23  9:55   ` Krzysztof Kozlowski
2020-10-23 11:03     ` Adam Ford
2020-10-23 11:08       ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).