From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 191B5C54EAA for ; Fri, 27 Jan 2023 07:54:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232168AbjA0HyL (ORCPT ); Fri, 27 Jan 2023 02:54:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53102 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231287AbjA0HyK (ORCPT ); Fri, 27 Jan 2023 02:54:10 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3B5C86C127 for ; Thu, 26 Jan 2023 23:54:10 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9D25F61A11 for ; Fri, 27 Jan 2023 07:54:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 600A7C433EF; Fri, 27 Jan 2023 07:54:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674806049; bh=CM71a7RaPTKo5G+aWp9LGHGbcPlqyBG685bqrz/8uJY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ab38RrYubwJ/Bf8gU8e5ltFEMR680slK5s1jVaoKxRnglRIg1PFf826eC0hgtSVDV HLmDjzOXdvMv8md5rlx735fM5c0OlSh4K3RbSVAoT29tc0OWZrni2aeEF0CH04lwnc bhTYpVcLplNzIG2yaAOYCKoDQtP0dgW26+1LLOO00dRTaYay2t37bea6mYggYT+YGZ 0GYe5ROZVOiT5IDAr+eIihMXj6GTsxMlBtyCfOUh4HmfROsX6kS5CtY48TjrRXmF59 vpOqnDPuFz7GQuV9srMdOLa+EEniFdJ+zkZJcgc0GU05WClVGWE3AREDDr4FWAnVxC Q3c236md0EikA== Date: Fri, 27 Jan 2023 15:53:57 +0800 From: Shawn Guo To: Sean Anderson Cc: Vinod Koul , Kishon Vijay Abraham I , linux-phy@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Camelia Alexandra Groza , Madalin Bucur , Bagas Sanjaya , Rob Herring , Ioana Ciornei , linuxppc-dev@lists.ozlabs.org, devicetree@vger.kernel.org, Krzysztof Kozlowski , Li Yang Subject: Re: [PATCH v9 06/10] arm64: dts: ls1046a: Add serdes bindings Message-ID: <20230127075356.GM20713@T480> References: <20221230000139.2846763-1-sean.anderson@seco.com> <20221230000139.2846763-7-sean.anderson@seco.com> <20230125234638.GD20713@T480> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Jan 26, 2023 at 11:43:26AM -0500, Sean Anderson wrote: > On 1/25/23 18:46, Shawn Guo wrote: > > On Thu, Dec 29, 2022 at 07:01:35PM -0500, Sean Anderson wrote: > >> This adds bindings for the SerDes devices. They are disabled by default > > > > s/bindings/descriptions? > > > > The term "bindings" generally means the schema/doc in > > Documentation/devicetree/bindings/. > > How about "nodes"? Yeah, or device nodes. Shawn