Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439
Linux-Kernel Archive: [PATCH v2 09/18] mips: dts: ralink: mt7628a: Harmonize EHCI/OHCI DT nodes name [PATCH v2 09/18] mips: dts: ralink: mt7628a: Harmonize EHCI/OHCI DT nodes name From: Serge Semin Date: Wed Nov 11 2020 - 04:17:34 EST Next message: Serge Semin: "[PATCH v2 08/18] mips: dts: sead3: Harmonize EHCI/OHCI DT nodes name" Previous message: Serge Semin: "[PATCH v2 06/18] arm64: dts: hisi: Harmonize EHCI/OHCI DT nodes name" In reply to: Serge Semin: "[PATCH v2 06/18] arm64: dts: hisi: Harmonize EHCI/OHCI DT nodes name" Next in thread: Thomas Bogendoerfer: "Re: [PATCH v2 09/18] mips: dts: ralink: mt7628a: Harmonize EHCI/OHCI DT nodes name" Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] In accordance with the Generic EHCI/OHCI 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 "generic-ehci" and "generic-ohci"-compatible nodes are correctly named. Signed-off-by: Serge Semin Acked-by: Krzysztof Kozlowski --- arch/mips/boot/dts/ralink/mt7628a.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/boot/dts/ralink/mt7628a.dtsi b/arch/mips/boot/dts/ralink/mt7628a.dtsi index 892e8ab863c5..45bf96a3d17a 100644 --- a/arch/mips/boot/dts/ralink/mt7628a.dtsi +++ b/arch/mips/boot/dts/ralink/mt7628a.dtsi @@ -275,7 +275,7 @@ usb_phy: usb-phy@10120000 { reset-names = "host", "device"; }; - ehci@101c0000 { + usb@101c0000 { compatible = "generic-ehci"; reg = <0x101c0000 0x1000>; -- 2.28.0 Next message: Serge Semin: "[PATCH v2 08/18] mips: dts: sead3: Harmonize EHCI/OHCI DT nodes name" Previous message: Serge Semin: "[PATCH v2 06/18] arm64: dts: hisi: Harmonize EHCI/OHCI DT nodes name" In reply to: Serge Semin: "[PATCH v2 06/18] arm64: dts: hisi: Harmonize EHCI/OHCI DT nodes name" Next in thread: Thomas Bogendoerfer: "Re: [PATCH v2 09/18] mips: dts: ralink: mt7628a: Harmonize EHCI/OHCI DT nodes name" Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]