From: Matthias Brugger <matthias.bgg@gmail.com>
To: matthias.bgg@kernel.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, frank-w@public-files.de
Cc: devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Matthias Brugger <mbrugger@suse.com>
Subject: Re: [PATCH v2] arm64: dts: mediatek: mt7986: Add SoC compatible
Date: Thu, 17 Nov 2022 16:53:24 +0100 [thread overview]
Message-ID: <fd2a6390-9395-6fd2-04bc-8d9d55c2efdd@gmail.com> (raw)
In-Reply-To: <20221114121653.14739-1-matthias.bgg@kernel.org>
On 14/11/2022 13:16, matthias.bgg@kernel.org wrote:
> From: Matthias Brugger <mbrugger@suse.com>
>
> Missing SoC compatible in the board file causes dt bindings check.
>
> Signed-off-by: Matthias Brugger <mbrugger@suse.com>
>
Applied!
> ---
> Changes since v1:
> - Move SoC compatible to first line of the block
> - Add SoC compatible to mt7986b
>
>
> arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 2 +-
> arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 1 +
> arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts | 2 +-
> arch/arm64/boot/dts/mediatek/mt7986b.dtsi | 3 +++
> 4 files changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts b/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
> index afe37b702eef9..0e3b603159477 100644
> --- a/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
> +++ b/arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts
> @@ -9,7 +9,7 @@
>
> / {
> model = "MediaTek MT7986a RFB";
> - compatible = "mediatek,mt7986a-rfb";
> + compatible = "mediatek,mt7986a-rfb", "mediatek,mt7986a";
>
> aliases {
> serial0 = &uart0;
> diff --git a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
> index 72e0d9722e07a..3c52ec3f99a31 100644
> --- a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
> @@ -10,6 +10,7 @@
> #include <dt-bindings/reset/mt7986-resets.h>
>
> / {
> + compatible = "mediatek,mt7986a";
> interrupt-parent = <&gic>;
> #address-cells = <2>;
> #size-cells = <2>;
> diff --git a/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts b/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
> index 3443013b5971e..d03e66a84c5d4 100644
> --- a/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
> +++ b/arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts
> @@ -9,7 +9,7 @@
>
> / {
> model = "MediaTek MT7986b RFB";
> - compatible = "mediatek,mt7986b-rfb";
> + compatible = "mediatek,mt7986b-rfb", "mediatek,mt7986b";
>
> aliases {
> serial0 = &uart0;
> diff --git a/arch/arm64/boot/dts/mediatek/mt7986b.dtsi b/arch/arm64/boot/dts/mediatek/mt7986b.dtsi
> index 23923b9f8944b..db5189664c29b 100644
> --- a/arch/arm64/boot/dts/mediatek/mt7986b.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt7986b.dtsi
> @@ -5,6 +5,9 @@
> */
>
> #include "mt7986a.dtsi"
> +/ {
> + compatible = "mediatek,mt7986b";
> +};
>
> &pio {
> compatible = "mediatek,mt7986b-pinctrl";
prev parent reply other threads:[~2022-11-17 15:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-14 12:16 [PATCH v2] arm64: dts: mediatek: mt7986: Add SoC compatible matthias.bgg
2022-11-17 15:53 ` Matthias Brugger [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=fd2a6390-9395-6fd2-04bc-8d9d55c2efdd@gmail.com \
--to=matthias.bgg@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=frank-w@public-files.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@kernel.org \
--cc=mbrugger@suse.com \
--cc=robh+dt@kernel.org \
/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).