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 05B2DC43613 for ; Mon, 24 Jun 2019 10:16:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C8DD020645 for ; Mon, 24 Jun 2019 10:16:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561371371; bh=v+IwFrdi4BQ08J+jykljVYxNyUuhyTGsvKuAF//izhM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=B1FRRzgjewa8IQbODBCR6WcrHqky+vq8rqvgmmcoZur/RbVeC/n4awhH6p/zujUDn 1+X7tlIm0Fi4KoSSJzc2wE66M1pd409qBRUdiSaeVrCEFpMVNqKh/zAC8hPtxvfTMj rPHP5JCQi1P2pHIk+JmoHeLhEgu2a0Wxqfm1CcOI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730662AbfFXKQH (ORCPT ); Mon, 24 Jun 2019 06:16:07 -0400 Received: from mail.kernel.org ([198.145.29.99]:53548 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729670AbfFXKQG (ORCPT ); Mon, 24 Jun 2019 06:16:06 -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 6DCA1205ED; Mon, 24 Jun 2019 10:16:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561371365; bh=v+IwFrdi4BQ08J+jykljVYxNyUuhyTGsvKuAF//izhM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mfSAw1m5LXUBZ5rNaUbF3uhRaXeHBWqjMtgEnBB2Py4zdYloGK8OXoe3pdIYFUKwx N7TFbs+tV38yLdiZpGP7WDXBFncVHrORQOsQFwUfSdk0fuVoHpodQePwFbTUT2lwYw esdW0LV9V4aglx4LLFfzJzLwMciHLWFg6j6vuJQ4= 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 5.1 041/121] ARC: [plat-hsdk]: Add missing multicast filter bins number to GMAC node Date: Mon, 24 Jun 2019 17:56:13 +0800 Message-Id: <20190624092322.893406687@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190624092320.652599624@linuxfoundation.org> References: <20190624092320.652599624@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 7425bb0f2d1b..699f372b2a6f 100644 --- a/arch/arc/boot/dts/hsdk.dts +++ b/arch/arc/boot/dts/hsdk.dts @@ -187,6 +187,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