]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: exynos: gs101: add OTP node
authorTudor Ambarus <tudor.ambarus@linaro.org>
Mon, 22 Dec 2025 16:30:09 +0000 (16:30 +0000)
committerKrzysztof Kozlowski <krzk@kernel.org>
Sun, 28 Dec 2025 11:32:42 +0000 (12:32 +0100)
Add the OTP controller node.

Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Reviewed-by: André Draszik <andre.draszik@linaro.org>
Link: https://patch.msgid.link/20251222-gs101-chipid-v4-5-aa8e20ce7bb3@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm64/boot/dts/exynos/google/gs101.dtsi

index 2e25eeb0c2590b99ef98c7bdac3caa0c34161706..48f3819590cf8c05d6bd7241cfed8720149c7db4 100644 (file)
                #size-cells = <1>;
                ranges = <0x0 0x0 0x0 0x40000000>;
 
+               efuse@10000000 {
+                       compatible = "google,gs101-otp";
+                       reg = <0x10000000 0xf084>;
+                       clocks = <&cmu_misc CLK_GOUT_MISC_OTP_CON_TOP_PCLK>;
+                       clock-names = "pclk";
+                       interrupts = <GIC_SPI 752 IRQ_TYPE_LEVEL_HIGH 0>;
+               };
+
                cmu_misc: clock-controller@10010000 {
                        compatible = "google,gs101-cmu-misc";
                        reg = <0x10010000 0x10000>;