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=-8.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable 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 0CD06C43613 for ; Mon, 24 Jun 2019 10:14:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CFB1E205C9 for ; Mon, 24 Jun 2019 10:14:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561371242; bh=YRlpx/QN9AvG+vGwEI7FnNCcZuH5b1fOwowrRhX8TQY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=nL6tnEi+/cw/Q8Dzz9I1Mbk3bvbKgQEi1Os3hdmxd2CGX5m32c9slcUFEz5v+xkPE ke8V1PwIzWupGRlKW7+Pjl229u1dcvnnu++on07pm5gQ6Tk8QFpXMgZrqbZAnVRMg+ F81YWDKq6fQuhd6VM6klE1wwEvl9u9z+63J8dgkc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729575AbfFXKDw (ORCPT ); Mon, 24 Jun 2019 06:03:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:35186 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729570AbfFXKDw (ORCPT ); Mon, 24 Jun 2019 06:03:52 -0400 Received: from localhost (f4.8f.5177.ip4.static.sl-reverse.com [119.81.143.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D847C208E4; Mon, 24 Jun 2019 10:03:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561370631; bh=YRlpx/QN9AvG+vGwEI7FnNCcZuH5b1fOwowrRhX8TQY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=MeOiOrv07FB6Wllr1C3qydjItsE7PksYuJllLEeFz2GP9WlhGxqb/q6CiUSY/czv7 hRD/8c6GN8pUvbV9ndcdNlf/Myo5hR/TTLb1VGrmem2u4xxDZRxUXvw6ov3Ifod/S7 Qix8kM2kS1M0NXctLsbryfGBJbzoF2IFpEluLTHs= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Joao Pinto , Rob Herring , Mark Rutland , Eugeniy Paltsev , Alexey Brodkin , Jose Abreu , Vineet Gupta , Sasha Levin Subject: [PATCH 4.19 33/90] ARC: [plat-hsdk]: Add missing multicast filter bins number to GMAC node Date: Mon, 24 Jun 2019 17:56:23 +0800 Message-Id: <20190624092316.489746293@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190624092313.788773607@linuxfoundation.org> References: <20190624092313.788773607@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org [ Upstream commit ecc906a11c2a0940e1a380debd8bd5bc09faf454 ] GMAC controller on HSDK boards supports 256 Hash Table size so we need to add the multicast filter bins property. This allows for the Hash filter to work properly using stmmac driver. Cc: Joao Pinto Cc: Rob Herring Cc: Mark Rutland Cc: Eugeniy Paltsev Acked-by: Alexey Brodkin Signed-off-by: Jose Abreu Signed-off-by: Vineet Gupta Signed-off-by: Sasha Levin --- arch/arc/boot/dts/hsdk.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arc/boot/dts/hsdk.dts b/arch/arc/boot/dts/hsdk.dts index ef149f59929a..f67f614ccb0e 100644 --- a/arch/arc/boot/dts/hsdk.dts +++ b/arch/arc/boot/dts/hsdk.dts @@ -175,6 +175,7 @@ interrupt-names = "macirq"; phy-mode = "rgmii"; snps,pbl = <32>; + snps,multicast-filter-bins = <256>; clocks = <&gmacclk>; clock-names = "stmmaceth"; phy-handle = <&phy0>; -- 2.20.1