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=-9.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 787F1C31E4D for ; Fri, 14 Jun 2019 20:30:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4540D21841 for ; Fri, 14 Jun 2019 20:30:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560544223; bh=oTcCiH+EozKcqE4Q6RShDg53xJD43A1lDEtt1yOua9s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=VK4Q9s32Q5TSUVjkSA0Th4Bw6xZ7ZP8VP7u2rPWFFKWC3Cpz39GPeyUgjvCNonatF FEZQmEhSNQ3H5FHBsu31AWhewaUAJZtOPsUYImGxAOSV/0NBEkPOXyY3Y2thmcgUsc rphHO9vw+047yBOwhvUXTOozD3rATEyfi5bfFKso= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727536AbfFNUaW (ORCPT ); Fri, 14 Jun 2019 16:30:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:53178 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727493AbfFNUaU (ORCPT ); Fri, 14 Jun 2019 16:30:20 -0400 Received: from sasha-vm.mshome.net (unknown [131.107.159.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6823E2184E; Fri, 14 Jun 2019 20:30:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560544219; bh=oTcCiH+EozKcqE4Q6RShDg53xJD43A1lDEtt1yOua9s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=AKm2m8ZqHo/4EPgFCXbwryuz0pVLEFm+WGH4HOn+/Xco6XaLpGlHdvE7cmoOj4gmR Irf3/+Grh8UQfR2akZPf8KAJmPTpPKNNi2nm4eLLSxEAZjgH79D5+vunNY4qY8rAd6 CoStIJkpnMyGai54Y/NFGJh1Wel+cnt2x6gUsx58= From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Jose Abreu , Joao Pinto , Rob Herring , Mark Rutland , Eugeniy Paltsev , Alexey Brodkin , Vineet Gupta , Sasha Levin , devicetree@vger.kernel.org, linux-snps-arc@lists.infradead.org Subject: [PATCH AUTOSEL 4.14 02/27] ARC: [plat-hsdk]: Add missing multicast filter bins number to GMAC node Date: Fri, 14 Jun 2019 16:29:51 -0400 Message-Id: <20190614203018.27686-2-sashal@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190614203018.27686-1-sashal@kernel.org> References: <20190614203018.27686-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Jose Abreu [ 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 8f627c200d60..c033ae45fe42 100644 --- a/arch/arc/boot/dts/hsdk.dts +++ b/arch/arc/boot/dts/hsdk.dts @@ -163,6 +163,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