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

Commit 312aad45 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add AQC IPA offload configs"

parents 06d40b3a 248eb30e
Loading
Loading
Loading
Loading
+36 −0
Original line number Original line Diff line number Diff line
@@ -2,6 +2,38 @@
#include "sdxlemur-mtp-audio-overlay.dtsi"
#include "sdxlemur-mtp-audio-overlay.dtsi"


&soc {
&soc {
	ioss_aqc_eth0_rx: aqc_rx@eth0 {
		qcom,dir-rx;
		qcom,rx-filter-be;

		qcom,ring-size = <1024>;
		qcom,buff-size = <2048>;

		qcom,mod-count-min = <15>;
		qcom,mod-count-max = <25>;
		qcom,mod-usecs-min = <64>;
		qcom,mod-usecs-max = <128>;
	};

	ioss_aqc_eth0_tx: aqc_tx@eth0 {
		qcom,dir-tx;
		qcom,ring-size = <1024>;
		qcom,buff-size = <2048>;

		qcom,mod-count-min = <15>;
		qcom,mod-count-max = <25>;
		qcom,mod-usecs-min = <64>;
		qcom,mod-usecs-max = <128>;
	};

	ioss_aqc_eth0: aqc@eth0 {
		qcom,name = "eth0";
		qcom,ioss_instance = <0>;

		qcom,ioss_channels =
			<&ioss_aqc_eth0_rx>,
			<&ioss_aqc_eth0_tx>;
	};


};
};


@@ -12,8 +44,12 @@
	aquantia,aqc@pcie0_rp {
	aquantia,aqc@pcie0_rp {
		reg = <0 0 0 0 0>;
		reg = <0 0 0 0 0>;


		compatible = "qcom,ioss-v2-device";
		qcom,ioss = <&ioss>;
		/* ipa shares this group with aqc */
		/* ipa shares this group with aqc */
		qcom,iommu-group = <&ipa_eth_group1>;
		qcom,iommu-group = <&ipa_eth_group1>;
		qcom,ioss_interfaces =
			<&ioss_aqc_eth0>;


		#address-cells = <1>;
		#address-cells = <1>;
		#size-cells = <1>;
		#size-cells = <1>;
+3 −0
Original line number Original line Diff line number Diff line
@@ -894,6 +894,9 @@
		compatible = "qcom,msm_gsi";
		compatible = "qcom,msm_gsi";
	};
	};


	ioss: qcom,ioss {
		compatible = "qcom,ioss-v2";
	};


	pcie_ep: qcom,pcie@40002000 {
	pcie_ep: qcom,pcie@40002000 {
		compatible = "qcom,pcie-ep";
		compatible = "qcom,pcie-ep";