mbox series

[v2,0/2] arm64: dts: meson: add Libretech aml-s805x-ac support

Message ID 20181116093938.26373-1-jbrunet@baylibre.com
Headers show
Series arm64: dts: meson: add Libretech aml-s805x-ac support | expand

Message

Jerome Brunet Nov. 16, 2018, 9:39 a.m. UTC
This patchset adds support for the libretech aml-s805x-ac, aka 'La Frite'

Changes since v1: [0]
 * Update gpio line names to align on Neil's recent series [1]
 * fix typo in comment

[0]: https://lkml.kernel.org/r/20181114101925.10526-1-jbrunet@baylibre.com
[1]: https://lkml.kernel.org/r/1541587550-17842-1-git-send-email-narmstrong@baylibre.com

Jerome Brunet (1):
  dt-bindings: arm: amlogic: add libretech aml-s805x-ac bindings

Neil Armstrong (1):
  arm64: dts: meson: add libretech aml-s805x-ac board

 .../devicetree/bindings/arm/amlogic.txt       |   1 +
 arch/arm64/boot/dts/amlogic/Makefile          |   1 +
 .../amlogic/meson-gxl-s805x-libretech-ac.dts  | 248 ++++++++++++++++++
 3 files changed, 250 insertions(+)
 create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s805x-libretech-ac.dts

Comments

Peter Korsgaard Nov. 16, 2018, 2 p.m. UTC | #1
>>>>> "Jerome" == Jerome Brunet <jbrunet@baylibre.com> writes:

 > From: Neil Armstrong <narmstrong@baylibre.com>
 > Add Libretech aml-s805x-ac board (aka 'La Frite') support

 > Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
 > Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>

 > +	vcck: regulator-vcck {
 > +		compatible = "regulator-fixed";
 > +		regulator-name = "VCCK";
 > +		regulator-min-microvolt = <3300000>;
 > +		regulator-max-microvolt = <3300000>;
 > +		vin-supply = <&dc_5v>;
 > +
 > +		/*
 > +		 * This is controlled by GPIOAO_9 we reserve this but
 > +		 * claiming it as done bellow reset the board anyway

The 'bellow' typo is still here?
Jerome Brunet Nov. 16, 2018, 3:12 p.m. UTC | #2
On Fri, 2018-11-16 at 15:00 +0100, Peter Korsgaard wrote:
> > > > > > "Jerome" == Jerome Brunet <jbrunet@baylibre.com> writes:
> 
>  > From: Neil Armstrong <narmstrong@baylibre.com>
>  > Add Libretech aml-s805x-ac board (aka 'La Frite') support
> 
>  > Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
>  > Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
> 
>  > +	vcck: regulator-vcck {
>  > +		compatible = "regulator-fixed";
>  > +		regulator-name = "VCCK";
>  > +		regulator-min-microvolt = <3300000>;
>  > +		regulator-max-microvolt = <3300000>;
>  > +		vin-supply = <&dc_5v>;
>  > +
>  > +		/*
>  > +		 * This is controlled by GPIOAO_9 we reserve this but
>  > +		 * claiming it as done bellow reset the board anyway
> 
> The 'bellow' typo is still here?
> 

Damn ! I messed up while formating the patch. Sorry for the noise, will resend