.../devicetree/bindings/arm/axis.yaml | 6 + .../bindings/clock/axis,artpec9-clock.yaml | 232 ++++ .../bindings/soc/samsung/exynos-pmu.yaml | 1 + arch/arm64/boot/dts/exynos/axis/Makefile | 3 +- .../boot/dts/exynos/axis/artpec9-alfred.dts | 36 + .../boot/dts/exynos/axis/artpec9-pinctrl.dtsi | 115 ++ arch/arm64/boot/dts/exynos/axis/artpec9.dtsi | 277 ++++ drivers/clk/samsung/Makefile | 1 + drivers/clk/samsung/clk-artpec9.c | 1224 +++++++++++++++++ drivers/clk/samsung/clk-pll.c | 184 ++- drivers/clk/samsung/clk-pll.h | 17 + include/dt-bindings/clock/axis,artpec9-clk.h | 195 +++ 12 files changed, 2282 insertions(+), 9 deletions(-) create mode 100644 Documentation/devicetree/bindings/clock/axis,artpec9-clock.yaml create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec9-alfred.dts create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec9-pinctrl.dtsi create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec9.dtsi create mode 100644 drivers/clk/samsung/clk-artpec9.c create mode 100644 include/dt-bindings/clock/axis,artpec9-clk.h
Add basic support for the Axis ARTPEC-9 SoC which contains 6-core Cortex-A55 CPU and other several IPs. This SoC is an Axis-designed chipset used in surveillance camera products. This ARTPEC-9 SoC has a variety of Samsung-specific IP blocks and Axis-specific IP blocks and SoC is manufactured by Samsung Foundry. This patch series includes below changes: - CMU (Clock Management Unit) driver and its bindings (patch #1 to #3) - PMU bindings (patch #4) - Basic Device Tree for ARTPEC-9 SoC and boards (patch #5 to #7) The patch series has been tested on the ARTPEC-9 EVB with Linux Samsung SoC tree (for-next branch) and intended to be merged via the `arm-soc` tree. NOTE: This patch series is dependent on following floating patches: 1. https://lore.kernel.org/all/20250917070004.87872-1-ravi.patel@samsung.com/T/#t 2. https://lore.kernel.org/all/20250917071342.5637-1-ravi.patel@samsung.com/T/#u 3. https://lore.kernel.org/all/20250917071311.1404-1-ravi.patel@samsung.com/T/#u GyoungBo Min (3): dt-bindings: clock: Add ARTPEC-9 clock controller clk: samsung: Add clock PLL support for ARTPEC-9 SoC clk: samsung: artpec-9: Add initial clock support for ARTPEC-9 SoC Ravi Patel (2): dt-bindings: arm: axis: Add ARTPEC-9 alfred board arm64: dts: axis: Add ARTPEC-9 Alfred board support SungMin Park (2): dt-bindings: samsung: exynos-pmu: Add compatible for ARTPEC-9 SoC arm64: dts: exynos: axis: Add initial ARTPEC-9 SoC support .../devicetree/bindings/arm/axis.yaml | 6 + .../bindings/clock/axis,artpec9-clock.yaml | 232 ++++ .../bindings/soc/samsung/exynos-pmu.yaml | 1 + arch/arm64/boot/dts/exynos/axis/Makefile | 3 +- .../boot/dts/exynos/axis/artpec9-alfred.dts | 36 + .../boot/dts/exynos/axis/artpec9-pinctrl.dtsi | 115 ++ arch/arm64/boot/dts/exynos/axis/artpec9.dtsi | 277 ++++ drivers/clk/samsung/Makefile | 1 + drivers/clk/samsung/clk-artpec9.c | 1224 +++++++++++++++++ drivers/clk/samsung/clk-pll.c | 184 ++- drivers/clk/samsung/clk-pll.h | 17 + include/dt-bindings/clock/axis,artpec9-clk.h | 195 +++ 12 files changed, 2282 insertions(+), 9 deletions(-) create mode 100644 Documentation/devicetree/bindings/clock/axis,artpec9-clock.yaml create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec9-alfred.dts create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec9-pinctrl.dtsi create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec9.dtsi create mode 100644 drivers/clk/samsung/clk-artpec9.c create mode 100644 include/dt-bindings/clock/axis,artpec9-clk.h -- 2.17.1
On 17/09/2025 17:49, Ravi Patel wrote: > Add basic support for the Axis ARTPEC-9 SoC which contains > 6-core Cortex-A55 CPU and other several IPs. This SoC is an > Axis-designed chipset used in surveillance camera products. > > This ARTPEC-9 SoC has a variety of Samsung-specific IP blocks and > Axis-specific IP blocks and SoC is manufactured by Samsung Foundry. > > This patch series includes below changes: > - CMU (Clock Management Unit) driver and its bindings (patch #1 to #3) > - PMU bindings (patch #4) > - Basic Device Tree for ARTPEC-9 SoC and boards (patch #5 to #7) > > The patch series has been tested on the ARTPEC-9 EVB with > Linux Samsung SoC tree (for-next branch) and intended > to be merged via the `arm-soc` tree. > > NOTE: This patch series is dependent on following floating patches: > 1. https://lore.kernel.org/all/20250917070004.87872-1-ravi.patel@samsung.com/T/#t NAK, sorry, DTS cannot depend on the drivers. Please decouple the dependencies. Maybe you wanted to point me where the bindings are, but then say so. > 2. https://lore.kernel.org/all/20250917071342.5637-1-ravi.patel@samsung.com/T/#u > 3. https://lore.kernel.org/all/20250917071311.1404-1-ravi.patel@samsung.com/T/#u I am dropping the patchset from my queue. Best regards, Krzysztof
> -----Original Message----- > From: Krzysztof Kozlowski <krzk@kernel.org> > Sent: 18 September 2025 06:35 > To: Ravi Patel <ravi.patel@samsung.com>; robh@kernel.org; krzk+dt@kernel.org; conor+dt@kernel.org; jesper.nilsson@axis.com; > lars.persson@axis.com; mturquette@baylibre.com; sboyd@kernel.org; alim.akhtar@samsung.com; s.nawrocki@samsung.com; > cw00.choi@samsung.com > Cc: ksk4725@coasia.com; smn1196@coasia.com; linux-arm-kernel@axis.com; devicetree@vger.kernel.org; linux-kernel@vger.kernel.org; > linux-arm-kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-clk@vger.kernel.org; pjsin865@coasia.com; > gwk1013@coasia.com; bread@coasia.com; jspark@coasia.com; limjh0823@coasia.com; lightwise@coasia.com; hgkim05@coasia.com; > mingyoungbo@coasia.com; shradha.t@samsung.com; swathi.ks@samsung.com; kenkim@coasia.com > Subject: Re: [PATCH 0/7] Add support for the Axis ARTPEC-9 SoC > > On 17/09/2025 17:49, Ravi Patel wrote: > > Add basic support for the Axis ARTPEC-9 SoC which contains > > 6-core Cortex-A55 CPU and other several IPs. This SoC is an > > Axis-designed chipset used in surveillance camera products. > > > > This ARTPEC-9 SoC has a variety of Samsung-specific IP blocks and > > Axis-specific IP blocks and SoC is manufactured by Samsung Foundry. > > > > This patch series includes below changes: > > - CMU (Clock Management Unit) driver and its bindings (patch #1 to #3) > > - PMU bindings (patch #4) > > - Basic Device Tree for ARTPEC-9 SoC and boards (patch #5 to #7) > > > > The patch series has been tested on the ARTPEC-9 EVB with > > Linux Samsung SoC tree (for-next branch) and intended > > to be merged via the `arm-soc` tree. > > > > NOTE: This patch series is dependent on following floating patches: > > 1. https://lore.kernel.org/all/20250917070004.87872-1-ravi.patel@samsung.com/T/#t > > NAK, sorry, DTS cannot depend on the drivers. Please decouple the > dependencies. Ok, so you want patch #1 - #5 in separate series and #6 - #7 (DTS patches) in another series. Can you please review the patches, I will address review comments in v2 (if any) itself. > > Maybe you wanted to point me where the bindings are, but then say so. Yes, these dependencies are for bindings related. Thanks, Ravi > > > > 2. https://lore.kernel.org/all/20250917071342.5637-1-ravi.patel@samsung.com/T/#u > > 3. https://lore.kernel.org/all/20250917071311.1404-1-ravi.patel@samsung.com/T/#u > > I am dropping the patchset from my queue. > > > Best regards, > Krzysztof
On 18/09/2025 12:36, Ravi Patel wrote: > > >> -----Original Message----- >> From: Krzysztof Kozlowski <krzk@kernel.org> >> Sent: 18 September 2025 06:35 >> To: Ravi Patel <ravi.patel@samsung.com>; robh@kernel.org; krzk+dt@kernel.org; conor+dt@kernel.org; jesper.nilsson@axis.com; >> lars.persson@axis.com; mturquette@baylibre.com; sboyd@kernel.org; alim.akhtar@samsung.com; s.nawrocki@samsung.com; >> cw00.choi@samsung.com >> Cc: ksk4725@coasia.com; smn1196@coasia.com; linux-arm-kernel@axis.com; devicetree@vger.kernel.org; linux-kernel@vger.kernel.org; >> linux-arm-kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-clk@vger.kernel.org; pjsin865@coasia.com; >> gwk1013@coasia.com; bread@coasia.com; jspark@coasia.com; limjh0823@coasia.com; lightwise@coasia.com; hgkim05@coasia.com; >> mingyoungbo@coasia.com; shradha.t@samsung.com; swathi.ks@samsung.com; kenkim@coasia.com >> Subject: Re: [PATCH 0/7] Add support for the Axis ARTPEC-9 SoC >> >> On 17/09/2025 17:49, Ravi Patel wrote: >>> Add basic support for the Axis ARTPEC-9 SoC which contains >>> 6-core Cortex-A55 CPU and other several IPs. This SoC is an >>> Axis-designed chipset used in surveillance camera products. >>> >>> This ARTPEC-9 SoC has a variety of Samsung-specific IP blocks and >>> Axis-specific IP blocks and SoC is manufactured by Samsung Foundry. >>> >>> This patch series includes below changes: >>> - CMU (Clock Management Unit) driver and its bindings (patch #1 to #3) >>> - PMU bindings (patch #4) >>> - Basic Device Tree for ARTPEC-9 SoC and boards (patch #5 to #7) >>> >>> The patch series has been tested on the ARTPEC-9 EVB with >>> Linux Samsung SoC tree (for-next branch) and intended >>> to be merged via the `arm-soc` tree. >>> >>> NOTE: This patch series is dependent on following floating patches: >>> 1. https://lore.kernel.org/all/20250917070004.87872-1-ravi.patel@samsung.com/T/#t >> >> NAK, sorry, DTS cannot depend on the drivers. Please decouple the >> dependencies. > > Ok, so you want patch #1 - #5 in separate series and #6 - #7 (DTS patches) in another series. No, I meant above dependencies. You said that these patchset, including DTS, depends on above. Above are drivers and that's a no go. I said it multiple times already in various occasions. Patchset should be organized per maintainers subsystem, but that's different question. > Can you please review the patches, I will address review comments in v2 (if any) itself. As mentioned in other threads, I closed my tree a week ago (if you are surprised, notice kernel cycles and development process), so review will happen a bit later. > >> >> Maybe you wanted to point me where the bindings are, but then say so. > > Yes, these dependencies are for bindings related. So not really a dependency so again: just provide links to the bindings. Best regards, Krzysztof
On Wed, 17 Sep 2025 14:19:57 +0530, Ravi Patel wrote: > Add basic support for the Axis ARTPEC-9 SoC which contains > 6-core Cortex-A55 CPU and other several IPs. This SoC is an > Axis-designed chipset used in surveillance camera products. > > This ARTPEC-9 SoC has a variety of Samsung-specific IP blocks and > Axis-specific IP blocks and SoC is manufactured by Samsung Foundry. > > This patch series includes below changes: > - CMU (Clock Management Unit) driver and its bindings (patch #1 to #3) > - PMU bindings (patch #4) > - Basic Device Tree for ARTPEC-9 SoC and boards (patch #5 to #7) > > The patch series has been tested on the ARTPEC-9 EVB with > Linux Samsung SoC tree (for-next branch) and intended > to be merged via the `arm-soc` tree. > > NOTE: This patch series is dependent on following floating patches: > 1. https://lore.kernel.org/all/20250917070004.87872-1-ravi.patel@samsung.com/T/#t > 2. https://lore.kernel.org/all/20250917071342.5637-1-ravi.patel@samsung.com/T/#u > 3. https://lore.kernel.org/all/20250917071311.1404-1-ravi.patel@samsung.com/T/#u > > GyoungBo Min (3): > dt-bindings: clock: Add ARTPEC-9 clock controller > clk: samsung: Add clock PLL support for ARTPEC-9 SoC > clk: samsung: artpec-9: Add initial clock support for ARTPEC-9 SoC > > Ravi Patel (2): > dt-bindings: arm: axis: Add ARTPEC-9 alfred board > arm64: dts: axis: Add ARTPEC-9 Alfred board support > > SungMin Park (2): > dt-bindings: samsung: exynos-pmu: Add compatible for ARTPEC-9 SoC > arm64: dts: exynos: axis: Add initial ARTPEC-9 SoC support > > .../devicetree/bindings/arm/axis.yaml | 6 + > .../bindings/clock/axis,artpec9-clock.yaml | 232 ++++ > .../bindings/soc/samsung/exynos-pmu.yaml | 1 + > arch/arm64/boot/dts/exynos/axis/Makefile | 3 +- > .../boot/dts/exynos/axis/artpec9-alfred.dts | 36 + > .../boot/dts/exynos/axis/artpec9-pinctrl.dtsi | 115 ++ > arch/arm64/boot/dts/exynos/axis/artpec9.dtsi | 277 ++++ > drivers/clk/samsung/Makefile | 1 + > drivers/clk/samsung/clk-artpec9.c | 1224 +++++++++++++++++ > drivers/clk/samsung/clk-pll.c | 184 ++- > drivers/clk/samsung/clk-pll.h | 17 + > include/dt-bindings/clock/axis,artpec9-clk.h | 195 +++ > 12 files changed, 2282 insertions(+), 9 deletions(-) > create mode 100644 Documentation/devicetree/bindings/clock/axis,artpec9-clock.yaml > create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec9-alfred.dts > create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec9-pinctrl.dtsi > create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec9.dtsi > create mode 100644 drivers/clk/samsung/clk-artpec9.c > create mode 100644 include/dt-bindings/clock/axis,artpec9-clk.h > > -- > 2.17.1 > > > 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: attempting to guess base-commit... Base: tags/next-20250917 (exact match) 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 20250917085005.89819-1-ravi.patel@samsung.com: arch/arm64/boot/dts/exynos/axis/artpec9-alfred.dtb: timer@10040000 (axis,artpec9-mct): compatible: 'oneOf' conditional failed, one must be fixed: ['axis,artpec9-mct', 'samsung,exynos4210-mct'] is too long 'axis,artpec9-mct' is not one of ['samsung,exynos4210-mct', 'samsung,exynos4412-mct'] 'axis,artpec9-mct' is not one of ['axis,artpec8-mct', 'google,gs101-mct', 'samsung,exynos2200-mct-peris', 'samsung,exynos3250-mct', 'samsung,exynos5250-mct', 'samsung,exynos5260-mct', 'samsung,exynos5420-mct', 'samsung,exynos5433-mct', 'samsung,exynos850-mct', 'samsung,exynos8895-mct', 'samsung,exynos990-mct', 'tesla,fsd-mct'] from schema $id: http://devicetree.org/schemas/timer/samsung,exynos4210-mct.yaml# arch/arm64/boot/dts/exynos/axis/artpec9-alfred.dtb: /soc/timer@10040000: failed to match any schema with compatible: ['axis,artpec9-mct', 'samsung,exynos4210-mct'] arch/arm64/boot/dts/exynos/axis/artpec9-alfred.dtb: /soc/pinctrl@141f0000: failed to match any schema with compatible: ['axis,artpec9-pinctrl'] arch/arm64/boot/dts/exynos/axis/artpec9-alfred.dtb: /soc/pinctrl@14430000: failed to match any schema with compatible: ['axis,artpec9-pinctrl'] arch/arm64/boot/dts/exynos/axis/artpec9-alfred.dtb: /soc/pinctrl@14c30000: failed to match any schema with compatible: ['axis,artpec9-pinctrl'] arch/arm64/boot/dts/exynos/axis/artpec9-alfred.dtb: serial@14c70000 (axis,artpec9-uart): compatible: 'oneOf' conditional failed, one must be fixed: ['axis,artpec9-uart', 'samsung,exynos8895-uart'] is too long 'axis,artpec9-uart' is not one of ['apple,s5l-uart', 'axis,artpec8-uart', 'google,gs101-uart', 'samsung,s3c6400-uart', 'samsung,s5pv210-uart', 'samsung,exynos4210-uart', 'samsung,exynos5433-uart', 'samsung,exynos850-uart', 'samsung,exynos8895-uart'] 'axis,artpec9-uart' is not one of ['samsung,exynos2200-uart'] 'axis,artpec9-uart' is not one of ['samsung,exynos7-uart', 'tesla,fsd-uart'] 'axis,artpec9-uart' is not one of ['samsung,exynos7885-uart'] 'axis,artpec9-uart' is not one of ['samsung,exynosautov9-uart', 'samsung,exynosautov920-uart'] 'axis,artpec9-uart' is not one of ['samsung,exynos7870-uart'] 'google,gs101-uart' was expected 'samsung,exynos4210-uart' was expected 'samsung,exynos5433-uart' was expected 'samsung,exynos850-uart' was expected from schema $id: http://devicetree.org/schemas/serial/samsung_uart.yaml# arch/arm64/boot/dts/exynos/axis/artpec9-alfred.dtb: /soc/serial@14c70000: failed to match any schema with compatible: ['axis,artpec9-uart', 'samsung,exynos8895-uart']
© 2016 - 2025 Red Hat, Inc.