[PATCH] ARM: dts: at91: sama7g5: add chipid

Claudiu Beznea claudiu.beznea at microchip.com
Wed Sep 8 02:43:29 PDT 2021


Add chipid node for sama7g5.

Signed-off-by: Claudiu Beznea <claudiu.beznea at microchip.com>
---

Hi Nicolas,

This applies clean on top of series with title "ARM: at91: add new nodes
to DT and fix for PM".

 arch/arm/boot/dts/sama7g5.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/sama7g5.dtsi b/arch/arm/boot/dts/sama7g5.dtsi
index e50806cf7660..6c58c151c6d9 100644
--- a/arch/arm/boot/dts/sama7g5.dtsi
+++ b/arch/arm/boot/dts/sama7g5.dtsi
@@ -159,6 +159,11 @@ ps_wdt: watchdog at e001d180 {
 			clocks = <&clk32k 0>;
 		};
 
+		chipid at e0020000 {
+			compatible = "microchip,sama7g5-chipid";
+			reg = <0xe0020000 0x8>;
+		};
+
 		sdmmc0: mmc at e1204000 {
 			compatible = "microchip,sama7g5-sdhci", "microchip,sam9x60-sdhci";
 			reg = <0xe1204000 0x4000>;
-- 
2.25.1




More information about the linux-arm-kernel mailing list