Loading arch/arm/boot/dts/qcom/msmgold-iommu-domains.dtsi +0 −8 Original line number Diff line number Diff line Loading @@ -19,14 +19,6 @@ qcom,virtual-addr-pool = <0x10000000 0x0fffffff>; #iommu-cells = <1>; }; /* * non-secure addr pool from 2048MB to 4096MB */ adsp_shared_domain: qcom,iommu-domain6 { label = "adsp_shared"; qcom,iommu-contexts = <&adsp_shared>; qcom,virtual-addr-pool = <0x80000000 0x7FFFFFFF>; }; /* * non-secure addr pool from 1500 MB to 3532 MB Loading arch/arm/boot/dts/qcom/msmgold.dtsi +24 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,14 @@ alignment = <0 0x400000>; size = <0 0x1000000>; }; adsp_mem: adsp_region@0 { compatible = "shared-dma-pool"; reusable; alignment = <0 0x400000>; size = <0 0x400000>; }; }; soc: soc { }; Loading Loading @@ -799,6 +807,22 @@ qcom,max-rx-mtu = <4096>; qcom,fast-shutdown; }; qcom,adsprpc-mem { compatible = "qcom,msm-adsprpc-mem-region"; memory-region = <&adsp_mem>; }; qcom,adsprpc_domains { compatible = "qcom,msm-fastrpc-legacy-compute-cb"; qcom,msm_fastrpc_compute_cb { qcom,adsp-shared-phandle = <&adsp_shared>; qcom,adsp-shared-sids = <0x8 0x9 0xa 0xb 0xc 0xd 0xe 0xf>; qcom,virtual-addr-pool = <0x80000000 0x7FFFFFFF>; }; }; }; #include "msm-pm8937-rpm-regulator.dtsi" Loading Loading
arch/arm/boot/dts/qcom/msmgold-iommu-domains.dtsi +0 −8 Original line number Diff line number Diff line Loading @@ -19,14 +19,6 @@ qcom,virtual-addr-pool = <0x10000000 0x0fffffff>; #iommu-cells = <1>; }; /* * non-secure addr pool from 2048MB to 4096MB */ adsp_shared_domain: qcom,iommu-domain6 { label = "adsp_shared"; qcom,iommu-contexts = <&adsp_shared>; qcom,virtual-addr-pool = <0x80000000 0x7FFFFFFF>; }; /* * non-secure addr pool from 1500 MB to 3532 MB Loading
arch/arm/boot/dts/qcom/msmgold.dtsi +24 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,14 @@ alignment = <0 0x400000>; size = <0 0x1000000>; }; adsp_mem: adsp_region@0 { compatible = "shared-dma-pool"; reusable; alignment = <0 0x400000>; size = <0 0x400000>; }; }; soc: soc { }; Loading Loading @@ -799,6 +807,22 @@ qcom,max-rx-mtu = <4096>; qcom,fast-shutdown; }; qcom,adsprpc-mem { compatible = "qcom,msm-adsprpc-mem-region"; memory-region = <&adsp_mem>; }; qcom,adsprpc_domains { compatible = "qcom,msm-fastrpc-legacy-compute-cb"; qcom,msm_fastrpc_compute_cb { qcom,adsp-shared-phandle = <&adsp_shared>; qcom,adsp-shared-sids = <0x8 0x9 0xa 0xb 0xc 0xd 0xe 0xf>; qcom,virtual-addr-pool = <0x80000000 0x7FFFFFFF>; }; }; }; #include "msm-pm8937-rpm-regulator.dtsi" Loading