]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: at91: sama5d2: add chipid node
authorLudovic Desroches <ludovic.desroches@atmel.com>
Fri, 18 Mar 2016 07:21:21 +0000 (08:21 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 29 Mar 2016 14:32:27 +0000 (16:32 +0200)
Add node for chipid device in order to have access to the CIDR and EXID
values.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/sama5d2.dtsi

index 36bb29cbd60369fed9c51d00dc49d234333ff213..0e4471d1fc46f7101f05d52d4501b5d3c6830e86 100644 (file)
                                clock-names = "tdes_clk";
                                status = "okay";
                        };
+
+                       chipid@fc069000 {
+                               compatible = "atmel,sama5d2-chipid";
+                               reg = <0xfc069000 0x8>;
+                       };
                };
        };
 };