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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A70A9C433EF for ; Sun, 20 Feb 2022 21:45:51 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 33ACF83BCA; Sun, 20 Feb 2022 22:45:41 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="CsCpU/Ki"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D674D82A46; Sun, 20 Feb 2022 22:45:36 +0100 (CET) Received: from mail-io1-xd29.google.com (mail-io1-xd29.google.com [IPv6:2607:f8b0:4864:20::d29]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 7549483BCD for ; Sun, 20 Feb 2022 22:45:30 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=aford173@gmail.com Received: by mail-io1-xd29.google.com with SMTP id h16so13855468iol.11 for ; Sun, 20 Feb 2022 13:45:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=lIw+PTuzJi2HQ6VqkIcb3dhECogullazsCcVBejR+aM=; b=CsCpU/Ki1IkkCGC1cNKb+f5e5fj1/tBKC371gbbxWA54/cCLm3/+Yht/z9q3gYmE9j jcpsEO9P/EIno7Mh8AXyum/oyttoRMhowEGjtVOULNOEj0nAF4+T6Lt/f3tS10qL/kWR UqpDMCcuDv1SAP/vfqEkatGhSLiv2Gu6XGre89IPgs4MdNBUuXcwXfr1GIAcMnTC9P98 18o+c7c832iawRPwX08SLWh/JcrUqmskXtO+JPjoM0aGXfsdsIpehVyelKVR5yVu988a 8XpWbbGkbXt48KSsKZ/G1QB30MS4erLMgeLTPslDd0y0adyWBXmvIVPBjdybChKg98qz 2hGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=lIw+PTuzJi2HQ6VqkIcb3dhECogullazsCcVBejR+aM=; b=MYB1xzId6+Qoay/nzfsuGB83raNjayZqQ8/oFbnlo1D6ybd0sLb7iAx8caLaRhtVCY xUDvRVh/1nzV2g94NRINiqRhKmFWUiHFwP9tOKeDc7KqDSb3mJieijtMHrGOojmKMSnC YH9+Y5qI4XDHzjFOOAPvlrL1XUgYQ8Ldu3iuQPKrgagDLp1gOow0dwtQUPqRAw0CSyz6 0ovJiQSSn945N067oGPWWS9ijnIOAiZO50uaZJjt7I6MU9+rBKboVdio5HNWFJmK7r5G NrMEIX7ePnoZ5VnQefir9+X+LFGvx5VbK2d51FE11hwm506mnHBWP6PvXI7eJrbrN0TK u/Ww== X-Gm-Message-State: AOAM532WqJqlnmyTAqL+QYcHA+e7WQGq3K5tm7JPXwPfY5fPy0zKSyE+ s/fQm5YeCrvhBfRRDFWpa5ovahRbqwv/zQ== X-Google-Smtp-Source: ABdhPJwZQqvfFqS+smWzRE4f94Dj4jgW4gVGNj2uVc/PI1NNng1oOs/XDUQdj3TAnzHGqN2gQGyBCw== X-Received: by 2002:a02:2a4d:0:b0:314:46f4:1274 with SMTP id w74-20020a022a4d000000b0031446f41274mr13362024jaw.181.1645393528779; Sun, 20 Feb 2022 13:45:28 -0800 (PST) Received: from aford-IdeaCentre-A730.lan ([2601:448:8400:9e8:d0d7:49e3:cbcc:57e3]) by smtp.gmail.com with ESMTPSA id f15sm1994333ioh.50.2022.02.20.13.45.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 20 Feb 2022 13:45:28 -0800 (PST) From: Adam Ford To: u-boot@lists.denx.de Cc: joe.hershberger@ni.com, rfried.dev@gmail.com, marex@denx.de, cstevens@beaconembedded.com, aford@beaconembedded.com, Adam Ford Subject: [PATCH 2/2] arm: rmobile: rzg2_beacon: Enable proper Ethernet PHY Date: Sun, 20 Feb 2022 15:45:21 -0600 Message-Id: <20220220214522.862224-2-aford173@gmail.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220220214522.862224-1-aford173@gmail.com> References: <20220220214522.862224-1-aford173@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean The wrong phy was being enabled, because it worked and the proper PHY did not. After the Renesas maintainer made some adjustments to the device tree, Linux was able to use the proper driver, and when that device tree was ported to Linux, the ethernet stopped working due to the lack of rgmii-rxid support. Now that rgmii-rxid is supported, enable the proper driver to restore ethernet function. Fixes: 1eaf61c84db6 ("arm: dts: beacon-rzg2: Resync device trees with Linux 5.16-rc3") Signed-off-by: Adam Ford diff --git a/configs/rzg2_beacon_defconfig b/configs/rzg2_beacon_defconfig index e6a0d68962..91b3fa2948 100644 --- a/configs/rzg2_beacon_defconfig +++ b/configs/rzg2_beacon_defconfig @@ -62,7 +62,7 @@ CONFIG_DM_MTD=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH_WINBOND=y CONFIG_BITBANGMII=y -CONFIG_PHY_REALTEK=y +CONFIG_PHY_ATHEROS=y CONFIG_DM_ETH=y CONFIG_RENESAS_RAVB=y CONFIG_DM_REGULATOR=y -- 2.32.0