Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp3954939pxu; Tue, 20 Oct 2020 05:05:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyhmCOEaf/Ln69c3FApCjt5Fv9RUiYh7Vvcn2Io2vpBL25iPc2wXyn7/iJxa4CYvWZ31NO8 X-Received: by 2002:a17:906:65b:: with SMTP id t27mr2764736ejb.74.1603195557333; Tue, 20 Oct 2020 05:05:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1603195557; cv=none; d=google.com; s=arc-20160816; b=H5yB5ASE7fcwVZ0BF9VCBL2V1107TYPICHBdTtaE4FT5BE8boHY0vFyiFm05Yhrm41 eig+cWdlN9VS1MycLd/er8qOacgBg5LGz9gQNly1QUmWCb8tYe+lGvMPoCIiLrEygL4L MaUJUH7RkTet8dJ2N0ncr/QTLRcWtoGx+/BrnWGO3moDZ4R1PvJKtlbAzsKYQnGyxzLo yiDgj4C3pUGnicqVJvZ2XuLpPGskdjD30YtTymml1EQCCJI+Z2QpDEzYZiwl0Ehr0968 Wj1BHWRp3v1WtxfH3FpoWVsB4sckDMd3XME3IPBpoAZy6vFgqpihh+USWWcrkGzzEiT2 FK0Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=IP5MTK1X7DLdTRH2kRIZ4+jGFHufFpT+YLCNSynIIhA=; b=feMgCYIDbd6qsSJ6j4IwJ1fQC9FpnlDsgbBWWpobChlDLx77Jnot01UbcJHHzVJJQw AMaxaGhJ1Qc//UlRISwS86ONOy2tapzb4epOWZ6FZq8RFQAgSmXeZmjfmiN+deq3J90h 0Cblpiw79ghft2VmQ6ywh+Uk+yIkRgL7fjfU00qwj01ol0M4ICQrC+vVehru3gvR6wpj RtrlRV98zvdU4lN0xcFPKfffOoMomHDIq84WRN8YY0WE4ukEYBqjA5F2acl+STqtJKPt 0c9TfO89XYZfBD6URDWbJ8tW96nvj18B4cCt35Lp5Fs244aXb67cx+v4E2XXv9MTod+2 Lt8Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z21si1005901edl.534.2020.10.20.05.05.35; Tue, 20 Oct 2020 05:05:57 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405341AbgJTMCC (ORCPT + 99 others); Tue, 20 Oct 2020 08:02:02 -0400 Received: from mail.baikalelectronics.com ([87.245.175.226]:52112 "EHLO mail.baikalelectronics.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2394011AbgJTMAZ (ORCPT ); Tue, 20 Oct 2020 08:00:25 -0400 Received: from localhost (unknown [127.0.0.1]) by mail.baikalelectronics.ru (Postfix) with ESMTP id 6D1D4803017C; Tue, 20 Oct 2020 12:00:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at baikalelectronics.ru Received: from mail.baikalelectronics.ru ([127.0.0.1]) by localhost (mail.baikalelectronics.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KUtGQohIc08n; Tue, 20 Oct 2020 15:00:22 +0300 (MSK) From: Serge Semin To: Felipe Balbi , Krzysztof Kozlowski , Florian Fainelli , Rob Herring , Greg Kroah-Hartman , Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras CC: Serge Semin , Serge Semin , , , , , Subject: [PATCH 15/29] powerpc: dts: akebono: Harmonize EHCI/OHCI DT nodes name Date: Tue, 20 Oct 2020 14:59:45 +0300 Message-ID: <20201020115959.2658-16-Sergey.Semin@baikalelectronics.ru> In-Reply-To: <20201020115959.2658-1-Sergey.Semin@baikalelectronics.ru> References: <20201020115959.2658-1-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-ClientProxiedBy: MAIL.baikal.int (192.168.51.25) To mail (192.168.51.25) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- arch/powerpc/boot/dts/akebono.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/boot/dts/akebono.dts b/arch/powerpc/boot/dts/akebono.dts index df18f8dc4642..343326c30380 100644 --- a/arch/powerpc/boot/dts/akebono.dts +++ b/arch/powerpc/boot/dts/akebono.dts @@ -126,7 +126,7 @@ SATA0: sata@30000010000 { interrupts = <93 2>; }; - EHCI0: ehci@30010000000 { + EHCI0: usb@30010000000 { compatible = "ibm,476gtr-ehci", "generic-ehci"; reg = <0x300 0x10000000 0x0 0x10000>; interrupt-parent = <&MPIC>; @@ -140,14 +140,14 @@ SD0: sd@30000000000 { interrupt-parent = <&MPIC>; }; - OHCI0: ohci@30010010000 { + OHCI0: usb@30010010000 { compatible = "ibm,476gtr-ohci", "generic-ohci"; reg = <0x300 0x10010000 0x0 0x10000>; interrupt-parent = <&MPIC>; interrupts = <89 1>; }; - OHCI1: ohci@30010020000 { + OHCI1: usb@30010020000 { compatible = "ibm,476gtr-ohci", "generic-ohci"; reg = <0x300 0x10020000 0x0 0x10000>; interrupt-parent = <&MPIC>; -- 2.27.0