From: Krzysztof Kozlowski <krzk@kernel.org>
To: Rosen Penev <rosenp@gmail.com>, linux-wireless@vger.kernel.org
Cc: "Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Thomas Bogendoerfer" <tsbogend@alpha.franken.de>,
"Toke Høiland-Jørgensen" <toke@toke.dk>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree@vger.kernel.org>,
"open list:MIPS" <linux-mips@vger.kernel.org>,
"open list" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 4/4] mips: dts: qca: add wmac support
Date: Wed, 21 May 2025 13:09:06 +0200 [thread overview]
Message-ID: <b00c3805-aa8c-40d7-a882-66f59f777747@kernel.org> (raw)
In-Reply-To: <20250521021557.666611-5-rosenp@gmail.com>
On 21/05/2025 04:15, Rosen Penev wrote:
> Now that OF ahb support was added to the ath9k driver, we can use it to
> enable and use the SoC wireless found in these chipsets.
>
> Signed-off-by: Rosen Penev <rosenp@gmail.com>
> ---
> arch/mips/boot/dts/qca/ar9132.dtsi | 9 +++++++++
> arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts | 4 ++++
> arch/mips/boot/dts/qca/ar9331.dtsi | 9 +++++++++
> arch/mips/boot/dts/qca/ar9331_dpt_module.dts | 4 ++++
> arch/mips/boot/dts/qca/ar9331_dragino_ms14.dts | 4 ++++
> arch/mips/boot/dts/qca/ar9331_omega.dts | 4 ++++
> .../mips/boot/dts/qca/ar9331_openembed_som9331_board.dts | 4 ++++
> arch/mips/boot/dts/qca/ar9331_tl_mr3020.dts | 4 ++++
> 8 files changed, 42 insertions(+)
>
> diff --git a/arch/mips/boot/dts/qca/ar9132.dtsi b/arch/mips/boot/dts/qca/ar9132.dtsi
> index 61dcfa5b6ca7..dc94459aa3e9 100644
> --- a/arch/mips/boot/dts/qca/ar9132.dtsi
> +++ b/arch/mips/boot/dts/qca/ar9132.dtsi
> @@ -156,6 +156,15 @@ spi: spi@1f000000 {
> #address-cells = <1>;
> #size-cells = <0>;
> };
> +
> + wmac: wmac@180c0000 {
The name is enforced by bindings now (if you tested that). It's wifi.
It does not look like you tested the DTS against bindings. Please run
`make dtbs_check W=1` (see
Documentation/devicetree/bindings/writing-schema.rst or
https://www.linaro.org/blog/tips-and-tricks-for-validating-devicetree-sources-with-the-devicetree-schema/
for instructions).
Maybe you need to update your dtschema and yamllint. Don't rely on
distro packages for dtschema and be sure you are using the latest
released dtschema.
Please run scripts/checkpatch.pl on the patches and fix reported
warnings. After that, run also 'scripts/checkpatch.pl --strict' on the
patches and (probably) fix more warnings. Some warnings can be ignored,
especially from --strict run, but the code here looks like it needs a
fix. Feel free to get in touch if the warning is not clear.
Best regards,
Krzysztof
prev parent reply other threads:[~2025-05-21 11:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-21 2:15 [PATCH 0/4] wifi: ath9k: add ahb OF support Rosen Penev
2025-05-21 2:15 ` [PATCH 1/4] wifi: ath9k: ahb: reorder declarations Rosen Penev
2025-05-21 2:15 ` [PATCH 2/4] wifi: ath9k: ahb: reorder includes Rosen Penev
2025-05-21 2:15 ` [PATCH 3/4] wifi: ath9k: ahb: replace id_table with of Rosen Penev
2025-05-21 11:07 ` Krzysztof Kozlowski
2025-05-21 20:43 ` Rosen Penev
2025-05-22 6:09 ` Krzysztof Kozlowski
2025-05-21 2:15 ` [PATCH 4/4] mips: dts: qca: add wmac support Rosen Penev
2025-05-21 11:09 ` Krzysztof Kozlowski [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b00c3805-aa8c-40d7-a882-66f59f777747@kernel.org \
--to=krzk@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=robh@kernel.org \
--cc=rosenp@gmail.com \
--cc=toke@toke.dk \
--cc=tsbogend@alpha.franken.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).