From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 5/5] arm64: dts: meson: sei510: add network support Date: Mon, 13 May 2019 09:31:30 -0700 Message-ID: <7hftpico4d.fsf@baylibre.com> References: <20190510164940.13496-1-jbrunet@baylibre.com> <20190510164940.13496-6-jbrunet@baylibre.com> <7ho94ac4jn.fsf@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Jerome Brunet Cc: linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org Jerome Brunet writes: > On Fri, 2019-05-10 at 15:45 -0700, Kevin Hilman wrote: >> Jerome Brunet writes: >> >> > Enable the network interface of the SEI510 which use the internal PHY. >> > >> > Signed-off-by: Jerome Brunet >> >> I tried testing this series on SEI510, but I must still be missing some >> defconfig options, as the default defconfig doesn't lead to a working >> interface. > > That's weird. AFAICT, the net part has hit Linus's tree. Ah, that's the key ingredient. I was testing with a v5.1 baseline (not linus/master) along with all my queued up changes. I just pulled in linus/master to test this series, and indeed, everything works, and I don't need my config fragment either. Thanks for clarifying. If repost needed, feel free to add Tested-by: Kevin Hilman Kevin