From patchwork Thu Oct 31 16:34:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lubomir Rintel X-Patchwork-Id: 11221525 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2D2E014E5 for ; Thu, 31 Oct 2019 16:35:18 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 068492087F for ; Thu, 31 Oct 2019 16:35:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="Biub4eLR" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 068492087F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=v3.sk Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+757+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id oq5yYY1556264xzogPOEAEX9; Thu, 31 Oct 2019 09:35:17 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.3152.1572539717336619486 for ; Thu, 31 Oct 2019 09:35:17 -0700 X-Received: by mail.kernel.org (Postfix) id 218FB217D9; Thu, 31 Oct 2019 16:35:17 +0000 (UTC) X-Received: from shell.v3.sk (shell.v3.sk [90.176.6.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DD1072087F for ; Thu, 31 Oct 2019 16:35:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DD1072087F X-Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 43F465114A; Thu, 31 Oct 2019 17:35:15 +0100 (CET) X-Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id zvjU-IS_3jVr; Thu, 31 Oct 2019 17:35:01 +0100 (CET) X-Received: from localhost (localhost [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 2438351145; Thu, 31 Oct 2019 17:35:01 +0100 (CET) X-Virus-Scanned: amavisd-new at zimbra.v3.sk X-Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 05n_IocmDdl0; Thu, 31 Oct 2019 17:34:59 +0100 (CET) X-Received: from belphegor.redhat.com (nat-pool-brq-t.redhat.com [213.175.37.10]) by zimbra.v3.sk (Postfix) with ESMTPSA id AD11051140; Thu, 31 Oct 2019 17:34:58 +0100 (CET) From: Lubomir Rintel To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Olof Johansson , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Lubomir Rintel Subject: [PATCH 1/4] ARM: dts: mmp3: Add a name to /clocks node Date: Thu, 31 Oct 2019 17:34:52 +0100 Message-Id: <20191031163455.1711872-2-lkundrak@v3.sk> In-Reply-To: <20191031163455.1711872-1-lkundrak@v3.sk> References: <20191031163455.1711872-1-lkundrak@v3.sk> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org X-Gm-Message-State: QCV3wpVu4CAs0Ypz7NGKK9SWx1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1572539717; bh=stvtdR25oJeoOorRUh1OysnMcnmLb32PhgSeSpDpiGI=; h=Cc:Date:From:Reply-To:Subject:To; b=Biub4eLR+xFCmUp4mjOhAlR/2XQJKgpnRh+4cTF/d8QLMs8ep2jf/BaX7ENg2MwqWPS 27YQTSZs7BazJL1Ro7UNA5SKOJiEYKCNV46K1CjCG/w+ybeRadwzSLDylp/8kvpBEFLoE JCfWeVioOC2Psrsp8EiammYg0+GdYAzUMUo= It should have one and DTC is indeed unhappy about its absence: : Warning (unit_address_vs_reg): /soc/clocks: node has a reg or ranges property, but no unit name Signed-off-by: Lubomir Rintel --- arch/arm/boot/dts/mmp3.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/mmp3.dtsi b/arch/arm/boot/dts/mmp3.dtsi index e0dcdab196355..b1e928ed77d66 100644 --- a/arch/arm/boot/dts/mmp3.dtsi +++ b/arch/arm/boot/dts/mmp3.dtsi @@ -486,7 +486,7 @@ cache-level = <2>; }; - soc_clocks: clocks { + soc_clocks: clocks@d4050000 { compatible = "marvell,mmp2-clock"; reg = <0xd4050000 0x1000>, <0xd4282800 0x400>,