diff options
author | Suzuki K Poulose <suzuki.poulose@arm.com> | 2018-09-12 09:53:49 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-09-20 17:57:03 -0400 |
commit | f2b0721350682eb7a2c02ecb4fbde32238818500 (patch) | |
tree | 02376aa5bbe8b5bd12496ebdc895a0dee2bbd383 | |
parent | cc893871f092be9ac1184a78f9ae1e76b85d5317 (diff) |
ARM: dts: omap: Update coresight bindings for hardware ports
Switch to the new coresight bindings for hardware ports
Cc: linux-omap@vger.kernel.org
Cc: "BenoƮt Cousson" <bcousson@baylibre.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/omap3-beagle-xm.dts | 17 | ||||
-rw-r--r-- | arch/arm/boot/dts/omap3-beagle.dts | 17 |
2 files changed, 20 insertions, 14 deletions
diff --git a/arch/arm/boot/dts/omap3-beagle-xm.dts b/arch/arm/boot/dts/omap3-beagle-xm.dts index d80587de0bbf..9985ee2aae0c 100644 --- a/arch/arm/boot/dts/omap3-beagle-xm.dts +++ b/arch/arm/boot/dts/omap3-beagle-xm.dts | |||
@@ -160,10 +160,11 @@ | |||
160 | 160 | ||
161 | clocks = <&emu_src_ck>; | 161 | clocks = <&emu_src_ck>; |
162 | clock-names = "apb_pclk"; | 162 | clock-names = "apb_pclk"; |
163 | port { | 163 | in-ports { |
164 | etb_in: endpoint { | 164 | port { |
165 | slave-mode; | 165 | etb_in: endpoint { |
166 | remote-endpoint = <&etm_out>; | 166 | remote-endpoint = <&etm_out>; |
167 | }; | ||
167 | }; | 168 | }; |
168 | }; | 169 | }; |
169 | }; | 170 | }; |
@@ -174,9 +175,11 @@ | |||
174 | 175 | ||
175 | clocks = <&emu_src_ck>; | 176 | clocks = <&emu_src_ck>; |
176 | clock-names = "apb_pclk"; | 177 | clock-names = "apb_pclk"; |
177 | port { | 178 | out-ports { |
178 | etm_out: endpoint { | 179 | port { |
179 | remote-endpoint = <&etb_in>; | 180 | etm_out: endpoint { |
181 | remote-endpoint = <&etb_in>; | ||
182 | }; | ||
180 | }; | 183 | }; |
181 | }; | 184 | }; |
182 | }; | 185 | }; |
diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts index 3ca8991a6c3e..91bb50ad9a4f 100644 --- a/arch/arm/boot/dts/omap3-beagle.dts +++ b/arch/arm/boot/dts/omap3-beagle.dts | |||
@@ -147,10 +147,11 @@ | |||
147 | 147 | ||
148 | clocks = <&emu_src_ck>; | 148 | clocks = <&emu_src_ck>; |
149 | clock-names = "apb_pclk"; | 149 | clock-names = "apb_pclk"; |
150 | port { | 150 | in-ports { |
151 | etb_in: endpoint { | 151 | port { |
152 | slave-mode; | 152 | etb_in: endpoint { |
153 | remote-endpoint = <&etm_out>; | 153 | remote-endpoint = <&etm_out>; |
154 | }; | ||
154 | }; | 155 | }; |
155 | }; | 156 | }; |
156 | }; | 157 | }; |
@@ -161,9 +162,11 @@ | |||
161 | 162 | ||
162 | clocks = <&emu_src_ck>; | 163 | clocks = <&emu_src_ck>; |
163 | clock-names = "apb_pclk"; | 164 | clock-names = "apb_pclk"; |
164 | port { | 165 | out-ports { |
165 | etm_out: endpoint { | 166 | port { |
166 | remote-endpoint = <&etb_in>; | 167 | etm_out: endpoint { |
168 | remote-endpoint = <&etb_in>; | ||
169 | }; | ||
167 | }; | 170 | }; |
168 | }; | 171 | }; |
169 | }; | 172 | }; |