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 2F6A2C433EF for ; Fri, 25 Feb 2022 18:30:09 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 45CFC83C59; Fri, 25 Feb 2022 19:30:03 +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="SpMCkBWL"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6DA67838AE; Fri, 25 Feb 2022 19:29:54 +0100 (CET) Received: from mail-il1-x132.google.com (mail-il1-x132.google.com [IPv6:2607:f8b0:4864:20::132]) (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 10F73838C7 for ; Fri, 25 Feb 2022 19:29:49 +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-x132.google.com with SMTP id d7so4956454ilf.8 for ; Fri, 25 Feb 2022 10:29:49 -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=LC/2WLv18AejZIqEvTUMP7B068Sz4KxBhQ2qs6e2Jrs=; b=SpMCkBWL8xpsfTNVOZFeOeMJlvNx+EUnKnRIVJO7hi2LdM3cOnFvBvPGvEeNZkVxgz SLkwZQmNl4mqTqh0MJZXNa5PvKKH/TU4rEzINYHsnY6HjfAIIWt4eCulBoM1JMeNVeKg pPdTa6DjsYQbrhvVbVWpr0EAZIEN3aWr0UBwjcY0CNMP4+Tei7JS8GJqzxjNzI3PKIDy HeITdLmUSTxcNwEJzMLgBfLOS46waIv7WKYHNhJSRUQuuaRxz7iaFGRh8Iqb5boELV1p GmsNzAxKpxuc5/j5UOvejMsNP0ktIhi+URdROS70AGQb7ZmwVCR4dl/Nv4yYPUL5Qtoi 4ARg== 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=LC/2WLv18AejZIqEvTUMP7B068Sz4KxBhQ2qs6e2Jrs=; b=M5bkCzbWD4mGquJBAHj4TG3aeu7zWiuAVGVG9UDW4D/pocZCjTo/loVWKLfeF48IZl BjTl4AVkVcMDs6WX782F7offHemy7owkfrwZojYsxM2iGg/N8WCa/0fC2+iXCGtw9B/m tOjGqO7TCnjav6eTjbIw9Ek8tnN5P5ylkOdgqsEhOmPhDndVP5OYzLEQ4hnaYm53Ivw6 s2R2fFADP1C8DmF87ktb+dFwROVknNIGLu/2p8RDqbXhOZikTJ4o7UpG2IGDAytySJZx gJxZZIzF0wBrx7gYxdAOydOu6p0wZHRhTbfeewxRi27BMhRY5GTlVQwfc/CdsAQc7yXG PJ1w== X-Gm-Message-State: AOAM533uZaM/Jj7W16YTMfWsNXN/gu50yLnPXb41LzsvRES3FbErirAg /2ApdGFKaWTn/izBLFVxQrdM+BaxpQ1cEA== X-Google-Smtp-Source: ABdhPJz757kSJHuhN0FwbRJBdrb16sFk0HQwb4uS9ChpzTvdbnEIEkIdC2BtazruXFNmqzKW7cbPIw== X-Received: by 2002:a05:6e02:54e:b0:2be:8108:c0dc with SMTP id i14-20020a056e02054e00b002be8108c0dcmr7669734ils.65.1645813787369; Fri, 25 Feb 2022 10:29:47 -0800 (PST) Received: from aford-IdeaCentre-A730.lan ([2601:448:8400:9e8:5b80:a4b8:a089:497a]) by smtp.gmail.com with ESMTPSA id i14-20020a056e02152e00b002bee249710csm1974155ilu.15.2022.02.25.10.29.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Feb 2022 10:29:46 -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 V2 2/2] arm: rmobile: rzg2_beacon: Enable proper Ethernet PHY Date: Fri, 25 Feb 2022 12:29:36 -0600 Message-Id: <20220225182936.417077-2-aford173@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220225182936.417077-1-aford173@gmail.com> References: <20220225182936.417077-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 --- 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