2019-05-14 09:20:05

by Jerome Brunet

[permalink] [raw]
Subject: [PATCH 0/3] arm64: dts: meson: g12a: add mmc B and C

This patchset adds the MMC controller B and C to the g12a SoC as well
as the u200 and sei510 boards.

MMC controller A has been left out on purpose. This controller is
special on this SoC family and will be added later on.

Notice the use of the pinconf DT property 'drive-strength-microamp'.
Support for this property is not yet merged in meson pinctrl driver but
the DT part as been acked by the DT maintainer [0] so it should be safe
to use.

[0]: https://lkml.kernel.org/r/20190513152451.GA25690@bogus

Jerome Brunet (3):
arm64: dts: meson: g12a: add mmc nodes
arm64: dts: meson: u200: add sd and emmc
arm64: dts: meson: sei510: add sd and emmc

.../boot/dts/amlogic/meson-g12a-sei510.dts | 42 ++++++
.../boot/dts/amlogic/meson-g12a-u200.dts | 42 ++++++
arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 124 ++++++++++++++++++
3 files changed, 208 insertions(+)

--
2.20.1


2019-05-14 10:23:43

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH 0/3] arm64: dts: meson: g12a: add mmc B and C

On 14/05/2019 11:16, Jerome Brunet wrote:
> This patchset adds the MMC controller B and C to the g12a SoC as well
> as the u200 and sei510 boards.
>
> MMC controller A has been left out on purpose. This controller is
> special on this SoC family and will be added later on.
>
> Notice the use of the pinconf DT property 'drive-strength-microamp'.
> Support for this property is not yet merged in meson pinctrl driver but
> the DT part as been acked by the DT maintainer [0] so it should be safe
> to use.
>
> [0]: https://lkml.kernel.org/r/20190513152451.GA25690@bogus
>
> Jerome Brunet (3):
> arm64: dts: meson: g12a: add mmc nodes
> arm64: dts: meson: u200: add sd and emmc
> arm64: dts: meson: sei510: add sd and emmc
>
> .../boot/dts/amlogic/meson-g12a-sei510.dts | 42 ++++++
> .../boot/dts/amlogic/meson-g12a-u200.dts | 42 ++++++
> arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 124 ++++++++++++++++++
> 3 files changed, 208 insertions(+)
>

Reviewed-by: Neil Armstrong <[email protected]>

2019-05-15 00:27:00

by Kevin Hilman

[permalink] [raw]
Subject: Re: [PATCH 0/3] arm64: dts: meson: g12a: add mmc B and C

Jerome Brunet <[email protected]> writes:

> This patchset adds the MMC controller B and C to the g12a SoC as well
> as the u200 and sei510 boards.
>
> MMC controller A has been left out on purpose. This controller is
> special on this SoC family and will be added later on.
>
> Notice the use of the pinconf DT property 'drive-strength-microamp'.
> Support for this property is not yet merged in meson pinctrl driver but
> the DT part as been acked by the DT maintainer [0] so it should be safe
> to use.
>
> [0]: https://lkml.kernel.org/r/20190513152451.GA25690@bogus

Queued for v5.3 with tags from Neil and Martin,

Kevin