[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAC=S1ngYUYeZpbjDh1a6ssftMN8rDgrinHJ4NCmzXJRyWx1DgA@mail.gmail.com>
Date: Wed, 6 Nov 2024 14:30:51 +0800
From: Fei Shao <fshao@...omium.org>
To: AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>,
Matthias Brugger <matthias.bgg@...il.com>
Cc: Conor Dooley <conor+dt@...nel.org>, linux-arm-kernel@...ts.infradead.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-mediatek@...ts.infradead.org, Krzysztof Kozlowski <krzk+dt@...nel.org>,
"Rob Herring (Arm)" <robh@...nel.org>
Subject: Re: [PATCH v2 0/2] Add device tree for MT8188-based Chromebook "Ciri"
On Tue, Nov 5, 2024 at 9:11 PM Rob Herring (Arm) <robh@...nel.org> wrote:
>
> On Tue, 05 Nov 2024 17:30:11 +0800, Fei Shao wrote:
[...]
> > Note that there are some known dtbs_check warnings:
> > - sound: Unevaluated 'mediatek,adsp' property
> > >> see [1] for the fix
> > - amplifier: '#sound-dai-cells' does not match any of the regexes
> > >> see [2] for the fix
> > - dp-tx: '#sound-dai-cells' does not match any of the regexes
> > >> see [3] for the fix
> > - audio-codec: 'interrupts-extended' does not match any of the regexes
> > >> see [4] for the fix
> > - pmic: 'compatible' is a required property; 'adc', 'mt6359codec',
> > 'mt6359rtc' do not match any of the regexes
> > >> see [5] for the fix
> > - amplifier@4f: reg:0:0: 79 is greater than the maximum of 63
> > >> ti,tas2781 binding specifies that ti,tas2563 register range is
> > 0x4c-0x4f. The DT follows what the binding literally suggests.
> > I tried changing the binding locally but didn't help.
> >
> > [1]:
> > https://lore.kernel.org/all/20241105091246.3944946-1-fshao@chromium.org/
> > [2]:
> > https://lore.kernel.org/all/20241105091513.3963102-1-fshao@chromium.org/
> > [3]:
> > https://lore.kernel.org/all/20241105090207.3892242-1-fshao@chromium.org/
> > [4]:
> > https://lore.kernel.org/all/20241105091910.3984381-1-fshao@chromium.org/
> > [5]:
> > https://lore.kernel.org/all/20241004030148.13366-2-macpaul.lin@mediatek.com/
> >
[...]
> >
> My bot found new DTB warnings on the .dts files added or changed in this
> series.
[...]
As for the following warnings that were not mentioned above:
> arch/arm64/boot/dts/mediatek/mt8188-geralt-ciri-sku2.dtb: power-controller: power-domain@15:power-domain@16:power-domain@29:power-domain@30: Unevaluated properties are not allowed ('power-domain@31', 'power-domain@32' were unexpected)
> from schema $id: http://devicetree.org/schemas/power/mediatek,power-controller.yaml#
https://lore.kernel.org/all/20241001113052.3124869-2-fshao@chromium.org/
> arch/arm64/boot/dts/mediatek/mt8188-geralt-ciri-sku2.dtb: mailbox@...20000: 'clock-names' is a required property
> from schema $id: http://devicetree.org/schemas/mailbox/mediatek,gce-mailbox.yaml#
https://lore.kernel.org/all/20240911104327.123602-1-angelogioacchino.delregno@collabora.com/
> arch/arm64/boot/dts/mediatek/mt8188-geralt-ciri-sku2.dtb: jpeg-decoder@...40000: iommus: [[141, 685], [141, 686], [141, 690], [141, 691], [141, 692], [141, 693]] is too long
> from schema $id: http://devicetree.org/schemas/media/mediatek-jpeg-decoder.yaml#
https://lore.kernel.org/all/20241001113052.3124869-4-fshao@chromium.org/
Powered by blists - more mailing lists