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

Commit af87342b authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents be6eb693 16d46dc3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -42,7 +42,12 @@
	};
};

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

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

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

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

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

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