devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Make USB ports to work on HiKey960/970
@ 2021-09-01 12:23 Mauro Carvalho Chehab
  2021-09-01 12:23 ` [PATCH v2 1/3] dt-bindings: misc: add schema for USB hub on Kirin devices Mauro Carvalho Chehab
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Mauro Carvalho Chehab @ 2021-09-01 12:23 UTC (permalink / raw)
  To: Rob Herring, John Stultz
  Cc: linuxarm, mauro.chehab, Mauro Carvalho Chehab, Rob Herring,
	devicetree, linux-arm-kernel, linux-kernel

Hi Rob,

It follows a second version for the patch adding a DT schema needed to
power on and to use the integrated USB HUB found on HiKey 960 and
Hikey 970 boards.

The entire series, which contains the remaining patches to support
PCI and USB on HiKey970, and USB on HiKey960 is at:
    https://github.com/mchehab/linux/commits/linux-next

John,

The primary reason why I added the HiKey960/970 bindings on
this series is because the Hikey960 one came from your tree:
 https://git.linaro.org/people/john.stultz/android-dev.git/commit/?h=dev/hikey960-mainline-WIP&id=fac6d20f0fee01eaaca36a8c52a44c741c6cbe78

Yet, you forgot to add your SoB there. Could you please reply to
such patch with your SoB ?

Thanks!
Mauro

---

v2:
 - changed the compatible strings to better reflect the names;
 - dropped the GPIO pin for Hikey960 power supply. It should
   use, instead, a regulator;
 - changed the names of the two gpio properties to better
   reflect that they're gpio;
 - use "-" instead of "_" at the DT property names;
 - Added DTS patches.
	
John Stultz (1):
  arm64: dts: hisilicon: Add usb mux hub for hikey960

Mauro Carvalho Chehab (1):
  arm64: dts: hisilicon: Add usb mux hub for hikey970

Yu Chen (1):
  dt-bindings: misc: add schema for USB hub on Kirin devices

 .../bindings/misc/hisilicon,hikey-usb.yaml    | 108 ++++++++++++++++++
 .../boot/dts/hisilicon/hi3660-hikey960.dts    |  35 +++++-
 .../boot/dts/hisilicon/hi3670-hikey970.dts    |  24 ++++
 3 files changed, 165 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/misc/hisilicon,hikey-usb.yaml

-- 
2.31.1



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

end of thread, other threads:[~2021-09-02 12:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-01 12:23 [PATCH v2 0/3] Make USB ports to work on HiKey960/970 Mauro Carvalho Chehab
2021-09-01 12:23 ` [PATCH v2 1/3] dt-bindings: misc: add schema for USB hub on Kirin devices Mauro Carvalho Chehab
2021-09-02 12:03   ` Rob Herring
2021-09-01 12:23 ` [PATCH v2 2/3] arm64: dts: hisilicon: Add usb mux hub for hikey970 Mauro Carvalho Chehab
2021-09-01 12:23 ` [PATCH v2 3/3] arm64: dts: hisilicon: Add usb mux hub for hikey960 Mauro Carvalho Chehab
2021-09-01 19:31   ` John Stultz

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).