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

Commit 16d46dc3 authored by Sriharsha Allenki's avatar Sriharsha Allenki
Browse files

ARM: dts: msm: Fix DT compilation failure for QCS405



For QCS405 fix the DT compilation failure because
of reference to non-existent label pms405_gpios on
qcs405-rumi.
Fix the same and other compilation failures.

Change-Id: I548aa24df9263c31950172e144ff7c69076209ee
Signed-off-by: default avatarSriharsha Allenki <sallenki@codeaurora.org>
parent 48de0416
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -42,7 +42,12 @@
	};
	};
};
};


&usb3 {
	/delete-property/ extcon;
};

&usb2s {
&usb2s {
	/delete-property/ extcon;
	dwc3@78c0000 {
	dwc3@78c0000 {
		usb-phy = <&usb_emu_phy>, <&usb_nop_phy>;
		usb-phy = <&usb_emu_phy>, <&usb_nop_phy>;
		maximum-speed = "high-speed";
		maximum-speed = "high-speed";
@@ -73,6 +78,7 @@
	/delete-node/ qcom,spmi@200f000;
	/delete-node/ qcom,spmi@200f000;
	/delete-node/ regulator@1942120;
	/delete-node/ regulator@1942120;
	/delete-node/ regulator@b018000;
	/delete-node/ regulator@b018000;
	/delete-node/ usb3_extcon;
};
};


&rpm_bus {
&rpm_bus {
+6 −0
Original line number Original line Diff line number Diff line
@@ -19,6 +19,9 @@
		compatible = "qcom,dwc-usb3-msm";
		compatible = "qcom,dwc-usb3-msm";
		reg = <0x7580000 0x100000>;
		reg = <0x7580000 0x100000>;
		reg-names = "core_base";
		reg-names = "core_base";
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;


		interrupts = <0 25 0>, <0 24 0>;
		interrupts = <0 25 0>, <0 24 0>;
		interrupt-names = "pwr_event_irq", "hs_phy_irq";
		interrupt-names = "pwr_event_irq", "hs_phy_irq";
@@ -123,6 +126,9 @@
		compatible = "qcom,dwc-usb3-msm";
		compatible = "qcom,dwc-usb3-msm";
		reg = <0x78c0000 0x100000>;
		reg = <0x78c0000 0x100000>;
		reg-names = "core_base";
		reg-names = "core_base";
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;


		interrupts = <0 32 0>, <0 31 0>;
		interrupts = <0 32 0>, <0 31 0>;
		interrupt-names = "pwr_event_irq", "hs_phy_irq";
		interrupt-names = "pwr_event_irq", "hs_phy_irq";
+1 −0
Original line number Original line Diff line number Diff line
@@ -18,6 +18,7 @@
#include <dt-bindings/clock/qcom,rpmcc.h>
#include <dt-bindings/clock/qcom,rpmcc.h>
#include <dt-bindings/regulator/qcom,rpm-smd-regulator.h>
#include <dt-bindings/regulator/qcom,rpm-smd-regulator.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/gpio/gpio.h>


/ {
/ {
	model = "Qualcomm Technologies, Inc. QCS405";
	model = "Qualcomm Technologies, Inc. QCS405";