Commit e8ea5764 authored by Serge Semin's avatar Serge Semin Committed by Krzysztof Kozlowski
Browse files

arm64: dts: exynos: 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>
Link: https://lore.kernel.org/r/20201020115959.2658-27-Sergey.Semin@baikalelectronics.ru


Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 3650b228
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1647,7 +1647,7 @@ usbdrd30: usbdrd {
			ranges;
			status = "disabled";

			usbdrd_dwc3: dwc3@15400000 {
			usbdrd_dwc3: usb@15400000 {
				compatible = "snps,dwc3";
				clocks = <&cmu_fsys CLK_SCLK_USBDRD30>,
					<&cmu_fsys CLK_ACLK_USBDRD30>,
@@ -1700,7 +1700,7 @@ usbhost30: usbhost {
			ranges;
			status = "disabled";

			usbhost_dwc3: dwc3@15a00000 {
			usbhost_dwc3: usb@15a00000 {
				compatible = "snps,dwc3";
				clocks = <&cmu_fsys CLK_SCLK_USBHOST30>,
					<&cmu_fsys CLK_ACLK_USBHOST30>,
+1 −1
Original line number Diff line number Diff line
@@ -654,7 +654,7 @@ usbdrd3 {
			#size-cells = <1>;
			ranges;

			dwc3@15400000 {
			usb@15400000 {
				compatible = "snps,dwc3";
				reg = <0x15400000 0x10000>;
				interrupts = <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>;