Commit eb9b7bfd authored by Serge Semin's avatar Serge Semin Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: Harmonize DWC USB3 DT nodes name



In accordance with the DWC USB3 bindings the corresponding node
name is suppose to comply with the Generic USB HCD DT schema, which
requires the USB nodes to have the name acceptable by the regexp:
"^usb(@.*)?" . Make sure the "snps,dwc3"-compatible nodes are correctly
named.

Signed-off-by: default avatarSerge Semin <Sergey.Semin@baikalelectronics.ru>
Acked-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210324204836.29668-8-Sergey.Semin@baikalelectronics.ru


Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 5f551b5c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1063,7 +1063,7 @@
	status = "okay";
	extcon = <&usb2_id>;

	dwc3@7600000 {
	usb@7600000 {
		extcon = <&usb2_id>;
		dr_mode = "otg";
		maximum-speed = "high-speed";
@@ -1074,7 +1074,7 @@
	status = "okay";
	extcon = <&usb3_id>;

	dwc3@6a00000 {
	usb@6a00000 {
		extcon = <&usb3_id>;
		dr_mode = "otg";
	};
+2 −2
Original line number Diff line number Diff line
@@ -428,7 +428,7 @@
			resets = <&gcc GCC_USB0_BCR>;
			status = "disabled";

			dwc_0: dwc3@8a00000 {
			dwc_0: usb@8a00000 {
				compatible = "snps,dwc3";
				reg = <0x8a00000 0xcd00>;
				interrupts = <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
@@ -469,7 +469,7 @@
			resets = <&gcc GCC_USB1_BCR>;
			status = "disabled";

			dwc_1: dwc3@8c00000 {
			dwc_1: usb@8c00000 {
				compatible = "snps,dwc3";
				reg = <0x8c00000 0xcd00>;
				interrupts = <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>;
+2 −2
Original line number Diff line number Diff line
@@ -2566,7 +2566,7 @@
			power-domains = <&gcc USB30_GDSC>;
			status = "disabled";

			dwc3@6a00000 {
			usb@6a00000 {
				compatible = "snps,dwc3";
				reg = <0x06a00000 0xcc00>;
				interrupts = <0 131 IRQ_TYPE_LEVEL_HIGH>;
@@ -2873,7 +2873,7 @@
			qcom,select-utmi-as-pipe-clk;
			status = "disabled";

			dwc3@7600000 {
			usb@7600000 {
				compatible = "snps,dwc3";
				reg = <0x07600000 0xcc00>;
				interrupts = <0 138 IRQ_TYPE_LEVEL_HIGH>;
+1 −1
Original line number Diff line number Diff line
@@ -1964,7 +1964,7 @@

			resets = <&gcc GCC_USB_30_BCR>;

			usb3_dwc3: dwc3@a800000 {
			usb3_dwc3: usb@a800000 {
				compatible = "snps,dwc3";
				reg = <0x0a800000 0xcd00>;
				interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
+1 −1
Original line number Diff line number Diff line
@@ -337,7 +337,7 @@
&usb3 {
	status = "okay";

	dwc3@7580000 {
	usb@7580000 {
		dr_mode = "host";
	};
};
Loading