arch/arm64/boot/dts/exynos/google/gs101.dtsi | 285 +++++++++++++++++++++++++++ 1 file changed, 285 insertions(+)
Define the CPU clocks and OPPs. Patch #2 has a dependency on the ACPM clock bindings sent at: https://lore.kernel.org/linux-samsung-soc/20250903-acpm-clk-v3-1-65ecd42d88c7@linaro.org/ The following error will be seen without the bindings patch: arch/arm64/boot/dts/exynos/google/gs101.dtsi:10:10: fatal error: dt-bindings/clock/google,gs101-acpm.h: No such file or directory 10 | #include <dt-bindings/clock/google,gs101-acpm.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Thanks, ta Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org> --- Changes in v3: - the ACPM clock bindings were moved to their own file, update the references accordingly. - Link to v2: https://lore.kernel.org/r/20250827-acpm-dvfs-dt-v2-0-e1d2890d12b4@linaro.org Changes in v2: - acpm node becomes a clock provider. - reword commit message, extend cover letter with info about dependency on a bindings patch. - Link to v1: https://lore.kernel.org/r/20250819-acpm-dvfs-dt-v1-0-4e38b95408c4@linaro.org --- Tudor Ambarus (3): arm64: dts: exynos: gs101: add #clock-cells to the ACPM protocol node arm64: dts: exynos: gs101: add CPU clocks arm64: dts: exynos: gs101: add OPPs arch/arm64/boot/dts/exynos/google/gs101.dtsi | 285 +++++++++++++++++++++++++++ 1 file changed, 285 insertions(+) --- base-commit: c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9 change-id: 20250819-acpm-dvfs-dt-06bc794bdccd Best regards, -- Tudor Ambarus <tudor.ambarus@linaro.org>
On Wed, 3 Sept 2025 at 15:24, Tudor Ambarus <tudor.ambarus@linaro.org> wrote: > > Define the CPU clocks and OPPs. > > Patch #2 has a dependency on the ACPM clock bindings sent at: > https://lore.kernel.org/linux-samsung-soc/20250903-acpm-clk-v3-1-65ecd42d88c7@linaro.org/ > > The following error will be seen without the bindings patch: > arch/arm64/boot/dts/exynos/google/gs101.dtsi:10:10: fatal error: dt-bindings/clock/google,gs101-acpm.h: No such file or directory > 10 | #include <dt-bindings/clock/google,gs101-acpm.h> > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > Thanks, > ta > > Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org> > --- Reviewed-by: Peter Griffin <peter.griffin@linaro.org> Tested-by: Peter Griffin <peter.griffin@linaro.org> # on gs101-oriole
On Wed, 03 Sep 2025 14:24:34 +0000, Tudor Ambarus wrote: > Define the CPU clocks and OPPs. > > Patch #2 has a dependency on the ACPM clock bindings sent at: > https://lore.kernel.org/linux-samsung-soc/20250903-acpm-clk-v3-1-65ecd42d88c7@linaro.org/ > > The following error will be seen without the bindings patch: > arch/arm64/boot/dts/exynos/google/gs101.dtsi:10:10: fatal error: dt-bindings/clock/google,gs101-acpm.h: No such file or directory > 10 | #include <dt-bindings/clock/google,gs101-acpm.h> > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > Thanks, > ta > > Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org> > --- > Changes in v3: > - the ACPM clock bindings were moved to their own file, update the > references accordingly. > - Link to v2: https://lore.kernel.org/r/20250827-acpm-dvfs-dt-v2-0-e1d2890d12b4@linaro.org > > Changes in v2: > - acpm node becomes a clock provider. > - reword commit message, extend cover letter with info about dependency > on a bindings patch. > - Link to v1: https://lore.kernel.org/r/20250819-acpm-dvfs-dt-v1-0-4e38b95408c4@linaro.org > > --- > Tudor Ambarus (3): > arm64: dts: exynos: gs101: add #clock-cells to the ACPM protocol node > arm64: dts: exynos: gs101: add CPU clocks > arm64: dts: exynos: gs101: add OPPs > > arch/arm64/boot/dts/exynos/google/gs101.dtsi | 285 +++++++++++++++++++++++++++ > 1 file changed, 285 insertions(+) > --- > base-commit: c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9 > change-id: 20250819-acpm-dvfs-dt-06bc794bdccd > > Best regards, > -- > Tudor Ambarus <tudor.ambarus@linaro.org> > > > My bot found new DTB warnings on the .dts files added or changed in this series. 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 This patch series was applied (using b4) to base: Base: using specified base-commit c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9 If this is not the correct base, please add 'base-commit' tag (or use b4 which does this automatically) New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/exynos/' for 20250903-acpm-dvfs-dt-v3-0-f24059e5cd95@linaro.org: In file included from arch/arm64/boot/dts/exynos/google/gs101-pixel-common.dtsi:15, from arch/arm64/boot/dts/exynos/google/gs101-oriole.dts:11: arch/arm64/boot/dts/exynos/google/gs101.dtsi:10:10: fatal error: dt-bindings/clock/google,gs101-acpm.h: No such file or directory 10 | #include <dt-bindings/clock/google,gs101-acpm.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[4]: *** [scripts/Makefile.dtbs:131: arch/arm64/boot/dts/exynos/google/gs101-oriole.dtb] Error 1 make[3]: *** [scripts/Makefile.build:556: 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:556: 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:1480: exynos/google/gs101-oriole.dtb] Error 2 In file included from arch/arm64/boot/dts/exynos/google/gs101-pixel-common.dtsi:15, from arch/arm64/boot/dts/exynos/google/gs101-raven.dts:11: arch/arm64/boot/dts/exynos/google/gs101.dtsi:10:10: fatal error: dt-bindings/clock/google,gs101-acpm.h: No such file or directory 10 | #include <dt-bindings/clock/google,gs101-acpm.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[4]: *** [scripts/Makefile.dtbs:131: arch/arm64/boot/dts/exynos/google/gs101-raven.dtb] Error 1 make[3]: *** [scripts/Makefile.build:556: arch/arm64/boot/dts/exynos/google] Error 2 make[3]: Target 'arch/arm64/boot/dts/exynos/google/gs101-raven.dtb' not remade because of errors. make[2]: *** [scripts/Makefile.build:556: arch/arm64/boot/dts/exynos] Error 2 make[2]: Target 'arch/arm64/boot/dts/exynos/google/gs101-raven.dtb' not remade because of errors. make[1]: *** [/home/rob/proj/linux-dt-testing/Makefile:1480: exynos/google/gs101-raven.dtb] Error 2 make: *** [Makefile:248: __sub-make] Error 2 make: Target 'exynos/exynos8895-dreamlte.dtb' not remade because of errors. make: Target 'exynos/exynos2200-g0s.dtb' not remade because of errors. make: Target 'exynos/exynos850-e850-96.dtb' not remade because of errors. make: Target 'exynos/exynos7870-on7xelte.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/google/gs101-raven.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/exynos7870-a2corelte.dtb' not remade because of errors. make: Target 'exynos/exynos5433-tm2e.dtb' not remade because of errors. make: Target 'exynos/exynos7870-j6lte.dtb' not remade because of errors.
On 9/4/25 3:17 PM, Rob Herring (Arm) wrote: > arch/arm64/boot/dts/exynos/google/gs101.dtsi:10:10: fatal error: dt-bindings/clock/google,gs101-acpm.h: No such file or directory > 10 | #include <dt-bindings/clock/google,gs101-acpm.h> That's alright, I described in the cover letter the dependency on the patch that adds this bindings file. Thanks! ta
© 2016 - 2025 Red Hat, Inc.