From b2f217cc7fbd3e6a097021b8b663328a649ea232 Mon Sep 17 00:00:00 2001 From: Chanho Park Date: Thu, 21 Oct 2021 10:20:17 +0900 Subject: [PATCH] arm64: dts: exynos: add chipid node for exynosautov9 SoC It can be compatible with exynos850's chipid. The SoC has eight chipid registers that can be used for OTP. Cc: Sam Protsenko Signed-off-by: Chanho Park Link: https://lore.kernel.org/r/20211021012017.158919-3-chanho61.park@samsung.com Signed-off-by: Krzysztof Kozlowski --- arch/arm64/boot/dts/exynos/exynosautov9.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi index 932d752..3e47273 100644 --- a/arch/arm64/boot/dts/exynos/exynosautov9.dtsi +++ b/arch/arm64/boot/dts/exynos/exynosautov9.dtsi @@ -184,6 +184,11 @@ #size-cells = <1>; ranges = <0x0 0x0 0x0 0x20000000>; + chipid@10000000 { + compatible = "samsung,exynos850-chipid"; + reg = <0x10000000 0x24>; + }; + gic: interrupt-controller@10101000 { compatible = "arm,gic-400"; #interrupt-cells = <3>; -- 2.7.4