On Tue, Nov 5, 2024 at 9:11 PM Rob Herring (Arm) <robh@xxxxxxxxxx> 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@xxxxxxxxxxxx/ > > [2]: > > https://lore.kernel.org/all/20241105091513.3963102-1-fshao@xxxxxxxxxxxx/ > > [3]: > > https://lore.kernel.org/all/20241105090207.3892242-1-fshao@xxxxxxxxxxxx/ > > [4]: > > https://lore.kernel.org/all/20241105091910.3984381-1-fshao@xxxxxxxxxxxx/ > > [5]: > > https://lore.kernel.org/all/20241004030148.13366-2-macpaul.lin@xxxxxxxxxxxx/ > > [...] > > > 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@xxxxxxxxxxxx/ > arch/arm64/boot/dts/mediatek/mt8188-geralt-ciri-sku2.dtb: mailbox@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@xxxxxxxxxxxxx/ > arch/arm64/boot/dts/mediatek/mt8188-geralt-ciri-sku2.dtb: jpeg-decoder@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@xxxxxxxxxxxx/