Skip to content

Commit b2f217c

Browse files
cometzerokrzk
authored andcommitted
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 <[email protected]> Signed-off-by: Chanho Park <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 4b1a783 commit b2f217c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm64/boot/dts/exynos/exynosautov9.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@
184184
#size-cells = <1>;
185185
ranges = <0x0 0x0 0x0 0x20000000>;
186186

187+
chipid@10000000 {
188+
compatible = "samsung,exynos850-chipid";
189+
reg = <0x10000000 0x24>;
190+
};
191+
187192
gic: interrupt-controller@10101000 {
188193
compatible = "arm,gic-400";
189194
#interrupt-cells = <3>;

0 commit comments

Comments
 (0)