Received: by 10.213.65.68 with SMTP id h4csp896844imn; Tue, 20 Mar 2018 19:20:26 -0700 (PDT) X-Google-Smtp-Source: AG47ELtS5QLAOJxJY9tdY+2mpwr4221HbJoIscuPKPmqdgHy31MT4c83XNQHqqK2PoDEqlPU0lLe X-Received: by 10.99.119.74 with SMTP id s71mr13687530pgc.321.1521598826126; Tue, 20 Mar 2018 19:20:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521598826; cv=none; d=google.com; s=arc-20160816; b=JKUW3r8v2Umi3Lzu8UZxvNUTzC1vrSgB4LEqU7s0eGHTS5JLVZM5gHCDRtTItQNftl JRQqUBBDF6i0kDle4KElyZQm9DUd5++s7EIEfUYjPqmlcyxNV10qx8XfXRSEDo+8bFkF 015hbbZQ92VmXQq4/QR7bACtaWG06YBdHtaF7H6tGQYYiwMZ8Dz5PLBh7+cCixkaAZbQ t6ZnxkcFpVp+pWBqPr1N8pBUw/pG9GKNXflxdItfsQkce806GJuHTqXrPu2lmCqNU1+P mtqEPostfMnQ2NiOigPcqeVSbnuxHCtkZd77ClNXrj+7effQiARsBnAQ8YsUYVHu3dKZ YcLA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:from:cc:to:subject :content-transfer-encoding:mime-version:references:in-reply-to:date :arc-authentication-results; bh=57AsKH70+FOkNfwqC7HtmHw1RTnSSXIjGGeXiuIpiWg=; b=JvIXOzGraEpWKaY/V3b5i75Tb4ktjDZYBmbhi5VunOpVnZFHa1JcIBDpfQdsqkbi8H 2vJLXYBFq3kEIgq4T4xajB5//ordu5gRy3+eHTLVG4msiilysWJCraehYYPngQyDnWiM mTuF7lZ1M0Der0RmulBaiRZSfrHK1eH62LAql/+RLwv6O5bqR5LDKnOf0vlAFJiH0GmJ 8Yd9tNq6c62D/C9Hv4Y7PtLFn+0ZAsdWLiOuoBLJjq6QMg6NAiwDC/1KKy6ou44W5hUg nYcqMpST80/XYAxiHJqzSabTTiD6j3tj/8wWvO0u+6jSP1G0JxJh89SboLIibNN+pAiO GYsg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b9si2312241pff.169.2018.03.20.19.20.11; Tue, 20 Mar 2018 19:20:26 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751697AbeCUCTK convert rfc822-to-8bit (ORCPT + 99 others); Tue, 20 Mar 2018 22:19:10 -0400 Received: from hermes.aosc.io ([199.195.250.187]:51892 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751456AbeCUCTI (ORCPT ); Tue, 20 Mar 2018 22:19:08 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id A4F4A59CD6; Wed, 21 Mar 2018 02:18:59 +0000 (UTC) Date: Wed, 21 Mar 2018 10:18:13 +0800 In-Reply-To: <20180320184646.dynqv6qubzabroe4@flea> References: <20180316175354.21437-1-icenowy@aosc.io> <20180316175354.21437-3-icenowy@aosc.io> <20180320184646.dynqv6qubzabroe4@flea> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Subject: Re: [PATCH 2/7] dt-bindings: add binding for the Allwinner A64 DE2 bus To: Maxime Ripard CC: Rob Herring , Chen-Yu Tsai , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-sunxi@googlegroups.com From: Icenowy Zheng Message-ID: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 于 2018年3月21日 GMT+08:00 上午2:46:46, Maxime Ripard 写到: >On Sat, Mar 17, 2018 at 01:53:49AM +0800, Icenowy Zheng wrote: >> All the sub-blocks of Allwinner A64 DE2 needs the SRAM C on A64 SoC >to >> be claimed, otherwise the whole DE2 space is inaccessible. >> >> Add a device tree binding of the DE2 part as a sub-bus. > >Where did you get the info that it was a bus? There's no direct evidence, just some guess. The DE2 is a whole part that is just allocated a memory space at the user manual, and the SRAM controls the access to all modules in the DE2. So it might be a bus. Implement it as a bus is a clear representation on A64. > >Maxime