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 D0D55C433F5 for ; Fri, 25 Feb 2022 20:33:21 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 84A0683BA7; Fri, 25 Feb 2022 21:33:13 +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="LZeHxCYt"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7C852836AC; Fri, 25 Feb 2022 21:33:08 +0100 (CET) Received: from mail-il1-x135.google.com (mail-il1-x135.google.com [IPv6:2607:f8b0:4864:20::135]) (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 8C10283BB0 for ; Fri, 25 Feb 2022 21:33:02 +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-il1-x135.google.com with SMTP id v5so5208475ilm.9 for ; Fri, 25 Feb 2022 12:33:02 -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=oOwYZuIcAseNrNtjycHafaLaP10ze8GEhXOR4jHhBzo=; b=LZeHxCYtGQTmjGirfSwh4NFLH0PPuJ/gY1SSSQ0bOVIQQ88TZf1QUic0WmvQ+cm/9p yQRS+W1/4V50Oc5xzht1t2Cr0bh/mZh7UY8X+1RrielmRNkOT2udeiT3zjLEVobrnas7 LjY5DL5sWXrmieGhkKW67LBI5V8xllcxaw8qXLhF+xyQ7VQ9tZ+88dVFOFJoxmU7eBze UlX/vsplvknJNZTrSdpz3HlfGwyL/LOP4OlteUd9rUfKjE4IJNoknDlG0820taQD64NY LEIZ8EoecnL7ln6I633BuuUO88KBUHE2YVSXe9StwH0UIhWTBBB1faK+rovU380ANuez LalA== 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=oOwYZuIcAseNrNtjycHafaLaP10ze8GEhXOR4jHhBzo=; b=jvdkz5kXkhpaE3DtTR6ScJUio3DdXVBmhKMAYLo2ROHcH5tgSyj9DhirDMV03KCjwa J1VQ53YZ+Mro1xRFVJPDxSMLoxYTn5v77jurnkqgXiW4xqhyC/XzYCnrMLvsiF/L5xp8 h3oiLWqCRX6BPx+W5ERmLSjgIUk0SoHxrtnBLNtiu9rBSplKfcmweFdM447BPWYbvyj5 gkd83rzfIo91mkL30h0fiAPtsd8IkewaT/8Ziw2knq/cDXkBHMlfg1kF29g05Yzvw87M FRwQCK255ilRn/pXdQvsgLpLR1d2JCnw0RT9JmI5mtq3cMDFO8Wi2wsjxwNfr3qRVC8u 9pLg== X-Gm-Message-State: AOAM530URQSrtfOLAsFNfzw/IIxLzdrwvzh7oZ9J8pEBZlH+lZCMjZ+X Pu4YBOaTdWGhfbQ0bv9+6WNCSomHq6P5sw== X-Google-Smtp-Source: ABdhPJxIuc70+ujU0HYjw1Y5BPRDpQKZzphVqJ6+5Ru+wfHBp9xthlxYIt70ihUG1usTONEVJzT2SQ== X-Received: by 2002:a05:6e02:1a21:b0:2c1:a7ea:5600 with SMTP id g1-20020a056e021a2100b002c1a7ea5600mr7971813ile.261.1645821180769; Fri, 25 Feb 2022 12:33:00 -0800 (PST) Received: from aford-IdeaCentre-A730.lan ([2601:448:8400:9e8:5b80:a4b8:a089:497a]) by smtp.gmail.com with ESMTPSA id h124-20020a6bb782000000b00641955d3baesm2155813iof.18.2022.02.25.12.32.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Feb 2022 12:33:00 -0800 (PST) From: Adam Ford To: u-boot@lists.denx.de Cc: marex@denx.de, aford@beaconembedded.com, cstevens@beaconembedded.com, Adam Ford , Joe Hershberger , Ramon Fried Subject: [PATCH V3 2/2] arm: rmobile: rzg2_beacon: Enable proper Ethernet PHY Date: Fri, 25 Feb 2022 14:32:53 -0600 Message-Id: <20220225203253.526207-2-aford173@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220225203253.526207-1-aford173@gmail.com> References: <20220225203253.526207-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 --- V3: No change V2: No change 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.34.1