Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca2dea43 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

Merge tag 'juno-fixes-4.11' of...

Merge tag 'juno-fixes-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/late

Merge "ARMv8 Juno DT fix for v4.11" from Sudeep Holla:

Just single patch to fix replicator in order to prevent overflows at
the source and reduce the back pressure by splitting the trace output
to TPIU and ETR.

* tag 'juno-fixes-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  arm64: dts: juno: update definition for programmable replicator
parents 332524ea 7e6a69ee
Loading
Loading
Loading
Loading
+7 −6
Original line number Original line Diff line number Diff line
@@ -372,12 +372,13 @@
		};
		};
	};
	};


	coresight-replicator {
	replicator@20120000 {
		/*
		compatible = "qcom,coresight-replicator1x", "arm,primecell";
		 * Non-configurable replicators don't show up on the
		reg = <0 0x20120000 0 0x1000>;
		 * AMBA bus.  As such no need to add "arm,primecell".

		 */
		clocks = <&soc_smc50mhz>;
		compatible = "arm,coresight-replicator";
		clock-names = "apb_pclk";
		power-domains = <&scpi_devpd 0>;


		ports {
		ports {
			#address-cells = <1>;
			#address-cells = <1>;