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


Groups > linux.kernel > #1396622

[PATCH 2/2] ARM: at91/dt: use "atmel,sama5d3-nfc" compatible for nfc

From Wenyou Yang <wenyou.yang@atmel.com>
Newsgroups linux.kernel
Subject [PATCH 2/2] ARM: at91/dt: use "atmel,sama5d3-nfc" compatible for nfc
Date 2016-05-09 09:00 +0200
Message-ID <rwNkC-7Aw-17@gated-at.bofh.it> (permalink)
References <rwNkC-7Aw-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Due to the compatible "atmel,sama5d4-nfc" removal, use
"atmel,sama5d3-nfc" for the sama5d2's nfc node.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
---

 arch/arm/boot/dts/sama5d2.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
index 78996bd..9817090 100644
--- a/arch/arm/boot/dts/sama5d2.dtsi
+++ b/arch/arm/boot/dts/sama5d2.dtsi
@@ -280,7 +280,7 @@
 			status = "disabled";
 
 			nfc@c0000000 {
-				compatible = "atmel,sama5d4-nfc";
+				compatible = "atmel,sama5d3-nfc";
 				#address-cells = <1>;
 				#size-cells = <1>;
 				reg = < /* NFC Command Registers */
-- 
2.7.4

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


Thread

[PATCH 0/2] mtd: atmel_nand: remove compatible "atmel,sama5d4-nfc" Wenyou Yang <wenyou.yang@atmel.com> - 2016-05-09 09:00 +0200
  [PATCH 2/2] ARM: at91/dt: use "atmel,sama5d3-nfc" compatible for nfc Wenyou Yang <wenyou.yang@atmel.com> - 2016-05-09 09:00 +0200
    [PATCH] ARM: dts: at91: sama5d2: use "atmel,sama5d3-nfc" compatible for nfc Nicolas Ferre <nicolas.ferre@atmel.com> - 2016-05-09 18:40 +0200
      Re: [PATCH] ARM: dts: at91: sama5d2: use "atmel,sama5d3-nfc"  compatible for nfc Romain Izard <romain.izard.pro@gmail.com> - 2016-05-09 19:20 +0200
  [PATCH 1/2] Revert "mtd: atmel_nand: Support variable RB_EDGE interrupts" Wenyou Yang <wenyou.yang@atmel.com> - 2016-05-09 09:00 +0200
    Re: [PATCH 1/2] Revert "mtd: atmel_nand: Support variable RB_EDGE  interrupts" Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-05-10 11:00 +0200
      RE: [PATCH 1/2] Revert "mtd: atmel_nand: Support variable RB_EDGE  interrupts" "Yang, Wenyou" <Wenyou.Yang@atmel.com> - 2016-05-10 11:10 +0200
      Re: [PATCH 1/2] Revert "mtd: atmel_nand: Support variable RB_EDGE interrupts" Romain Izard <romain.izard.pro@gmail.com> - 2016-05-10 12:00 +0200
  Re: [PATCH 0/2] mtd: atmel_nand: remove compatible  "atmel,sama5d4-nfc" Rob Herring <robh@kernel.org> - 2016-05-09 22:20 +0200
    RE: [PATCH 0/2] mtd: atmel_nand: remove compatible  "atmel,sama5d4-nfc" "Yang, Wenyou" <Wenyou.Yang@atmel.com> - 2016-05-10 07:00 +0200
      Re: [PATCH 0/2] mtd: atmel_nand: remove compatible  "atmel,sama5d4-nfc" Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-05-10 14:00 +0200

csiph-web