From patchwork Thu Feb 22 17:44:51 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Serge Semin X-Patchwork-Id: 775118 Received: from post.baikalelectronics.com (post.baikalelectronics.com [213.79.110.86]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 4F48A131722; Thu, 22 Feb 2024 17:50:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.79.110.86 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708624224; cv=none; b=oCKtigmKQ0r2UM713tA94rchV2OwNnQ1x0pEMqKEDTIxRauJDbeUqLLpb1c93T28nCX5bVktow3E/wilIVz+zmlUal8rJcG4Ki4umEQMYyY/PuHa1UUuCDjz5c/sEVRqKpm/1yCzvx+ZuDZrHk+IoQTPSfQoy8o+N2RoDJRUK4E= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708624224; c=relaxed/simple; bh=LzydD9nA3JRX2bdSqsq/c30MSWBNw6+4r4mK9UEZNbc=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=mcI4lBO5YFtgHTSjKz/XSwAi3DNTZsyEKGSsvuHwhDzY5+/nJlyrrRM6qlCS9mbxuwZRomtHCtxxMPpnOs6TutxmKikZWImXc9fg099r8kZBBJbdSZsm1JZh518pW+AVdgxqDMPe8js1bAfD0OyVwZffeBBMnuxUxSsqksGf598= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=baikalelectronics.ru; spf=pass smtp.mailfrom=baikalelectronics.ru; dkim=pass (1024-bit key) header.d=baikalelectronics.ru header.i=@baikalelectronics.ru header.b=UtkeAyN0; arc=none smtp.client-ip=213.79.110.86 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=baikalelectronics.ru Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=baikalelectronics.ru Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=baikalelectronics.ru header.i=@baikalelectronics.ru header.b="UtkeAyN0" Received: from post.baikalelectronics.com (localhost.localdomain [127.0.0.1]) by post.baikalelectronics.com (Proxmox) with ESMTP id E050AE0ECC; Thu, 22 Feb 2024 20:44:58 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= baikalelectronics.ru; h=cc:cc:content-transfer-encoding :content-type:content-type:date:from:from:in-reply-to:message-id :mime-version:references:reply-to:subject:subject:to:to; s=post; bh=9lKQbTvvvBtu+/xIRzSEw0xWHHrnTA6OZ3oo1VxzsVo=; b=UtkeAyN0MCXM btzuqgDfBN+3fxVvjk6ptU4Iz3AHbqWViGOdaSun6cho0T6XalgPnyDigYf6iJAL LsSOVt7lRO2SZc4ZXDOXWbkGPQq51O6NFdgyGbxE5KEDqAITnSxExovf1IWGtOiu OGu125ttGi/FJHpghyfRJkTGtxFefig= Received: from mail.baikal.int (mail.baikal.int [192.168.51.25]) by post.baikalelectronics.com (Proxmox) with ESMTP id BE9C2E0DE6; Thu, 22 Feb 2024 20:44:58 +0300 (MSK) Received: from localhost (10.8.30.70) by mail (192.168.51.25) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Thu, 22 Feb 2024 20:44:58 +0300 From: Serge Semin To: Michael Ellerman , Nicholas Piggin , Christophe Leroy , Aneesh Kumar K.V , "Naveen N. Rao" , Rob Herring , Frank Rowand , Krzysztof Kozlowski , Conor Dooley , Greg Kroah-Hartman CC: Serge Semin , Serge Semin , Krzysztof Kozlowski , Rob Herring , , , , Subject: [PATCH RESEND v10 1/1] powerpc: dts: akebono: Harmonize EHCI/OHCI DT nodes name Date: Thu, 22 Feb 2024 20:44:51 +0300 Message-ID: <20240222174456.25903-2-Sergey.Semin@baikalelectronics.ru> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240222174456.25903-1-Sergey.Semin@baikalelectronics.ru> References: <20240222174456.25903-1-Sergey.Semin@baikalelectronics.ru> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: MAIL.baikal.int (192.168.51.25) To mail (192.168.51.25) 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/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>;