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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1D656C54F70 for ; Sun, 19 Apr 2020 12:13:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 048F120753 for ; Sun, 19 Apr 2020 12:13:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726025AbgDSMNZ (ORCPT ); Sun, 19 Apr 2020 08:13:25 -0400 Received: from gloria.sntech.de ([185.11.138.130]:56186 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725841AbgDSMNZ (ORCPT ); Sun, 19 Apr 2020 08:13:25 -0400 Received: from p508fcedd.dip0.t-ipconnect.de ([80.143.206.221] helo=phil.fritz.box) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jQ8p9-0006f3-5Q; Sun, 19 Apr 2020 14:13:23 +0200 From: Heiko Stuebner To: Johan Jonker Cc: Heiko Stuebner , devicetree@vger.kernel.org, robh+dt@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH 1/2] ARM: dts: rockchip: fix phy nodename for rk3228-evb Date: Sun, 19 Apr 2020 14:13:06 +0200 Message-Id: <158729833730.67563.9205424674473235719.b4-ty@sntech.de> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200416170321.4216-1-jbx6244@gmail.com> References: <20200416170321.4216-1-jbx6244@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 16 Apr 2020 19:03:20 +0200, Johan Jonker wrote: > A test with the command below gives for example this error: > > arch/arm/boot/dts/rk3228-evb.dt.yaml: phy@0: > '#phy-cells' is a required property > > The phy nodename is normally used by a phy-handle. > This node is however compatible with > "ethernet-phy-id1234.d400", "ethernet-phy-ieee802.3-c22" > which is just been added to 'ethernet-phy.yaml'. > So change nodename to 'ethernet-phy' for which '#phy-cells' > is not a required property > > [...] Applied, thanks! [1/2] ARM: dts: rockchip: fix phy nodename for rk3228-evb commit: 806bceeea63f58bde45dbd633092bd9d14da02b0 [2/2] ARM: dts: rockchip: fix phy nodename for rk3229-xms6 commit: 5c5555f7efed273c61152da03cd395a0d06e054c Best regards, -- Heiko Stuebner From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Subject: Re: [PATCH 1/2] ARM: dts: rockchip: fix phy nodename for rk3228-evb Date: Sun, 19 Apr 2020 14:13:06 +0200 Message-ID: <158729833730.67563.9205424674473235719.b4-ty@sntech.de> References: <20200416170321.4216-1-jbx6244@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20200416170321.4216-1-jbx6244-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Johan Jonker Cc: Heiko Stuebner , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-rockchip.vger.kernel.org On Thu, 16 Apr 2020 19:03:20 +0200, Johan Jonker wrote: > A test with the command below gives for example this error: > > arch/arm/boot/dts/rk3228-evb.dt.yaml: phy@0: > '#phy-cells' is a required property > > The phy nodename is normally used by a phy-handle. > This node is however compatible with > "ethernet-phy-id1234.d400", "ethernet-phy-ieee802.3-c22" > which is just been added to 'ethernet-phy.yaml'. > So change nodename to 'ethernet-phy' for which '#phy-cells' > is not a required property > > [...] Applied, thanks! [1/2] ARM: dts: rockchip: fix phy nodename for rk3228-evb commit: 806bceeea63f58bde45dbd633092bd9d14da02b0 [2/2] ARM: dts: rockchip: fix phy nodename for rk3229-xms6 commit: 5c5555f7efed273c61152da03cd395a0d06e054c Best regards, -- Heiko Stuebner 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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E5361C38A30 for ; Sun, 19 Apr 2020 12:13:29 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B451020753 for ; Sun, 19 Apr 2020 12:13:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="JU2WxWIl" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B451020753 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=pdUBWy0NLP9CFdvgvUS+kUTyqLLIkF62hcsusKDpx9Q=; b=JU2WxWIlDBc0G6 IUqHiQrG6g78krRnT/Eyod3KziVT+OPIv6vDiwqePpI7vOEpTEtpJuAnbF2Ok6wpW8Hm4gpMe1kX1 EtqWYZ+J7W8B+kihdsRxgfCltTqNyjXoaNnrqBb3a4Uo6RVO3cEPLltu8biVpIcUTiDqEePQfshRx spIgTrHtZFeClwqQI4zIPaAa78/EyPvNmSx+/y2V1V33+aeM3G+HA95e4y2qE45tfqzE+xUe/1Nxe oTkTZUpNCvnLI81zGaRUoA3CrZDePOnQUJ3KG8bk8ATKEDFk40z4Ph9Lr9p7epFi22D2bLG1vMBkc MZmkzGSnAjt2QwpzccLw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jQ8pF-0003eU-Ct; Sun, 19 Apr 2020 12:13:29 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jQ8pC-0003e3-5H; Sun, 19 Apr 2020 12:13:27 +0000 Received: from p508fcedd.dip0.t-ipconnect.de ([80.143.206.221] helo=phil.fritz.box) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jQ8p9-0006f3-5Q; Sun, 19 Apr 2020 14:13:23 +0200 From: Heiko Stuebner To: Johan Jonker Subject: Re: [PATCH 1/2] ARM: dts: rockchip: fix phy nodename for rk3228-evb Date: Sun, 19 Apr 2020 14:13:06 +0200 Message-Id: <158729833730.67563.9205424674473235719.b4-ty@sntech.de> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200416170321.4216-1-jbx6244@gmail.com> References: <20200416170321.4216-1-jbx6244@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200419_051326_198512_4F9EDE30 X-CRM114-Status: GOOD ( 11.25 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Heiko Stuebner , linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 16 Apr 2020 19:03:20 +0200, Johan Jonker wrote: > A test with the command below gives for example this error: > > arch/arm/boot/dts/rk3228-evb.dt.yaml: phy@0: > '#phy-cells' is a required property > > The phy nodename is normally used by a phy-handle. > This node is however compatible with > "ethernet-phy-id1234.d400", "ethernet-phy-ieee802.3-c22" > which is just been added to 'ethernet-phy.yaml'. > So change nodename to 'ethernet-phy' for which '#phy-cells' > is not a required property > > [...] Applied, thanks! [1/2] ARM: dts: rockchip: fix phy nodename for rk3228-evb commit: 806bceeea63f58bde45dbd633092bd9d14da02b0 [2/2] ARM: dts: rockchip: fix phy nodename for rk3229-xms6 commit: 5c5555f7efed273c61152da03cd395a0d06e054c Best regards, -- Heiko Stuebner _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel