Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp2447461pxu; Sat, 28 Nov 2020 14:31:23 -0800 (PST) X-Google-Smtp-Source: ABdhPJy1YIH/Inu5iTqQ1Tq4TyJytfKkgLA4IEEwJybEnUS2ztyyuK3SRrA2iCDZNA54bIF2i5p+ X-Received: by 2002:a05:6402:2059:: with SMTP id bc25mr14797722edb.13.1606602682834; Sat, 28 Nov 2020 14:31:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606602682; cv=none; d=google.com; s=arc-20160816; b=Eot0JNiUBXarLk8vhgXtJSjuKN8nHmNS3oavpK/g1TnApWAs3kqZwOOP5X7nreSxtf FjU6BoUGOzQptByWkc+f2qK02aHbfsaLj9m0QTp1bMjbIDLiLPTYWaPNwgsJHmO3rymc OzdVTfE3jjb8hK1wgEMN4S2w9AGUYM+bLHCttj5Vbayq4+0gW2RXwmYdth8/7nxA9GEy 1YBVg42OH9OJs2WBgS+leVLrwXhFUnbTGXJ6eGy4S3NfJ5OiEZ0gs3H029zEeyYjhHDB xZXlF+/ueCqZ3071Z6Osp1nk4UOfGVelmpq4qOejgCaFXd+LHIbPL1oGKIBVv8OUHrTX bQgQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=gjxf3nx+BFNj84g38N9EORWrPfSJMxTM8RvAdinB9bI=; b=e7OZK5IG00oXn0laplHlTYKfhwF9/tNJizWLaHuHcCKfK2ad0AhD/k79I1jJ01DsRr cj6nW13453UFBwIAHvPwOUU8P0ex5Q0eZW65WoGQ9tUzbamOxn+NvbmzFT7MMggulAFD 7b9z4q76KFgvLunRZa6DFLLu6ht0WUS8E6pBnDIUGQ7LltiQBrSl7wNt/e7pRGec24ye iTX6fM7lwBe9cbYB6lGPKY+hpdPIVtnhnH9do2/OUqjBkR1406/wUn8qcHXF6JB/SvVM P705ySI822SdsGD2WtOYxA2rKF5zCZfItv64+mJ2+8hIK/c04a8AiBpAZENB3YVEGBgl vMxg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r17si7424388ejc.653.2020.11.28.14.31.00; Sat, 28 Nov 2020 14:31:22 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388283AbgK1W3V (ORCPT + 99 others); Sat, 28 Nov 2020 17:29:21 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:32997 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387625AbgK1W3V (ORCPT ); Sat, 28 Nov 2020 17:29:21 -0500 Received: from localhost (lfbn-lyo-1-997-19.w86-194.abo.wanadoo.fr [86.194.74.19]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 0DD1F100002; Sat, 28 Nov 2020 22:28:37 +0000 (UTC) From: Alexandre Belloni To: Jonathan Cameron Cc: Lars-Peter Clausen , Peter Meerwald-Stadler , Nicolas Ferre , Ludovic Desroches , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Alexandre Belloni Subject: [PATCH v3 08/10] ARM: dts: at91: sama5d3: use proper ADC compatible Date: Sat, 28 Nov 2020 23:28:16 +0100 Message-Id: <20201128222818.1910764-9-alexandre.belloni@bootlin.com> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20201128222818.1910764-1-alexandre.belloni@bootlin.com> References: <20201128222818.1910764-1-alexandre.belloni@bootlin.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The ADC is different from the at91sam9x5 ADC. Not only it doesn't have the same resolution but it even have only one and the LOWRES bit doesn't exist. Signed-off-by: Alexandre Belloni Reviewed-by: Ludovic Desroches --- arch/arm/boot/dts/sama5d3.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index 0bb5b6fa0748..9a0c94492c5b 100644 --- a/arch/arm/boot/dts/sama5d3.dtsi +++ b/arch/arm/boot/dts/sama5d3.dtsi @@ -304,7 +304,7 @@ ssc1: ssc@f800c000 { adc0: adc@f8018000 { #address-cells = <1>; #size-cells = <0>; - compatible = "atmel,at91sam9x5-adc"; + compatible = "atmel,sama5d3-adc"; reg = <0xf8018000 0x100>; interrupts = <29 IRQ_TYPE_LEVEL_HIGH 5>; pinctrl-names = "default"; -- 2.28.0