From patchwork Tue Apr 12 20:01:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Boyd X-Patchwork-Id: 65655 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp2115735qge; Tue, 12 Apr 2016 13:01:40 -0700 (PDT) X-Received: by 10.66.146.39 with SMTP id sz7mr7298914pab.76.1460491300150; Tue, 12 Apr 2016 13:01:40 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 83si11573004pfl.78.2016.04.12.13.01.39; Tue, 12 Apr 2016 13:01:40 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756988AbcDLUBi (ORCPT + 7 others); Tue, 12 Apr 2016 16:01:38 -0400 Received: from mail-pf0-f171.google.com ([209.85.192.171]:36582 "EHLO mail-pf0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756962AbcDLUBi (ORCPT ); Tue, 12 Apr 2016 16:01:38 -0400 Received: by mail-pf0-f171.google.com with SMTP id e128so19524541pfe.3 for ; Tue, 12 Apr 2016 13:01:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=sptuWLKdwmanRVcaS2zCNvFvk7rcbQo1ucc+JmKCX2M=; b=OhWWvhMCJyq2bm6pg9+NKtJ9gFf5fI6f6ugfHncMuMEUQAVfoNc6ZcQ6Eih6i5lazM AQlXmrcDu8KrhTGQftgWMn4ptdQ1/h2aXqQ68O6eIh5YE835I8zG+4k1seUulIoJkHaP SPdpWo4H8bRzeodq0ein3OC0InUCQ4gxHa69Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=sptuWLKdwmanRVcaS2zCNvFvk7rcbQo1ucc+JmKCX2M=; b=ZFn8EGtRTA79eorGpVp45SuQ9Gaw8cCzFw6+d/8R6EFvs0DviN6Cf/eWYwS3OySQgG 6qy8uK6pC1XPelVd8wsokitPAXn0RAtzHxj1RUMFx5M0ohV4gfrEtNvYVefpq7i52fWy c7TGnHtRCSf1bREG8oHpHRBF19aVBoYA8pFlsWZ5tSTYYnCFOks3EVdQOJDtCWFWxKSQ CXBKnY+Xk3nq910+Q41cGI9FmNovGzV6yO9BnOAH4A7yJ/X2eKlwCKh5oWD/xi9SEepG u3eG39kdFyNt9xtdpOyIog+MDsVJgHDh6bQCWytp9vyBplrcwKV1zdoackNF3feX5TKJ uDiw== X-Gm-Message-State: AOPr4FWDc6jW13zcegyuwWDepe/KwBvXAiDlaH/gwfrNYUjhAFbmVBkogv6PdJIbsgjbgk/z X-Received: by 10.98.73.132 with SMTP id r4mr7246492pfi.118.1460491297170; Tue, 12 Apr 2016 13:01:37 -0700 (PDT) Received: from localhost.localdomain (ip68-101-172-78.sd.sd.cox.net. [68.101.172.78]) by smtp.gmail.com with ESMTPSA id 62sm45531508pfk.83.2016.04.12.13.01.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 12 Apr 2016 13:01:36 -0700 (PDT) From: Stephen Boyd To: Rob Herring Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, trivial@kernel.org, Joao Pinto Subject: [PATCH/TRIVIAL] devicetree: bindings: designware-pcie: Fix unit address Date: Tue, 12 Apr 2016 13:01:34 -0700 Message-Id: <1460491294-32437-1-git-send-email-stephen.boyd@linaro.org> X-Mailer: git-send-email 2.8.0.rc4 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Remove the 0x in the unit address because it shouldn't be there. Cc: Joao Pinto Signed-off-by: Stephen Boyd --- Documentation/devicetree/bindings/pci/designware-pcie.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.8.0.rc4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/Documentation/devicetree/bindings/pci/designware-pcie.txt b/Documentation/devicetree/bindings/pci/designware-pcie.txt index 64f2fff12128..6c5322c55411 100644 --- a/Documentation/devicetree/bindings/pci/designware-pcie.txt +++ b/Documentation/devicetree/bindings/pci/designware-pcie.txt @@ -31,7 +31,7 @@ Optional properties: Example configuration: - pcie: pcie@0xdffff000 { + pcie: pcie@dffff000 { compatible = "snps,dw-pcie"; reg = <0xdffff000 0x1000>, /* Controller registers */ <0xd0000000 0x2000>; /* PCI config space */