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

Commit f3b6f39e authored by Shreyas K K's avatar Shreyas K K
Browse files

ARM: dts: msm: Add ION support for Direwolf

Add ION support for Direwolf target.

Change-Id: Ifd42df124041771aa84f665c085a45765d7208b6
parent a4bdea86
Loading
Loading
Loading
Loading

qcom/direwolf-ion.dtsi

0 → 100644
+14 −0
Original line number Diff line number Diff line
#include <dt-bindings/arm/msm/msm_ion_ids.h>

&soc {
	msm_ion: qcom,ion {
		compatible = "qcom,msm-ion";
		#address-cells = <1>;
		#size-cells = <0>;

		system_heap: qcom,ion-heap@25 {
			reg = <ION_SYSTEM_HEAP_ID>;
			qcom,ion-heap-type = "MSM_SYSTEM";
		};
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -1492,6 +1492,7 @@
#include "direwolf-regulators.dtsi"
#include "direwolf-pm.dtsi"
#include "direwolf-gdsc.dtsi"
#include "direwolf-ion.dtsi"

&gcc_emac0_gdsc {
	status = "ok";