1 From 4b650a20bdb5f9558007dd3055a17a1644a91c3e Mon Sep 17 00:00:00 2001
2 From: Serge Semin <Sergey.Semin@baikalelectronics.ru>
3 Date: Tue, 20 Oct 2020 14:59:46 +0300
4 Subject: [PATCH] ARM: dts: BCM5310X: Harmonize xHCI DT nodes name
6 In accordance with the Generic xHCI bindings the corresponding node
7 name is suppose to comply with the Generic USB HCD DT schema, which
8 requires the USB nodes to have the name acceptable by the regexp:
9 "^usb(@.*)?" . Make sure the "generic-xhci"-compatible nodes are
12 Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
13 Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
14 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
16 arch/arm/boot/dts/bcm5301x.dtsi | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
19 --- a/arch/arm/boot/dts/bcm5301x.dtsi
20 +++ b/arch/arm/boot/dts/bcm5301x.dtsi
23 interrupt-parent = <&gic>;
29 compatible = "generic-xhci";