From patchwork Wed Mar 22 02:03:05 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 95682 Delivered-To: patch@linaro.org Received: by 10.140.89.233 with SMTP id v96csp19349qgd; Tue, 21 Mar 2017 19:03:24 -0700 (PDT) X-Received: by 10.84.241.69 with SMTP id u5mr51937275plm.107.1490148204686; Tue, 21 Mar 2017 19:03:24 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j8si23220699pli.311.2017.03.21.19.03.24; Tue, 21 Mar 2017 19:03:24 -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; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758353AbdCVCDY (ORCPT + 7 others); Tue, 21 Mar 2017 22:03:24 -0400 Received: from mail-ot0-f193.google.com ([74.125.82.193]:35725 "EHLO mail-ot0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758266AbdCVCDX (ORCPT ); Tue, 21 Mar 2017 22:03:23 -0400 Received: by mail-ot0-f193.google.com with SMTP id a12so24291277ota.2 for ; Tue, 21 Mar 2017 19:03:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=JxLDwVkrlYnIvHK2hstmbfkc/LlEfnIwfE6fYgk9bAg=; b=KLTz6EnC80jJU242NLaQOhp2yCFWlgOWZffqtB4DeNsziaoOJoVcN3wEn2QJ3yMDmU I6Oh0t580YqpI5ziMLdnzeFJQ4fSNh0Hh2BYKI0ZPDPGGWJro9bcqGZ7oem3QkkCWILs eBm5QGfvyI4+cIfkn+b5iKeMbfFSvi2e6yMhpO0ZNkEtlq0lJrh0wSx9T+JekvTerjrN lUZeGQqMUTCZJ+OQXPkSgyei3zdJxOZ/HGX7OPI1j93krwfjXf2KhCWo8FT89+tWmjp6 bnd0lIUQjHlhtGrlxYZR1uBz7033xGFutZeWZDMQG9s5CofH6z24EMEu/Ywae4TNNg7E iyHA== X-Gm-Message-State: AFeK/H2Pqy3ox5cLHClVprFNgiNs7otDQnkdJ/Gjdaz0hwoSVTp7f4OllrjJLa4y+r+oiw== X-Received: by 10.157.32.129 with SMTP id x1mr19032096ota.185.1490148201614; Tue, 21 Mar 2017 19:03:21 -0700 (PDT) Received: from rob-hp-laptop.herring.priv (66-90-148-125.dyn.grandenetworks.net. [66.90.148.125]) by smtp.googlemail.com with ESMTPSA id 62sm4574632ott.19.2017.03.21.19.03.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Mar 2017 19:03:20 -0700 (PDT) From: Rob Herring To: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Cc: arm@kernel.org, Viresh Kumar , Shiraz Hashim Subject: [PATCH 07/15] ARM: dts: spear13xx: fix PCI bus dtc warnings Date: Tue, 21 Mar 2017 21:03:05 -0500 Message-Id: <20170322020313.24338-7-robh@kernel.org> X-Mailer: git-send-email 2.10.1 In-Reply-To: <20170322020313.24338-1-robh@kernel.org> References: <20170322020313.24338-1-robh@kernel.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org dtc recently added PCI bus checks. Fix these warnings. Signed-off-by: Rob Herring Cc: Viresh Kumar Cc: Shiraz Hashim --- Sub-arch maintainers, please apply to your trees unless arm-soc wants to take the whole lot. arch/arm/boot/dts/spear1310.dtsi | 3 +++ arch/arm/boot/dts/spear1340.dtsi | 1 + 2 files changed, 4 insertions(+) -- 2.10.1 -- 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 Acked-by: Viresh Kumar diff --git a/arch/arm/boot/dts/spear1310.dtsi b/arch/arm/boot/dts/spear1310.dtsi index 54bc6d3cf290..40f4ad3c34c6 100644 --- a/arch/arm/boot/dts/spear1310.dtsi +++ b/arch/arm/boot/dts/spear1310.dtsi @@ -98,6 +98,7 @@ device_type = "pci"; ranges = <0x81000000 0 0 0x80020000 0 0x00010000 /* downstream I/O */ 0x82000000 0 0x80030000 0xc0030000 0 0x0ffd0000>; /* non-prefetchable memory */ + bus-range = <0x00 0xff>; status = "disabled"; }; @@ -116,6 +117,7 @@ device_type = "pci"; ranges = <0x81000000 0 0 0x90020000 0 0x00010000 /* downstream I/O */ 0x82000000 0 0x90030000 0x90030000 0 0x0ffd0000>; /* non-prefetchable memory */ + bus-range = <0x00 0xff>; status = "disabled"; }; @@ -134,6 +136,7 @@ device_type = "pci"; ranges = <0x81000000 0 0 0xc0020000 0 0x00010000 /* downstream I/O */ 0x82000000 0 0xc0030000 0xc0030000 0 0x0ffd0000>; /* non-prefetchable memory */ + bus-range = <0x00 0xff>; status = "disabled"; }; diff --git a/arch/arm/boot/dts/spear1340.dtsi b/arch/arm/boot/dts/spear1340.dtsi index df2232d767ed..5f347054527d 100644 --- a/arch/arm/boot/dts/spear1340.dtsi +++ b/arch/arm/boot/dts/spear1340.dtsi @@ -63,6 +63,7 @@ device_type = "pci"; ranges = <0x81000000 0 0 0x80020000 0 0x00010000 /* downstream I/O */ 0x82000000 0 0x80030000 0xc0030000 0 0x0ffd0000>; /* non-prefetchable memory */ + bus-range = <0x00 0xff>; status = "disabled"; };