From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Fri, 29 Jun 2018 14:37:04 -0700 Subject: [PATCH 1/1] ARM64: dts: meson-gx-p23x-q20x: move the wifi node to each board's .dts In-Reply-To: <402c1686-4b31-ef78-b1b7-becc7a46fcd7@baylibre.com> (Neil Armstrong's message of "Tue, 26 Jun 2018 10:07:09 +0200") References: <20180623193828.6047-1-martin.blumenstingl@googlemail.com> <20180623193828.6047-2-martin.blumenstingl@googlemail.com> <402c1686-4b31-ef78-b1b7-becc7a46fcd7@baylibre.com> Message-ID: <7hbmbte0lb.fsf@baylibre.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org Neil Armstrong writes: > On 23/06/2018 21:38, Martin Blumenstingl wrote: >> meson-gx-p23x-q20x.dtsi is currently used by five boards: >> - Amlogic P230 and P231 (which should be identical, apart from the >> external RGMII PHY on P230 whereas P231 can only use the internal PHY) >> - Amlogic Q200 (identical to P230 but with an S912 GXM SoC instead of a >> GXL S905D SoC) and Q201 (identical to P231 but with an S912 GXM SoC >> instead of a GXL S905D SoC) >> - NEXBOX A1 (based on the S912 GXM SoC) >> >> The Amlogic P230 board uses a Broadcom BCM4356 SDIO wifi chip. Since the >> other Amlogic reference design boards are very similar it's safe to >> assume that these also use a Broadcom based SDIO wifi chip (which is >> also how it was configured in meson-gx-p23x-q20x.dtsi). >> >> However, NEXBOX A1 comes with a "longsys LTM8830" SDIO wifi module, >> which is based on the "Qualcomm Atheros QCA9377-3(QCA1023-0)" chipset. >> >> Thus move the wifi node from meson-gx-p23x-q20x.dtsi to each of the >> four Amlogic reference board's .dts files. >> There are no devicetree bindings for the QCA9377 SDIO wifi module yet, >> so nothing is added to meson-gxm-nexbox-a1.dts. >> >> Fixes: f51b454549b812 ("ARM64: dts: meson-gxm: Add support for the Nexbox A1") >> Signed-off-by: Martin Blumenstingl >> --- >> arch/arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi | 5 ----- >> arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts | 7 +++++++ >> arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p231.dts | 7 +++++++ >> arch/arm64/boot/dts/amlogic/meson-gxm-q200.dts | 7 +++++++ >> arch/arm64/boot/dts/amlogic/meson-gxm-q201.dts | 7 +++++++ >> 5 files changed, 28 insertions(+), 5 deletions(-) >> > [...] > Reviewed-by: Neil Armstrong Applied to v4.19/dt64, Kevin