arm64: dts: allwinner: h6: Harmonize DWC USB3 DT nodes name
authorSerge Semin <Sergey.Semin@baikalelectronics.ru>
Tue, 20 Oct 2020 11:59:54 +0000 (14:59 +0300)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 26 Oct 2020 11:18:04 +0000 (12:18 +0100)
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>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20201020115959.2658-25-Sergey.Semin@baikalelectronics.ru
arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi

index 28c77d6872f64c52c90fca9844c592a1c515abb8..28c4a79b8a45ea9b3db22b7b5e027af684d328fd 100644 (file)
                        status = "disabled";
                };
 
-               dwc3: dwc3@5200000 {
+               dwc3: usb@5200000 {
                        compatible = "snps,dwc3";
                        reg = <0x05200000 0x10000>;
                        interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;