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 46433C433F5 for ; Tue, 25 Jan 2022 09:49:12 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 49F798354B; Tue, 25 Jan 2022 10:49:10 +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="RwwU/d/v"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D5BAF81432; Tue, 25 Jan 2022 10:49:08 +0100 (CET) Received: from mail-qt1-x829.google.com (mail-qt1-x829.google.com [IPv6:2607:f8b0:4864:20::829]) (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 E63FA8354B for ; Tue, 25 Jan 2022 10:49:05 +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=mibodhi@gmail.com Received: by mail-qt1-x829.google.com with SMTP id i4so8432799qtr.0 for ; Tue, 25 Jan 2022 01:49:05 -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:mime-version :content-transfer-encoding; bh=hMa4RCqVDlu9xySj8yiuNAt5q3l2KEx+3IdAixfsnck=; b=RwwU/d/vBAyWLe5KzX/Us62niILVNrecLwY5WO/trQYyhrRTfXBAhaYqW4RQ9EKX68 ErEcrsDgnrOZZ9BVb8HN0TpldRu/IGHAeb2LKft/ACSQINWxwDx9fHCWxGosurDYcM8z VWWQ0RA9A9JPAFIxEvz2fo+jH/X1WOG75t/0Yqi1SojEqwMjkplgYidqUr3pzu1oo6Ct myGTu7KEtYK/gdWZ0HSZKaDBFyM8e+M2nEpGTh0exV/0Jl5JlH4EDk1V540ag4e8Eat7 1g+VUeNwrzJRZfzG8tgcdKD/n5GVWOrdQrHX3tJ5Q4zP/mYt7szNVDy5IOn7srV5x+vt PeSQ== 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:mime-version :content-transfer-encoding; bh=hMa4RCqVDlu9xySj8yiuNAt5q3l2KEx+3IdAixfsnck=; b=PInlH5lvqW+lwoUiWaTlE8m3kglMgxL3x4BXwNejQ181LoEfhamoTWc1d58XJ5shK3 SPsdysnfuHsmw9APE2EjVt5DlnrShejUyzEgtGgZkX7Wfq/XevUJ7TGtRbPNhdkjYl3J 0Cpu+lk3K05bhljwmrGWRKdg60HZZJSY121OBMbtPK21Px/nqgL/Qm1JAY/mGUyhSqrw HSg58x6fv/TQYS/4gFBID7NdxnWs5zx/qH3C7bc04xde0VVAmCfQKMDrjxwHEhjK8xL7 WARb/ygszn8QG60c7VGamsxgbBXi2v7/NnArpjFs/vBpWH33hri/2wFQsfpbvuviWB5N JABw== X-Gm-Message-State: AOAM533ZH48caOdkfnQAJjqDPcG2fB/H8ihIDyjPgBmrYCptUMhRDr97 RfBWVYEdpUxal8mpiPZNGCrO0Rj07wA= X-Google-Smtp-Source: ABdhPJyc69huASJHknYxAUoWjncGonKxcGeEn19HsUCR4ruYOTXiBAba78GLQHH+TMX6jQ3b9YMLEA== X-Received: by 2002:ac8:5888:: with SMTP id t8mr15555687qta.275.1643104144429; Tue, 25 Jan 2022 01:49:04 -0800 (PST) Received: from localhost.localdomain (76-229-100-169.lightspeed.irvnca.sbcglobal.net. [76.229.100.169]) by smtp.gmail.com with ESMTPSA id s6sm8931749qko.93.2022.01.25.01.49.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 25 Jan 2022 01:49:03 -0800 (PST) From: Tony Dinh To: U-Boot Mailing List , Stefan Roese Cc: Tom Rini , David Purdy , =?UTF-8?q?Pali=20Roh=E1r?= , =?UTF-8?q?Marek=20Beh=FAn?= , Tony Dinh Subject: [PATCH] arm: kirkwood: Pogoplug V4 : Use Marvel network PHY driver Date: Tue, 25 Jan 2022 01:48:45 -0800 Message-Id: <20220125094846.14504-1-mibodhi@gmail.com> X-Mailer: git-send-email 2.30.2 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 Pogoplug V4 board has the network chip Marvell 88E1118R. So to properly configure the network, enable CONFIG_PHY_MARVELL to activate the driver M88E1118R. - This patch depends on the series: https://patchwork.ozlabs.org/project/uboot/patch/20220124061712.28316-2-mibodhi@gmail.com/ Signed-off-by: Tony Dinh --- configs/pogo_v4_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/pogo_v4_defconfig b/configs/pogo_v4_defconfig index 5490067b9e..1cf409c834 100644 --- a/configs/pogo_v4_defconfig +++ b/configs/pogo_v4_defconfig @@ -62,6 +62,7 @@ CONFIG_KIRKWOOD_GPIO=y CONFIG_MVEBU_MMC=y CONFIG_MTD=y CONFIG_MTD_RAW_NAND=y +CONFIG_PHY_MARVELL=y CONFIG_DM_ETH=y CONFIG_MVGBE=y CONFIG_MII=y -- 2.30.2