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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 7011DC35671 for ; Mon, 24 Feb 2020 11:59:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 41D4B2082F for ; Mon, 24 Feb 2020 11:59:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582545543; bh=527/P0PCxAx1P3oVPckFcLKVR2UnWZl2M0CPxqoBIk8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Umtl0qlXfUcifvCCDydNVZ85wzdGqnUqA2U7BBngWRUwHJ/LkSvvwKVQPiFc7m8NE svN/HV9AiS3ljatm1PrAtcMBVFwL3OptHwHkYGSsU15cd0rAt8MDYrdoz0WG0Zj9YX mBLyIio5MDjQHwT86NY3IfoKZ3FNP0gLHaq3de8E= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727459AbgBXL7D (ORCPT ); Mon, 24 Feb 2020 06:59:03 -0500 Received: from mail.kernel.org ([198.145.29.99]:39498 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727351AbgBXL7C (ORCPT ); Mon, 24 Feb 2020 06:59:02 -0500 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (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 B914D20828; Mon, 24 Feb 2020 11:58:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582545542; bh=527/P0PCxAx1P3oVPckFcLKVR2UnWZl2M0CPxqoBIk8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GSTFUuC4JnlbirXZ+HGrAkvpP4DjdiSDsPM/8vaNQ/PdHplKpt7o8SMDP5X+QAGDZ XphGKVbFzlZ5C7s1+3sNbaMLp+VUtyJuONxTUP57vTEcx6ETyWOG3/n1GH4nNwOo6K eMFJVma+cPkZWrzifs/dc/QW0e3OmBlFzwoKoLWQ= Date: Mon, 24 Feb 2020 19:58:55 +0800 From: Shawn Guo To: Michael Walle Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Mark Rutland , Rob Herring , Li Yang Subject: Re: [PATCH] arm64: dts: ls1028: sl28: explicitly enable network ports Message-ID: <20200224115854.GG27688@dragon> References: <20200224115052.27328-1-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200224115052.27328-1-michael@walle.cc> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Feb 24, 2020 at 12:50:52PM +0100, Michael Walle wrote: > Since commit b9213899d2b0 ("arm64: dts: ls1028a: disable all enetc ports > by default") all the network ports are disabled by default. This makes > sense, but now we have to enable them explicitly in the boards. Do so > for the sl28 module. > > Since we are at it. Make sure the second port is only enabled for the > variant 4 of the module. Variant 3 has only one network port. > > Signed-off-by: Michael Walle Applied, thanks.