From patchwork Sat May 13 17:20:50 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 9725401 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 7C3D260381 for ; Sat, 13 May 2017 17:22:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6D2CD20881 for ; Sat, 13 May 2017 17:22:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 60A8F288F9; Sat, 13 May 2017 17:22:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 9536E288F3 for ; Sat, 13 May 2017 17:22:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=IcIj90jYHH/AnF0QNGLypAWZZd6Q8kqg08b9Lx36CHE=; b=c9W+16U5tR9kBIDN4QUumPm4IN qFh5lpn6ybUH838IunVifsw/LO1Gysc8xP7gaKLFhCeitepuvY8AUW77nuqb+OWmJAejsIsjQllRl Iz+24o5Zl5wlFru5QK6YLzbHK2XuRJ3ug5sHfehjI85ZrxoFrznqAhy217ue/Sx+ize3QQiQNLjl0 6a7y7TSyMXX0qc7tc0NIJCRQUCZh2F6BwlRIaGkAdfjZYOurBIIiZcFZotJT2Ict990A0xGinpM4R S0QToMLL0/ofGDFySWAnugfjgfk9BahwsMNbt3LxjvMNU+JnJmM8ZugdXFXaWWy6hek4Dxx3UhjIK F3/4hv6Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1d9ak4-0002mH-4e; Sat, 13 May 2017 17:22:08 +0000 Received: from conuserg-11.nifty.com ([210.131.2.78]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1d9ak0-0002ji-G6 for linux-arm-kernel@lists.infradead.org; Sat, 13 May 2017 17:22:06 +0000 Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-11.nifty.com with ESMTP id v4DHKvjC007525; Sun, 14 May 2017 02:21:06 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com v4DHKvjC007525 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1494696067; bh=ArxiqHTknSB3qcSQA2DV8scNZaOlKFSvdbYhuvwmv+c=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=a33+J7u4EZ29M+Bs82kfjCEQIifecPmzijw/ifyR+DKekZqMOmR75woHCu6QxPsre v0vVnZklE+H57ODYSgqIDNaSET5mjWDJ62A15z1ooLlPTHGUzMqBsew1TRD6BmR+TS tMaaqGDlbtWj8SqcYsy1zOG8oTmmvx6kaN3yJMpQpNBXWGDEx/Zt+TEk2KRPThlcil oFF1MLL/AQ/CcqVhGNe09nbfQ9mavwy0eYoQfsXywT3lARfTsS5sFGG87x4x4bzTgj t3lwC2R5Qon7EOM01boHGnBv+32qnTZ9uVK/MW4w23uZZtqPa+AHOqlMrc3quZ3NvY k+RULpWTjJJgw== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/2] arm64: dts: uniphier: fix simple-bus unit address format error Date: Sun, 14 May 2017 02:20:50 +0900 Message-Id: <1494696050-4615-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1494696050-4615-1-git-send-email-yamada.masahiro@socionext.com> References: <1494696050-4615-1-git-send-email-yamada.masahiro@socionext.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170513_102204_802719_99655EE8 X-CRM114-Status: UNSURE ( 9.20 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Catalin Marinas , Will Deacon , linux-kernel@vger.kernel.org, Masahiro Yamada , Rob Herring MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Compiling the UniPhier DT files with W=1, DTC warns like follows: Warning (simple_bus_reg): Node /soc/smpctrl@59800000 simple-bus unit address format error, expected "59801000" Signed-off-by: Masahiro Yamada --- arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | 2 +- arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi index dc0cd94..20bea49 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi @@ -268,7 +268,7 @@ pinctrl-0 = <&pinctrl_system_bus>; }; - smpctrl@59800000 { + smpctrl@59801000 { compatible = "socionext,uniphier-smpctrl"; reg = <0x59801000 0x400>; }; diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi index c7bd006..4b856af 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi +++ b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi @@ -337,7 +337,7 @@ pinctrl-0 = <&pinctrl_system_bus>; }; - smpctrl@59800000 { + smpctrl@59801000 { compatible = "socionext,uniphier-smpctrl"; reg = <0x59801000 0x400>; };