Received: by 10.213.65.68 with SMTP id h4csp650957imn; Tue, 20 Mar 2018 11:48:19 -0700 (PDT) X-Google-Smtp-Source: AG47ELtCd+DNef6due7PQ3OflWYnO/3GdhBLDDJNToncPkb0oJSfRBghhbcHq1WiHVfy1Egg5rAc X-Received: by 2002:a17:902:7c18:: with SMTP id x24-v6mr11816451pll.112.1521571699173; Tue, 20 Mar 2018 11:48:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521571699; cv=none; d=google.com; s=arc-20160816; b=Az0c8A8a2EpHoIRCDfJmBwOJPhrsFwW6Nh+IY6Bf+otR9sjCgMhsFh0thkrzHkGfGN N4zBtgDehfr22G7dJXVAklyGJHrBfA9O6X8uuS7Eu+byam2+UTL03X5tEQx9t0tUtRg5 yxGgPZcsE0MPj5OJLcmKqw2nhLCmw6xtWhDiOgV46kH5vOU2B46hDbr0hvRUYnXtTRIY LyvAyhPLsf1Mg291XAwXJZMekxSmCb2zzsRrCKcClsvgRA/Qw2zNAO3OxdxrWGaxQeld He3cZoQWC6lg2SEf2bX8RC+OySL1SyTs1XhOYKElZ/G5VRtFQgnU/BTaajNeccGmdoEX 6sLA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date :arc-authentication-results; bh=bMBAZMukxvepjI0s/343qY2toCsFEh4436DYUtyjmgE=; b=zncV5sPdK1WwcdoJ08P0UTDIOgS0Bf+S030nsDhsFpmFFpsIl9fTAnpUpkStSIgr1f HPQXKsHoG30/joaoNNAwpAw/DKng4LjuFjXiBXwLAN6P0wNwypTIHWvL9dB+zoIdt5+A FxvGofZA1DlX3sMhknxAhjpEPISJ01ShrCLvCpFhqgdDcm/JcgdxbObQRHqtDRJtdUM+ 9uFBnO/2PV0WVVZ5T8nkhSdH+wW0RFY4I2ArLkj/D23gS/3uWjx5g/waEf9f/5zyjfpr BP1AqJCn/z1qTYXPJ1A8naP5y5S8wZw1p0GfN/58f/A2n3LfnMEaifr/Vt2Z7EYiL8lF zeHw== 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 bj8-v6si2336888plb.306.2018.03.20.11.48.02; Tue, 20 Mar 2018 11:48:19 -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 S1751450AbeCTSrD convert rfc822-to-8bit (ORCPT + 99 others); Tue, 20 Mar 2018 14:47:03 -0400 Received: from mail.bootlin.com ([62.4.15.54]:54008 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751269AbeCTSrB (ORCPT ); Tue, 20 Mar 2018 14:47:01 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id 95AD12084D; Tue, 20 Mar 2018 19:46:58 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (unknown [46.189.28.65]) by mail.bootlin.com (Postfix) with ESMTPSA id 3AC70203E2; Tue, 20 Mar 2018 19:46:48 +0100 (CET) Date: Tue, 20 Mar 2018 19:46:46 +0100 From: Maxime Ripard To: Icenowy Zheng 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 Subject: Re: [PATCH 2/7] dt-bindings: add binding for the Allwinner A64 DE2 bus Message-ID: <20180320184646.dynqv6qubzabroe4@flea> References: <20180316175354.21437-1-icenowy@aosc.io> <20180316175354.21437-3-icenowy@aosc.io> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20180316175354.21437-3-icenowy@aosc.io> User-Agent: NeoMutt/20180223 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? Maxime -- Maxime Ripard, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com