Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm: dts: marvell: armada-375: 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: Serge Semin <Sergey.Semin@baikalelectronics.ru>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>

authored by

Serge Semin and committed by
Gregory CLEMENT
98ac141b 983b95e9

+1 -1
+1 -1
arch/arm/boot/dts/armada-375.dtsi
··· 426 426 status = "disabled"; 427 427 }; 428 428 429 - usb2: usb3@58000 { 429 + usb2: usb@58000 { 430 430 compatible = "marvell,armada-375-xhci"; 431 431 reg = <0x58000 0x20000>,<0x5b880 0x80>; 432 432 interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;