Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Suzuki K Poulose and committed by
Tony Lindgren
f2b07213 cc893871

+20 -14
+10 -7
arch/arm/boot/dts/omap3-beagle-xm.dts
··· 160 160 161 161 clocks = <&emu_src_ck>; 162 162 clock-names = "apb_pclk"; 163 - port { 164 - etb_in: endpoint { 165 - slave-mode; 166 - remote-endpoint = <&etm_out>; 163 + in-ports { 164 + port { 165 + etb_in: endpoint { 166 + remote-endpoint = <&etm_out>; 167 + }; 167 168 }; 168 169 }; 169 170 }; ··· 175 174 176 175 clocks = <&emu_src_ck>; 177 176 clock-names = "apb_pclk"; 178 - port { 179 - etm_out: endpoint { 180 - remote-endpoint = <&etb_in>; 177 + out-ports { 178 + port { 179 + etm_out: endpoint { 180 + remote-endpoint = <&etb_in>; 181 + }; 181 182 }; 182 183 }; 183 184 };
+10 -7
arch/arm/boot/dts/omap3-beagle.dts
··· 147 147 148 148 clocks = <&emu_src_ck>; 149 149 clock-names = "apb_pclk"; 150 - port { 151 - etb_in: endpoint { 152 - slave-mode; 153 - remote-endpoint = <&etm_out>; 150 + in-ports { 151 + port { 152 + etb_in: endpoint { 153 + remote-endpoint = <&etm_out>; 154 + }; 154 155 }; 155 156 }; 156 157 }; ··· 162 161 163 162 clocks = <&emu_src_ck>; 164 163 clock-names = "apb_pclk"; 165 - port { 166 - etm_out: endpoint { 167 - remote-endpoint = <&etb_in>; 164 + out-ports { 165 + port { 166 + etm_out: endpoint { 167 + remote-endpoint = <&etb_in>; 168 + }; 168 169 }; 169 170 }; 170 171 };