mbox series

[v3,0/6] arm64: dts: g12a: Add boards peripherals

Message ID 20190325101453.3009-1-narmstrong@baylibre.com (mailing list archive)
Headers show
Series arm64: dts: g12a: Add boards peripherals | expand

Message

Neil Armstrong March 25, 2019, 10:14 a.m. UTC
Following [1], add regulators, bluetooth and ADC keys on :
- meson-g12a-x96-max
- meson-g12a-u200
- meson-g12a-sei510

Dependencies :
- Patch 1, 2: None
- Patch 3: SAR ADC node at [2]
- Patches 4, 5, & 6: USB nodes at [3]

Changes since v2:
- Dropped already applied patches
- Collected martin's reviewed-bys
- Fixed x96 5v regulator polarity

Changes since v1:
- Collected martin's reviewed-bys
- Added missing regulators in commit logs
- fixed x96 dc_in regulator
- fixed includes overall
- removed dwc2 enable floowing disabled remove in [1]

[1] https://lkml.kernel.org/r/20190325100339.749-1-narmstrong@baylibre.com
[2] https://lkml.kernel.org/r/20190325100339.749-2-narmstrong@baylibre.com
[3] https://lkml.kernel.org/r/20190325100339.749-3-narmstrong@baylibre.com

Guillaume La Roque (1):
  arm64: dts: meson-g12a-x96-max: add regulators

Neil Armstrong (5):
  arm64: dts: meson-g12a-x96-max: Enable BT Module
  arm64: dts: meson-g12a-sei510: Add ADC Key and BT support
  arm64: dts: meson-g12a-sei510: Enable USB
  arm64: dts: meson-g12a-u200: Enable USB
  arm64: dts: meson-g12a-x96-max: Enable USB

 .../boot/dts/amlogic/meson-g12a-sei510.dts    | 35 ++++++++
 .../boot/dts/amlogic/meson-g12a-u200.dts      | 12 +++
 .../boot/dts/amlogic/meson-g12a-x96-max.dts   | 84 +++++++++++++++++++
 3 files changed, 131 insertions(+)

Comments

Kevin Hilman March 29, 2019, 8:52 p.m. UTC | #1
Neil Armstrong <narmstrong@baylibre.com> writes:

> Following [1], add regulators, bluetooth and ADC keys on :
> - meson-g12a-x96-max
> - meson-g12a-u200
> - meson-g12a-sei510
>
> Dependencies :
> - Patch 1, 2: None

Queued for v5.2 (branch v5.2/dt64)

> - Patch 3: SAR ADC node at [2]
> - Patches 4, 5, & 6: USB nodes at [3]

Looks like I can queue these as soon as there's a stable clock headers
branch I can use.

Kevin
Kevin Hilman April 16, 2019, 12:35 a.m. UTC | #2
Kevin Hilman <khilman@baylibre.com> writes:

> Neil Armstrong <narmstrong@baylibre.com> writes:
>
>> Following [1], add regulators, bluetooth and ADC keys on :
>> - meson-g12a-x96-max
>> - meson-g12a-u200
>> - meson-g12a-sei510
>>
>> Dependencies :
>> - Patch 1, 2: None
>
> Queued for v5.2 (branch v5.2/dt64)
>
>> - Patch 3: SAR ADC node at [2]
>> - Patches 4, 5, & 6: USB nodes at [3]
>
> Looks like I can queue these as soon as there's a stable clock headers
> branch I can use.

Queued for v5.2,

Thanks,

Kevin