Loading arch/arm/boot/dts/apq8084-ion.dtsi +6 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,12 @@ qcom,memory-fixed = <0x0db00000 0x1d00000>; }; qcom,ion-heap@27 { /* QSECOM HEAP */ compatible = "qcom,msm-ion-reserve"; reg = <27>; linux,contiguous-region = <&qsecom_mem>; }; qcom,ion-heap@28 { /* AUDIO HEAP */ compatible = "qcom,msm-ion-reserve"; reg = <28>; Loading arch/arm/boot/dts/apq8084.dtsi +11 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,17 @@ }; soc: soc { }; memory { #address-cells = <2>; #size-cells = <2>; qsecom_mem: qsecom_region { linux,contiguous-region; reg = <0 0 0 0x1100000>; label = "qseecom_mem"; }; }; }; /include/ "msm-gdsc.dtsi" Loading Loading
arch/arm/boot/dts/apq8084-ion.dtsi +6 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,12 @@ qcom,memory-fixed = <0x0db00000 0x1d00000>; }; qcom,ion-heap@27 { /* QSECOM HEAP */ compatible = "qcom,msm-ion-reserve"; reg = <27>; linux,contiguous-region = <&qsecom_mem>; }; qcom,ion-heap@28 { /* AUDIO HEAP */ compatible = "qcom,msm-ion-reserve"; reg = <28>; Loading
arch/arm/boot/dts/apq8084.dtsi +11 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,17 @@ }; soc: soc { }; memory { #address-cells = <2>; #size-cells = <2>; qsecom_mem: qsecom_region { linux,contiguous-region; reg = <0 0 0 0x1100000>; label = "qseecom_mem"; }; }; }; /include/ "msm-gdsc.dtsi" Loading