Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1735630
| From | Neil Armstrong <narmstrong@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] ARM64: dts: meson-gxm: Add support for Khadas VIM2 |
| Date | 2017-09-20 10:40 +0200 |
| Message-ID | <urII2-xz-11@gated-at.bofh.it> (permalink) |
| References | <ursad-6K5-5@gated-at.bofh.it> <ursad-6K5-3@gated-at.bofh.it> <uruYr-8tS-21@gated-at.bofh.it> |
| Organization | Baylibre |
On 09/19/2017 07:55 PM, Martin Blumenstingl wrote:
> Hi Neil,
>
> On Tue, Sep 19, 2017 at 4:53 PM, Neil Armstrong <narmstrong@baylibre.com> wrote:
>> The Khadas VIM2 is a Single Board Computer, respin of the origin
>> Khadas VIM board, using an Amlogic S912 SoC and more server oriented.
>>
>> It provides the same external connectors and header pinout, plus a SPI
>> NOR Flash, a reprogrammable STM8S003 MCU, FPC Connector, Cooling FAN header
>> and Pogo Pads Arrays.
>>
>> Cc: Gouwa <gouwa@szwesion.com>
>> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
>> ---
>> Documentation/devicetree/bindings/arm/amlogic.txt | 1 +
>> arch/arm64/boot/dts/amlogic/Makefile | 1 +
>> .../boot/dts/amlogic/meson-gxm-khadas-vim2.dts | 401 +++++++++++++++++++++
>> 3 files changed, 403 insertions(+)
>> create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
>>
[...]
>> +&external_mdio {
>> + external_phy: ethernet-phy@1 {
>> + compatible = "ethernet-phy-id001c.c916", "ethernet-phy-ieee802.3-c22";
> could you please remove the compatible property and replace it with a
> comment as explained in [0]?
>
Ok
>> + reg = <0>;
>> + max-speed = <1000>;
>> + };
>> +};
>> +
[...]
>
> with that and Jerome's comments fixed:
> Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
>
>
> Regards,
> Martin
>
>
> [0] http://lists.infradead.org/pipermail/linux-amlogic/2017-September/004729.html
>
Thanks Martin !
I'll send a v2 when eMMC DTS patches goes in 4.14-rc2.
Neil
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 2/2] ARM64: dts: meson-gxm: Add support for Khadas VIM2 Neil Armstrong <narmstrong@baylibre.com> - 2017-09-19 17:00 +0200
Re: [PATCH 2/2] ARM64: dts: meson-gxm: Add support for Khadas VIM2 Jerome Brunet <jbrunet@baylibre.com> - 2017-09-19 18:20 +0200
Re: [PATCH 2/2] ARM64: dts: meson-gxm: Add support for Khadas VIM2 Martin Blumenstingl <martin.blumenstingl@googlemail.com> - 2017-09-19 20:00 +0200
Re: [PATCH 2/2] ARM64: dts: meson-gxm: Add support for Khadas VIM2 Neil Armstrong <narmstrong@baylibre.com> - 2017-09-20 10:40 +0200
Re: [PATCH 2/2] ARM64: dts: meson-gxm: Add support for Khadas VIM2 Rob Herring <robh@kernel.org> - 2017-09-22 01:50 +0200
csiph-web