Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1360392

[PATCH 3/3] ARM: at91/dt: sama5d2: add chipid node

From Ludovic Desroches <ludovic.desroches@atmel.com>
Newsgroups linux.kernel
Subject [PATCH 3/3] ARM: at91/dt: sama5d2: add chipid node
Date 2016-03-18 08:30 +0100
Message-ID <rdX18-2qq-11@gated-at.bofh.it> (permalink)
References <rdX18-2qq-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---
 arch/arm/boot/dts/sama5d2.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
index 78996bd..173e3d7 100644
--- a/arch/arm/boot/dts/sama5d2.dtsi
+++ b/arch/arm/boot/dts/sama5d2.dtsi
@@ -1193,6 +1193,11 @@
 				clock-names = "tdes_clk";
 				status = "okay";
 			};
+
+			chipid@fc069000 {
+				compatible = "atmel,sama5d2-chipid";
+				reg = <0xfc069000 0x8>;
+			};
 		};
 	};
 };
-- 
2.5.0

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/3] ARM: at91: use chipid device for soc detection Ludovic Desroches <ludovic.desroches@atmel.com> - 2016-03-18 08:30 +0100
  [PATCH 3/3] ARM: at91/dt: sama5d2: add chipid node Ludovic Desroches <ludovic.desroches@atmel.com> - 2016-03-18 08:30 +0100
    Re: [PATCH 3/3] ARM: at91/dt: sama5d2: add chipid node Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-03-18 11:40 +0100
  Re: [PATCH 1/3] ARM: at91: use chipid device for soc detection Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-03-18 11:40 +0100
    Re: [PATCH 1/3] ARM: at91: use chipid device for soc detection Nicolas Ferre <nicolas.ferre@atmel.com> - 2016-03-23 12:30 +0100
      Re: [PATCH 1/3] ARM: at91: use chipid device for soc detection Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-03-23 14:50 +0100
        Re: [PATCH 1/3] ARM: at91: use chipid device for soc detection Nicolas Ferre <nicolas.ferre@atmel.com> - 2016-03-29 16:00 +0200
  Re: [PATCH 1/3] ARM: at91: use chipid device for soc detection Rob Herring <robh@kernel.org> - 2016-03-20 01:50 +0100
  Re: [PATCH 1/3] ARM: at91: use chipid device for soc detection Arnd Bergmann <arnd@arndb.de> - 2016-03-29 16:00 +0200
    Re: [PATCH 1/3] ARM: at91: use chipid device for soc detection Nicolas Ferre <nicolas.ferre@atmel.com> - 2016-03-29 16:10 +0200
    [PATCH v2 1/3] ARM: at91: use chipid device for soc detection Nicolas Ferre <nicolas.ferre@atmel.com> - 2016-03-29 16:20 +0200
      Re: [PATCH v2 1/3] ARM: at91: use chipid device for soc detection Arnd Bergmann <arnd@arndb.de> - 2016-03-29 16:40 +0200

csiph-web