Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752888AbbGIKLx (ORCPT ); Thu, 9 Jul 2015 06:11:53 -0400 Received: from nasmtp02.atmel.com ([204.2.163.16]:43182 "EHLO SJOEDG01.corp.atmel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751154AbbGIKLd (ORCPT ); Thu, 9 Jul 2015 06:11:33 -0400 From: Josh Wu To: Nicolas Ferre , CC: Josh Wu , , Russell King , Kumar Gala , "Jean-Christophe Plagniol-Villard" , , "Ian Campbell" , Alexandre Belloni , Rob Herring , Pawel Moll , Mark Rutland Subject: [PATCH 2/2] ARM: at91: sama5/dt: update rstc to correct compatible string Date: Thu, 9 Jul 2015 18:15:47 +0800 Message-ID: <1436436947-11210-2-git-send-email-josh.wu@atmel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1436436947-11210-1-git-send-email-josh.wu@atmel.com> References: <1436436947-11210-1-git-send-email-josh.wu@atmel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1228 Lines: 44 They'll use "atmel,sama5d3-rstc" for reset function. Cc: devicetree@vger.kernel.org Signed-off-by: Josh Wu --- arch/arm/boot/dts/sama5d3.dtsi | 2 +- arch/arm/boot/dts/sama5d4.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index 9e2444b..280255b 100644 --- a/arch/arm/boot/dts/sama5d3.dtsi +++ b/arch/arm/boot/dts/sama5d3.dtsi @@ -1259,7 +1259,7 @@ }; rstc@fffffe00 { - compatible = "atmel,at91sam9g45-rstc"; + compatible = "atmel,sama5d3-rstc"; reg = <0xfffffe00 0x10>; }; diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi index 3ee22ee..481196c 100644 --- a/arch/arm/boot/dts/sama5d4.dtsi +++ b/arch/arm/boot/dts/sama5d4.dtsi @@ -1277,7 +1277,7 @@ }; rstc@fc068600 { - compatible = "atmel,at91sam9g45-rstc"; + compatible = "atmel,sama5d3-rstc"; reg = <0xfc068600 0x10>; }; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/