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=-6.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,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 666E4C2BA83 for ; Thu, 13 Feb 2020 15:45:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 309E520661 for ; Thu, 13 Feb 2020 15:45:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581608732; bh=a6S/Ctwi/fQhvqd2WWpcyA6s5pF5QmUGAjiq/hWnE4w=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=csa7G+zMKHwvgv/jYXISdea3B1Li99VNlwy6Np2noyyvo5opAFHLVRR33rCd7Zpfz dwiS+TW/b5fAhnqLRAV64tcPOQhx6mK6QwyU3vdqvlITt6UcraE21milLHfuMMTndV zwq8e5KKJjism0x4ZIfJsE9LNSML2J0Ozq4ILLA4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728693AbgBMPpa (ORCPT ); Thu, 13 Feb 2020 10:45:30 -0500 Received: from mail.kernel.org ([198.145.29.99]:50596 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729403AbgBMP12 (ORCPT ); Thu, 13 Feb 2020 10:27:28 -0500 Received: from localhost (unknown [104.132.1.104]) (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 C5D7220661; Thu, 13 Feb 2020 15:27:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581607646; bh=a6S/Ctwi/fQhvqd2WWpcyA6s5pF5QmUGAjiq/hWnE4w=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=JJBjy2f5ALl62mpm6mbeW8i4vR4sN68xldkJK40A3+71WyoQFU2APRoH3uwgg32xT cnzPYmUOQXXpf+8FwFgJDHqw85SUYPmm5PxTv5xON0udkfV5h0q64ZAUdrTm+MOEg4 iTfJ8lcisdX8dhwznFuGFTc+wuJ887wHbkdFHk68= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Alexey Brodkin , Jose Abreu , Vineet Gupta Subject: [PATCH 5.4 39/96] ARC: [plat-axs10x]: Add missing multicast filter number to GMAC node Date: Thu, 13 Feb 2020 07:20:46 -0800 Message-Id: <20200213151854.433113250@linuxfoundation.org> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200213151839.156309910@linuxfoundation.org> References: <20200213151839.156309910@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 From: Jose Abreu commit 7980dff398f86a618f502378fa27cf7e77449afa upstream. Add a missing property to GMAC node so that multicast filtering works correctly. Fixes: 556cc1c5f528 ("ARC: [axs101] Add support for AXS101 SDP (software development platform)") Acked-by: Alexey Brodkin Signed-off-by: Jose Abreu Signed-off-by: Vineet Gupta Signed-off-by: Greg Kroah-Hartman --- arch/arc/boot/dts/axs10x_mb.dtsi | 1 + 1 file changed, 1 insertion(+) --- a/arch/arc/boot/dts/axs10x_mb.dtsi +++ b/arch/arc/boot/dts/axs10x_mb.dtsi @@ -77,6 +77,7 @@ interrupt-names = "macirq"; phy-mode = "rgmii"; snps,pbl = < 32 >; + snps,multicast-filter-bins = <256>; clocks = <&apbclk>; clock-names = "stmmaceth"; max-speed = <100>;