From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753214AbbCQIgU (ORCPT ); Tue, 17 Mar 2015 04:36:20 -0400 Received: from utopia.booyaka.com ([74.50.51.50]:56941 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753161AbbCQIgR (ORCPT ); Tue, 17 Mar 2015 04:36:17 -0400 MBOX-Line: From nobody Tue Mar 17 01:32:21 2015 Subject: [PATCH 3/3] Documentation: DT bindings: Tegra AHB: note base address change From: Paul Walmsley To: linux-tegra@vger.kernel.org, linux-arm-kernel@vger.kernel.org Cc: Mark Rutland , Alexandre Courbot , Paul Walmsley , Pawel Moll , Stephen Warren , Ian Campbell , linux-kernel@vger.kernel.org, Eduardo Valentin , devicetree@vger.kernel.org, Rob Herring , Thierry Reding , Kumar Gala , Hiroshi DOYU Date: Tue, 17 Mar 2015 01:32:21 -0700 Message-ID: <20150317083221.32662.96822.stgit@baseline> In-Reply-To: <20150317083221.32662.14647.stgit@baseline> References: <20150317083221.32662.14647.stgit@baseline> User-Agent: StGit/0.17.1-4-g4a0c1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org For Tegra132 and later chips, we can now use the correct hardware base address for the Tegra AHB IP block in the DT data. Update the DT binding documentation to reflect this change. Signed-off-by: Paul Walmsley Cc: Paul Walmsley Cc: Alexandre Courbot Cc: Eduardo Valentin Cc: Hiroshi DOYU Cc: Ian Campbell Cc: Kumar Gala Cc: Mark Rutland Cc: Paul Walmsley Cc: Pawel Moll Cc: Rob Herring Cc: Stephen Warren Cc: Thierry Reding Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- .../bindings/arm/tegra/nvidia,tegra20-ahb.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-ahb.txt b/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-ahb.txt index 067c979..7692b4c 100644 --- a/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-ahb.txt +++ b/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-ahb.txt @@ -2,10 +2,15 @@ NVIDIA Tegra AHB Required properties: - compatible : For Tegra20, must contain "nvidia,tegra20-ahb". For - Tegra30, must contain "nvidia,tegra30-ahb". Otherwise, must contain - '"nvidia,-ahb", "nvidia,tegra30-ahb"' where is tegra124, - tegra132, or tegra210. -- reg : Should contain 1 register ranges(address and length) + Tegra30, must contain "nvidia,tegra30-ahb". For Tegra114 and Tegra124, must + contain '"nvidia,-ahb", "nvidia,tegra30-ahb"' where is tegra114 + or tegra124. For Tegra132, the compatible string must contain + "nvidia,tegra132-ahb". + +- reg : Should contain 1 register ranges(address and length). On Tegra20, + Tegra30, Tegra114, and Tegra124 chips, the low byte of the physical base + address of the IP block must end in 0x04. On DT files for later chips, the + actual hardware base address of the IP block should be used. Example: ahb: ahb@6000c004 {