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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 586D2C77B60 for ; Fri, 28 Apr 2023 12:13:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230150AbjD1MNj (ORCPT ); Fri, 28 Apr 2023 08:13:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53838 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229866AbjD1MNh (ORCPT ); Fri, 28 Apr 2023 08:13:37 -0400 Received: from forward500b.mail.yandex.net (forward500b.mail.yandex.net [178.154.239.144]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B215D1726; Fri, 28 Apr 2023 05:13:34 -0700 (PDT) Received: from mail-nwsmtp-smtp-production-main-77.iva.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-77.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:8a85:0:640:8fc9:0]) by forward500b.mail.yandex.net (Yandex) with ESMTP id 7B71D5EB59; Fri, 28 Apr 2023 15:13:32 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-77.iva.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id UDIqPQ1DRSw0-oizJTPZv; Fri, 28 Apr 2023 15:13:31 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=maquefel.me; s=mail; t=1682684011; bh=8/DsglW6bXdL6cKM+snErWK1zkh/4xaDsTI58/cmNVI=; h=References:Date:In-Reply-To:Cc:To:From:Subject:Message-ID; b=TJwmrTCcVjrFrr3pAzJ629AteXtzNuVp9rAvtkWbI8aOWxvUiGt62HaU1oBYn/IUz IPICn1gnZTN/TY61XhL2BLxp7IWtwIFXOr3iX+z/upMRANUUGYm8C8d24THa1YgWMp ht8TU9U/75ncMus/ytq78TOG1VrJT6W/0gbTg+pE= Authentication-Results: mail-nwsmtp-smtp-production-main-77.iva.yp-c.yandex.net; dkim=pass header.i=@maquefel.me Message-ID: <90ad7d369ec3cae132245aa75daf460b90ec7b4e.camel@maquefel.me> Subject: Re: [PATCH 34/43] ARM: dts: add device tree for ep93xx Soc From: Nikita Shubin To: Arnd Bergmann Cc: Arnd Bergmann , Linus Walleij , Alexander Sverdlin , Olof Johansson , soc@kernel.org, Rob Herring , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Lukasz Majewski , support@embeddedTS.com Date: Fri, 28 Apr 2023 18:13:31 +0300 In-Reply-To: References: <20230424123522.18302-1-nikita.shubin@maquefel.me> <20230424123522.18302-35-nikita.shubin@maquefel.me> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.3 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Arnd! On Mon, 2023-04-24 at 13:28 +0200, Arnd Bergmann wrote: > On Mon, Apr 24, 2023, at 14:34, Nikita Shubin wrote: > > This adds a divice for Cirrus ep93xx SoC amd ts7250 board that has > > been > > my testing target for ep93xx device support. > >=20 > > Also inluded device tree for Liebherr BK3.1 board through it's not > > a > > complete support. > >=20 > > Signed-off-by: Nikita Shubin >=20 > Can you describe which parts are missing for BK3.1 in the > changelog? I'm fairly sure that Liebherr is still supporting > this board, but I don't have a contact to add to Cc here. The current dt implementation is missing: - I2S - MMC on SPI I will add those nodes so it will be a complete dt, however i have no possibility to test it. >=20 > I've added Lukasz Majewski to Cc here, as he originally worked > on BK3.1 and likely either has the hardware or knows someone > who does.=C2=A0 Technologic Systems also lists the ts7250 as supported > on their website, but the only contact I found for them is the > generic support@embeddedTS.com. In case someone from Technologic > is available for giving the series a spin, see [1] for the > full set of patches. >=20 > =C2=A0=C2=A0=C2=A0=C2=A0 Arnd >=20 > [1] > https://lore.kernel.org/all/20230424123522.18302-1-nikita.shubin@maquefel= .me/