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

Commit 7527387a authored by Sagar Dharia's avatar Sagar Dharia
Browse files

ARM: dts: msm: Add slimbus device to enable audio for plutonium



Codec/audio functionality uses slimbus on plutonium. Add slimbus
device to enable that.

Change-Id: If688ca5fe93dc557410b88e8d47c187e96d6d520
Signed-off-by: default avatarSagar Dharia <sdharia@codeaurora.org>
parent 563010bc
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -484,6 +484,18 @@
		compatible = "qcom,msm-ssc-sensors";
	};

	slim_msm: slim@fe12f000 {
		cell-index = <1>;
		compatible = "qcom,slim-ngd";
		reg = <0xfe12f000 0x2C000>,
		      <0xfe104000 0x20000>;
		reg-names = "slimbus_physical", "slimbus_bam_physical";
		interrupts = <0 163 0>, <0 164 0>;
		interrupt-names = "slimbus_irq", "slimbus_bam_irq";
		qcom,apps-ch-pipes = <0x60000000>;
		qcom,ea-pc = <0x110>;
	};

	spmi_bus: qcom,spmi@fc4c0000 {
		compatible = "qcom,spmi-pmic-arb";
		reg-names = "core", "intr", "cnfg";