On 2/10/25 18:22, Rob Herring (Arm) wrote: > On Sun, 09 Feb 2025 15:20:43 +0200, Ivaylo Ivanov wrote: >> Update all samsung,mode property values to account for renaming USI_V2 >> constants to USI_MODE in the bindings. >> >> Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@xxxxxxxxx> >> --- >> Patch picked from [1] and rebased on linux-next >> >> [1] https://lore.kernel.org/all/20250204172803.3425496-1-ivo.ivanov.ivanov1@xxxxxxxxx/ >> --- >> arch/arm64/boot/dts/exynos/exynos850.dtsi | 14 +++--- >> arch/arm64/boot/dts/exynos/exynosautov9.dtsi | 48 +++++++++---------- >> .../arm64/boot/dts/exynos/exynosautov920.dtsi | 2 +- >> .../dts/exynos/google/gs101-pixel-common.dtsi | 4 +- >> arch/arm64/boot/dts/exynos/google/gs101.dtsi | 2 +- >> 5 files changed, 35 insertions(+), 35 deletions(-) >> > > My bot found new DTB warnings on the .dts files added or changed in this > series. Please note that this is happening because the bot didn't account for header changes in the previous USIv1 patchset. Should be safe to apply since the latter is in linux-next now (if it even merges). Best regards, Ivaylo > > Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings > are fixed by another series. Ultimately, it is up to the platform > maintainer whether these warnings are acceptable or not. No need to reply > unless the platform maintainer has comments. > > If you already ran DT checks and didn't see these error(s), then > make sure dt-schema is up to date: > > pip3 install dtschema --upgrade > > > New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/exynos/' for 20250209132043.3906127-1-ivo.ivanov.ivanov1@xxxxxxxxx: > > Error: arch/arm64/boot/dts/exynos/exynos850.dtsi:654.20-21 syntax error > FATAL ERROR: Unable to parse input tree > make[3]: *** [scripts/Makefile.dtbs:131: arch/arm64/boot/dts/exynos/exynos850-e850-96.dtb] Error 1 > make[2]: *** [scripts/Makefile.build:465: arch/arm64/boot/dts/exynos] Error 2 > make[2]: Target 'arch/arm64/boot/dts/exynos/exynos850-e850-96.dtb' not remade because of errors. > make[1]: *** [/home/rob/proj/linux-dt-testing/Makefile:1464: exynos/exynos850-e850-96.dtb] Error 2 > Error: arch/arm64/boot/dts/exynos/exynosautov920.dtsi:309.20-21 syntax error > FATAL ERROR: Unable to parse input tree > make[3]: *** [scripts/Makefile.dtbs:131: arch/arm64/boot/dts/exynos/exynosautov920-sadk.dtb] Error 1 > make[2]: *** [scripts/Makefile.build:465: arch/arm64/boot/dts/exynos] Error 2 > make[2]: Target 'arch/arm64/boot/dts/exynos/exynosautov920-sadk.dtb' not remade because of errors. > make[1]: *** [/home/rob/proj/linux-dt-testing/Makefile:1464: exynos/exynosautov920-sadk.dtb] Error 2 > Error: arch/arm64/boot/dts/exynos/exynosautov9.dtsi:445.20-21 syntax error > FATAL ERROR: Unable to parse input tree > make[3]: *** [scripts/Makefile.dtbs:131: arch/arm64/boot/dts/exynos/exynosautov9-sadk.dtb] Error 1 > make[2]: *** [scripts/Makefile.build:465: arch/arm64/boot/dts/exynos] Error 2 > make[2]: Target 'arch/arm64/boot/dts/exynos/exynosautov9-sadk.dtb' not remade because of errors. > make[1]: *** [/home/rob/proj/linux-dt-testing/Makefile:1464: exynos/exynosautov9-sadk.dtb] Error 2 > Error: arch/arm64/boot/dts/exynos/google/gs101.dtsi:828.20-21 syntax error > FATAL ERROR: Unable to parse input tree > make[4]: *** [scripts/Makefile.dtbs:131: arch/arm64/boot/dts/exynos/google/gs101-oriole.dtb] Error 1 > make[3]: *** [scripts/Makefile.build:465: arch/arm64/boot/dts/exynos/google] Error 2 > make[3]: Target 'arch/arm64/boot/dts/exynos/google/gs101-oriole.dtb' not remade because of errors. > make[2]: *** [scripts/Makefile.build:465: arch/arm64/boot/dts/exynos] Error 2 > make[2]: Target 'arch/arm64/boot/dts/exynos/google/gs101-oriole.dtb' not remade because of errors. > make[1]: *** [/home/rob/proj/linux-dt-testing/Makefile:1464: exynos/google/gs101-oriole.dtb] Error 2 > make: *** [Makefile:251: __sub-make] Error 2 > make: Target 'exynos/exynos8895-dreamlte.dtb' not remade because of errors. > make: Target 'exynos/exynos850-e850-96.dtb' not remade because of errors. > make: Target 'exynos/exynos7885-jackpotlte.dtb' not remade because of errors. > make: Target 'exynos/exynos990-x1slte.dtb' not remade because of errors. > make: Target 'exynos/exynos5433-tm2.dtb' not remade because of errors. > make: Target 'exynos/exynos990-r8s.dtb' not remade because of errors. > make: Target 'exynos/exynos7-espresso.dtb' not remade because of errors. > make: Target 'exynos/google/gs101-oriole.dtb' not remade because of errors. > make: Target 'exynos/exynosautov920-sadk.dtb' not remade because of errors. > make: Target 'exynos/exynosautov9-sadk.dtb' not remade because of errors. > make: Target 'exynos/exynos990-c1s.dtb' not remade because of errors. > make: Target 'exynos/exynos9810-starlte.dtb' not remade because of errors. > make: Target 'exynos/exynos990-x1s.dtb' not remade because of errors. > make: Target 'exynos/exynos5433-tm2e.dtb' not remade because of errors. > > > > >