lkml.org 
[lkml]   [2018]   [Sep]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 10/11] arm: dts: sama5d2: Update coresight bindings for hardware ports
    Date
    Switch to the new coresight bindings for hardware ports

    Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
    Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
    Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
    Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
    ---
    arch/arm/boot/dts/sama5d2.dtsi | 17 ++++++++++-------
    1 file changed, 10 insertions(+), 7 deletions(-)

    diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
    index 61f68e5c48e9..f0fd2b1c04ba 100644
    --- a/arch/arm/boot/dts/sama5d2.dtsi
    +++ b/arch/arm/boot/dts/sama5d2.dtsi
    @@ -84,10 +84,11 @@
    clocks = <&mck>;
    clock-names = "apb_pclk";

    - port {
    - etb_in: endpoint {
    - slave-mode;
    - remote-endpoint = <&etm_out>;
    + in-ports {
    + port {
    + etb_in: endpoint {
    + remote-endpoint = <&etm_out>;
    + };
    };
    };
    };
    @@ -99,9 +100,11 @@
    clocks = <&mck>;
    clock-names = "apb_pclk";

    - port {
    - etm_out: endpoint {
    - remote-endpoint = <&etb_in>;
    + out-ports {
    + port {
    + etm_out: endpoint {
    + remote-endpoint = <&etb_in>;
    + };
    };
    };
    };
    --
    2.19.0
    \
     
     \ /
      Last update: 2018-09-12 15:55    [W:3.988 / U:0.624 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site