[PATCH v2 0/5] Add watchdog and USB nodes for the Exynos990 SoC

Igor Belwon posted 5 patches 2 months, 4 weeks ago
arch/arm64/boot/dts/exynos/exynos990-c1s.dts       | 16 +++++++
arch/arm64/boot/dts/exynos/exynos990-r8s.dts       | 16 +++++++
.../boot/dts/exynos/exynos990-x1s-common.dtsi      | 16 +++++++
arch/arm64/boot/dts/exynos/exynos990.dtsi          | 55 ++++++++++++++++++++++
4 files changed, 103 insertions(+)
[PATCH v2 0/5] Add watchdog and USB nodes for the Exynos990 SoC
Posted by Igor Belwon 2 months, 4 weeks ago
Hi all!

This series adds the nodes to enable the watchdog and USB support for
the Exynos990 SoC.

The watchdog consists of two clusters (cl0 and cl2). Unsure why Samsung has
skipped cl1 on this SoC. Both are enabled and working - tested on a
device from the -x1s family.

The USB controller of this SoC supports full-speed, high-speed and
super-speed operation modes. Due to my inability to get any of my
Exynos990 devices to enumerate as super-speed (even under the vendor
kernels) only the UTMI+ setup is done - as such, only the high-speed
mode is enabled. Dummy regulators are used in place of PMIC provided
ones until we implement PMIC.

Changes in V2:
 - reordered USB DWC3 glue node and PHY node (sorted by address).

Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org>
---
Igor Belwon (5):
      arm64: dts: exynos990: Enable watchdog timer
      arm64: dts: exynos990: Add USB nodes
      arm64: dts: exynos990-x1s-common: Enable USB
      arm64: dts: exynos990-c1s: Enable USB
      arm64: dts: exynos990-r8s: Enable USB

 arch/arm64/boot/dts/exynos/exynos990-c1s.dts       | 16 +++++++
 arch/arm64/boot/dts/exynos/exynos990-r8s.dts       | 16 +++++++
 .../boot/dts/exynos/exynos990-x1s-common.dtsi      | 16 +++++++
 arch/arm64/boot/dts/exynos/exynos990.dtsi          | 55 ++++++++++++++++++++++
 4 files changed, 103 insertions(+)
---
base-commit: b551c4e2a98a177a06148cf16505643cd2108386
change-id: 20250710-resends-july-exynos990-dt-1d693ba89db9

Best regards,
-- 
Igor Belwon <igor.belwon@mentallysanemainliners.org>
Re: [PATCH v2 0/5] Add watchdog and USB nodes for the Exynos990 SoC
Posted by Krzysztof Kozlowski 1 month, 3 weeks ago
On Thu, 10 Jul 2025 18:50:04 +0200, Igor Belwon wrote:
> This series adds the nodes to enable the watchdog and USB support for
> the Exynos990 SoC.
> 
> The watchdog consists of two clusters (cl0 and cl2). Unsure why Samsung has
> skipped cl1 on this SoC. Both are enabled and working - tested on a
> device from the -x1s family.
> 
> [...]

Applied, thanks!

[1/5] arm64: dts: exynos990: Enable watchdog timer
      https://git.kernel.org/krzk/linux/c/ad211501fff48d0cda35dd187aa7e356a4fb5581
[2/5] arm64: dts: exynos990: Add USB nodes
      https://git.kernel.org/krzk/linux/c/d3830b5b0db59d0b8e33083462e4c0dd021ed300
[3/5] arm64: dts: exynos990-x1s-common: Enable USB
      https://git.kernel.org/krzk/linux/c/707181264badf4f82c78c18348684cd06db31ce0
[4/5] arm64: dts: exynos990-c1s: Enable USB
      https://git.kernel.org/krzk/linux/c/32532687a9ce2f1c5556e082f957200a81ba0ad7
[5/5] arm64: dts: exynos990-r8s: Enable USB
      https://git.kernel.org/krzk/linux/c/e28c1117deda5a80df14b579170c1a90fc82bf5f

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>