From: Rob Herring <robh@kernel.org>
To: Frank Wunderlich <frank-w@public-files.de>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Frank Wunderlich <linux@fw-web.de>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>, Pavel Machek <pavel@ucw.cz>,
Lee Jones <lee@kernel.org>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Matthias Brugger <matthias.bgg@gmail.com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
Eric Woudstra <ericwouds@gmail.com>,
Tianling Shen <cnsztl@immortalwrt.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-clk@vger.kernel.org, linux-leds@vger.kernel.org,
netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org
Subject: Re: Aw: Re: [RFC v1 2/5] dt-bindings: clock: mediatek: add address-cells and size-cells to ethsys
Date: Tue, 7 May 2024 14:35:57 -0500 [thread overview]
Message-ID: <20240507193557.GA924525-robh@kernel.org> (raw)
In-Reply-To: <trinity-9ceb52ff-9a3b-4fe2-93f8-2e95b8ffb1ee-1715014303393@3c-app-gmx-bap23>
On Mon, May 06, 2024 at 06:51:43PM +0200, Frank Wunderlich wrote:
> > Gesendet: Montag, 06. Mai 2024 um 10:18 Uhr
> > Von: "Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>
> > On 05/05/2024 18:45, Frank Wunderlich wrote:
> > > From: Frank Wunderlich <frank-w@public-files.de>
> > >
> > > Add missing properties already used in mt7986a.dtsi.
> >
> > Missing for what? Or why? Provide context, IOW, explain why they are
> > missing.
>
> ethernet-node in mt7986a.dtsi hast reset-cells-property
>
> https://elixir.bootlin.com/linux/v6.9-rc1/source/arch/arm64/boot/dts/mediatek/mt7986a.dtsi#L559
>
> and
>
> address-cells and size-cells are used here:
>
> https://elixir.bootlin.com/linux/v6.9-rc1/source/arch/arm64/boot/dts/mediatek/mt7986a.dtsi#L495
>
> i saw the warnings while checking my r3mini dts...
>
> arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-mini.dtb: syscon@15000000: '#address-cells', '#size-cells' do not match any of the regexes: 'pinctrl-[0-9]+'
> from schema $id: http://devicetree.org/schemas/clock/mediatek,ethsys.yaml#
> arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-mini.dtb: ethernet@15100000: Unevaluated properties are not allowed ('#reset-cells' was unexpected)
> from schema $id: http://devicetree.org/schemas/net/mediatek,net.yaml#
>
> so i thought it is a good idea to fix this now ;)
The dts is already fixed dropping these properties in linux-next.
If you don't have child nodes with reg/ranges, then you never need
#address-cells or #size-cells.
Rob
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Frank Wunderlich <frank-w@public-files.de>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Frank Wunderlich <linux@fw-web.de>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>, Pavel Machek <pavel@ucw.cz>,
Lee Jones <lee@kernel.org>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Matthias Brugger <matthias.bgg@gmail.com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
Eric Woudstra <ericwouds@gmail.com>,
Tianling Shen <cnsztl@immortalwrt.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-clk@vger.kernel.org, linux-leds@vger.kernel.org,
netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org
Subject: Re: Aw: Re: [RFC v1 2/5] dt-bindings: clock: mediatek: add address-cells and size-cells to ethsys
Date: Tue, 7 May 2024 14:35:57 -0500 [thread overview]
Message-ID: <20240507193557.GA924525-robh@kernel.org> (raw)
In-Reply-To: <trinity-9ceb52ff-9a3b-4fe2-93f8-2e95b8ffb1ee-1715014303393@3c-app-gmx-bap23>
On Mon, May 06, 2024 at 06:51:43PM +0200, Frank Wunderlich wrote:
> > Gesendet: Montag, 06. Mai 2024 um 10:18 Uhr
> > Von: "Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>
> > On 05/05/2024 18:45, Frank Wunderlich wrote:
> > > From: Frank Wunderlich <frank-w@public-files.de>
> > >
> > > Add missing properties already used in mt7986a.dtsi.
> >
> > Missing for what? Or why? Provide context, IOW, explain why they are
> > missing.
>
> ethernet-node in mt7986a.dtsi hast reset-cells-property
>
> https://elixir.bootlin.com/linux/v6.9-rc1/source/arch/arm64/boot/dts/mediatek/mt7986a.dtsi#L559
>
> and
>
> address-cells and size-cells are used here:
>
> https://elixir.bootlin.com/linux/v6.9-rc1/source/arch/arm64/boot/dts/mediatek/mt7986a.dtsi#L495
>
> i saw the warnings while checking my r3mini dts...
>
> arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-mini.dtb: syscon@15000000: '#address-cells', '#size-cells' do not match any of the regexes: 'pinctrl-[0-9]+'
> from schema $id: http://devicetree.org/schemas/clock/mediatek,ethsys.yaml#
> arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-mini.dtb: ethernet@15100000: Unevaluated properties are not allowed ('#reset-cells' was unexpected)
> from schema $id: http://devicetree.org/schemas/net/mediatek,net.yaml#
>
> so i thought it is a good idea to fix this now ;)
The dts is already fixed dropping these properties in linux-next.
If you don't have child nodes with reg/ranges, then you never need
#address-cells or #size-cells.
Rob
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2024-05-07 19:35 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-05 16:45 [RFC v1 0/5] Add Bananapi R3 Mini Frank Wunderlich
2024-05-05 16:45 ` Frank Wunderlich
2024-05-05 16:45 ` Frank Wunderlich
2024-05-05 16:45 ` [RFC v1 1/5] dt-bindings: leds: add led trigger netdev Frank Wunderlich
2024-05-05 16:45 ` Frank Wunderlich
2024-05-05 16:45 ` Frank Wunderlich
2024-05-06 8:18 ` Krzysztof Kozlowski
2024-05-06 8:18 ` Krzysztof Kozlowski
2024-05-06 8:18 ` Krzysztof Kozlowski
2024-05-06 8:59 ` Daniel Golle
2024-05-06 8:59 ` Daniel Golle
2024-05-06 17:10 ` Aw: " Frank Wunderlich
2024-05-06 17:10 ` Frank Wunderlich
2024-05-07 6:10 ` Krzysztof Kozlowski
2024-05-07 6:10 ` Krzysztof Kozlowski
2024-05-05 16:45 ` [RFC v1 2/5] dt-bindings: clock: mediatek: add address-cells and size-cells to ethsys Frank Wunderlich
2024-05-05 16:45 ` Frank Wunderlich
2024-05-05 16:45 ` Frank Wunderlich
2024-05-06 8:18 ` Krzysztof Kozlowski
2024-05-06 8:18 ` Krzysztof Kozlowski
2024-05-06 8:18 ` Krzysztof Kozlowski
2024-05-06 16:51 ` Aw: " Frank Wunderlich
2024-05-06 16:51 ` Frank Wunderlich
2024-05-06 16:51 ` Frank Wunderlich
2024-05-07 19:35 ` Rob Herring [this message]
2024-05-07 19:35 ` Rob Herring
2024-05-07 21:22 ` Aw: " Frank Wunderlich
2024-05-07 21:22 ` Frank Wunderlich
2024-05-06 12:48 ` AngeloGioacchino Del Regno
2024-05-06 12:48 ` AngeloGioacchino Del Regno
2024-05-06 12:48 ` AngeloGioacchino Del Regno
2024-05-06 16:01 ` Frank Wunderlich
2024-05-06 16:01 ` Frank Wunderlich
2024-05-07 13:36 ` AngeloGioacchino Del Regno
2024-05-07 13:36 ` AngeloGioacchino Del Regno
2024-05-05 16:45 ` [RFC v1 3/5] dt-bindings: net: mediatek,net: add reset-cells Frank Wunderlich
2024-05-05 16:45 ` Frank Wunderlich
2024-05-05 16:45 ` Frank Wunderlich
2024-05-06 8:19 ` Krzysztof Kozlowski
2024-05-06 8:19 ` Krzysztof Kozlowski
2024-05-06 8:19 ` Krzysztof Kozlowski
2024-05-07 19:37 ` Rob Herring
2024-05-07 19:37 ` Rob Herring
2024-05-07 19:37 ` Rob Herring
2024-05-05 16:45 ` [RFC v1 4/5] dt-bindings: arm64: dts: mediatek: add BananaPi R3 Mini Frank Wunderlich
2024-05-05 16:45 ` Frank Wunderlich
2024-05-05 16:45 ` Frank Wunderlich
2024-05-05 16:45 ` [RFC v1 5/5] arm64: dts: mediatek: Add mt7986 based Bananapi " Frank Wunderlich
2024-05-05 16:45 ` Frank Wunderlich
2024-05-05 16:45 ` Frank Wunderlich
2024-05-06 8:20 ` Krzysztof Kozlowski
2024-05-06 8:20 ` Krzysztof Kozlowski
2024-05-06 8:20 ` Krzysztof Kozlowski
2024-05-06 16:40 ` Aw: " Frank Wunderlich
2024-05-06 16:40 ` Frank Wunderlich
2024-05-06 12:48 ` AngeloGioacchino Del Regno
2024-05-06 12:48 ` AngeloGioacchino Del Regno
2024-05-06 12:48 ` AngeloGioacchino Del Regno
2024-05-06 16:00 ` Frank Wunderlich
2024-05-06 16:00 ` Frank Wunderlich
2024-05-06 16:12 ` Daniel Golle
2024-05-06 16:12 ` Daniel Golle
2024-05-07 13:35 ` AngeloGioacchino Del Regno
2024-05-07 13:35 ` AngeloGioacchino Del Regno
2024-05-08 18:25 ` Aw: " Frank Wunderlich
2024-05-08 18:25 ` Frank Wunderlich
2024-05-09 10:10 ` AngeloGioacchino Del Regno
2024-05-09 10:10 ` AngeloGioacchino Del Regno
2024-05-09 10:30 ` Frank Wunderlich
2024-05-09 10:30 ` Frank Wunderlich
2024-05-09 10:35 ` AngeloGioacchino Del Regno
2024-05-09 10:35 ` AngeloGioacchino Del Regno
2024-05-06 20:40 ` [RFC v1 0/5] Add " Rob Herring (Arm)
2024-05-06 20:40 ` Rob Herring (Arm)
2024-05-06 20:40 ` Rob Herring (Arm)
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=20240507193557.GA924525-robh@kernel.org \
--to=robh@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=cnsztl@immortalwrt.org \
--cc=conor+dt@kernel.org \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=ericwouds@gmail.com \
--cc=frank-w@public-files.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=kuba@kernel.org \
--cc=lee@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux@fw-web.de \
--cc=matthias.bgg@gmail.com \
--cc=mturquette@baylibre.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pavel@ucw.cz \
--cc=sboyd@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.