[PATCH v2 0/2] Add device tree for MT8188-based Chromebook "Ciri"
Fei Shao
fshao at chromium.org
Tue Nov 5 22:30:51 PST 2024
On Tue, Nov 5, 2024 at 9:11 PM Rob Herring (Arm) <robh at kernel.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 at 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 at 15:power-domain at 16:power-domain at 29:power-domain at 30: Unevaluated properties are not allowed ('power-domain at 31', 'power-domain at 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 at 10320000: '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 at 1a040000: 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/
More information about the linux-arm-kernel
mailing list