From patchwork Mon Apr 25 03:14:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 66556 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp817521qge; Sun, 24 Apr 2016 20:14:44 -0700 (PDT) X-Received: by 10.194.11.97 with SMTP id p1mr21637992wjb.159.1461554084597; Sun, 24 Apr 2016 20:14:44 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id be7si21989072wjb.175.2016.04.24.20.14.44; Sun, 24 Apr 2016 20:14:44 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 80160A7498; Mon, 25 Apr 2016 05:14:43 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SwK55ofmcOyp; Mon, 25 Apr 2016 05:14:43 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 030EFA752D; Mon, 25 Apr 2016 05:14:43 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 433F1A752D for ; Mon, 25 Apr 2016 05:14:38 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4Si8dIWvLYGR for ; Mon, 25 Apr 2016 05:14:38 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg-11.nifty.com (conuserg-11.nifty.com [210.131.2.78]) by theia.denx.de (Postfix) with ESMTPS id 6C8C2A7498 for ; Mon, 25 Apr 2016 05:14:32 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-11.nifty.com with ESMTP id u3P3DivR027940; Mon, 25 Apr 2016 12:13:44 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com u3P3DivR027940 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1461554025; bh=nnYkc8CcH8bigxxgjhnxeX9UeaBSG4uIL0R9v/oWwKU=; h=From:To:Cc:Subject:Date:From; b=C4LT0NhDrDhS5vzdc9A7wFajwtZ59QsC80n/5v+TDV95MalCcpiluTn5vX5UQ7V3h yKsaEW+JQZyxWnovCdKx8btQgJc2T1AkLtP7OToAha6SSDMx1M3yv3ZqWjrn8X3tEq 6yC3UB3AAMFd6340KDyMX/eSSfvqKS3bsFM2R08K4m66uC49H2xIMNjAeLVk3f7U4X rZo8jUP9q4dr7luEKtGefQSANd5WpUUkWfJZP7afmRIZMLxaAzmWFrWwj5V6yprn++ oNFYTdjsa4UVyXuoRPH6ZjzEHnRcfbSIr1nJsqZ9OIvDHkcUu5hc5LcKnK+9yKjcKX I5vA090TTH+7g== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Mon, 25 Apr 2016 12:14:43 +0900 Message-Id: <1461554083-11189-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 Cc: Michal Simek , Jagan Teki , Soren Brinkmann Subject: [U-Boot] [PATCH] ARM: dts: zynq: describe SLCR as simple-mfd rather than simple-bus X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Commit 9f56917ab88a ("dm: core: make simple-bus compatible to simple-mfd") made possible to import the following commit: Linux commit: bc5ba9b98435bf76d92e0954da1784695aa449f1 The SLCR (System-Level Control Registers) block is an MFD (Multi Function Device) rather than a bus. "simple-mfd" seems a more suitable compatible string than "simple-bus". Signed-off-by: Masahiro Yamada Signed-off-by: Michal Simek --- arch/arm/dts/zynq-7000.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/arch/arm/dts/zynq-7000.dtsi b/arch/arm/dts/zynq-7000.dtsi index a327557..b618a3f 100644 --- a/arch/arm/dts/zynq-7000.dtsi +++ b/arch/arm/dts/zynq-7000.dtsi @@ -251,7 +251,7 @@ slcr: slcr@f8000000 { #address-cells = <1>; #size-cells = <1>; - compatible = "xlnx,zynq-slcr", "syscon", "simple-bus"; + compatible = "xlnx,zynq-slcr", "syscon", "simple-mfd"; reg = <0xF8000000 0x1000>; ranges; clkc: clkc@100 {