From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suzuki K Poulose Subject: [PATCH 01/11] Documentation: dts: Update coresight binding examples Date: Tue, 11 Sep 2018 11:17:02 +0100 Message-ID: <1536661032-30481-2-git-send-email-suzuki.poulose@arm.com> References: <1536661032-30481-1-git-send-email-suzuki.poulose@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1536661032-30481-1-git-send-email-suzuki.poulose@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: linux-arm-kernel@lists.infradead.org Cc: robh@kernel.org, mathieu.poirier@linaro.org, devicetree@vger.kernel.org, Suzuki K Poulose , linux-kernel@vger.kernel.org, arm@kernel.org, sudeep.holla@arm.com, frowand.list@gmail.com List-Id: devicetree@vger.kernel.org While we updated the coresight DT bindings, some of the new examples were not updated due to the order in which they were merged. Let us update all the missed out ones to the new bindings to avoid confusion. Cc: Mathieu Poirier Cc: Rob Herring Cc: Frank Rowand Signed-off-by: Suzuki K Poulose --- Documentation/devicetree/bindings/arm/coresight.txt | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/coresight.txt b/Documentation/devicetree/bindings/arm/coresight.txt index f39d2c6..3b689e0 100644 --- a/Documentation/devicetree/bindings/arm/coresight.txt +++ b/Documentation/devicetree/bindings/arm/coresight.txt @@ -147,7 +147,7 @@ Example: clocks = <&oscclk6a>; clock-names = "apb_pclk"; - ports { + in-ports { #address-cells = <1>; #size-cells = <0>; @@ -159,10 +159,15 @@ Example: remote-endpoint = <&replicator2_out_port0>; }; }; + }; + + out-ports { + #address-cells = <1>; + #size-cells = <0>; /* CATU link represented by output port */ - port@1 { - reg = <1>; + port@0 { + reg = <0>; etr_out_port: endpoint { remote-endpoint = <&catu_in_port>; }; @@ -310,10 +315,11 @@ Example: clock-names = "apb_pclk"; interrupts = ; - port { - catu_in_port: endpoint { - slave-mode; - remote-endpoint = <&etr_out_port>; + in-ports { + port { + catu_in_port: endpoint { + remote-endpoint = <&etr_out_port>; + }; }; }; }; -- 2.7.4