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 D2FA5C761A6 for ; Mon, 27 Mar 2023 08:21:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233067AbjC0IVu (ORCPT ); Mon, 27 Mar 2023 04:21:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55188 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233042AbjC0IVk (ORCPT ); Mon, 27 Mar 2023 04:21:40 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id C516B3C1E; Mon, 27 Mar 2023 01:21:38 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 3B5078108; Mon, 27 Mar 2023 08:21:38 +0000 (UTC) Date: Mon, 27 Mar 2023 11:21:37 +0300 From: Tony Lindgren To: Andreas Kemnade Cc: arnd@arndb.de, olof@lixom.net, soc@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, bcousson@baylibre.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH] ARM: dts: omap4: add initial support for Epson Moverio BT-200 Message-ID: <20230327082137.GH7501@atomide.com> References: <20230313110409.2294154-1-andreas@kemnade.info> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230313110409.2294154-1-andreas@kemnade.info> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Andreas Kemnade [230313 13:04]: > yes, epson,embt2ws is unknown, is the txt->yaml conversion around the > corner? I would then resubmit it includding an addition > to that yaml. If not probably I resubmit the conversion patch with > the compatible added. But that should not stop the rest of this patch from > being reviewed. Yeah let's do the yaml conversion first as otherwise we'll be adding some extra warnings for the dt folks. Your patch looks otherwise OK to me. Thanks, Tony 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D58BFC76195 for ; Mon, 27 Mar 2023 08:22:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=SY5hoA+wBoV53DdvyfRe2JjrNwJOCu1cHtrY8Qig0fE=; b=FG2y3g1aoJJ08z Z3PD2QKNDCmK/MUDbiRzkVX0K0MYO8yVqzA0J1uGcGpek7G3txuy5vG0tV2niN/O3ho/5TzdExOtb CIWPAHgBJBKFMNRylOPD2P55Ahh2rAbATu1XzpQ7PYhm7Ez6BsKCWG1bA5yGZsPGnI/Z2rBJmnZJK UvW6HmVXPAKbLfkmU1Y3ogrLW9D+uva6W4KtXBNhulqcarYp4hr8GhGqauI++CwEPiQw/5vG9jb0v dOMKuC4/qQScqaVA9E+/Jz8pmqrAIOeUFoHAqL8igu+Uk+2Z9ZySrKdM5bvLZyBb2RQOr5d7Sr8jM mZb9u+MmkAjbPhF9vrZQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pgi6o-00ADWc-15; Mon, 27 Mar 2023 08:21:42 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pgi6l-00ADVY-0Z for linux-arm-kernel@lists.infradead.org; Mon, 27 Mar 2023 08:21:40 +0000 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 3B5078108; Mon, 27 Mar 2023 08:21:38 +0000 (UTC) Date: Mon, 27 Mar 2023 11:21:37 +0300 From: Tony Lindgren To: Andreas Kemnade Cc: arnd@arndb.de, olof@lixom.net, soc@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, bcousson@baylibre.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH] ARM: dts: omap4: add initial support for Epson Moverio BT-200 Message-ID: <20230327082137.GH7501@atomide.com> References: <20230313110409.2294154-1-andreas@kemnade.info> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230313110409.2294154-1-andreas@kemnade.info> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230327_012139_252230_C7A47B20 X-CRM114-Status: GOOD ( 10.49 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org * Andreas Kemnade [230313 13:04]: > yes, epson,embt2ws is unknown, is the txt->yaml conversion around the > corner? I would then resubmit it includding an addition > to that yaml. If not probably I resubmit the conversion patch with > the compatible added. But that should not stop the rest of this patch from > being reviewed. Yeah let's do the yaml conversion first as otherwise we'll be adding some extra warnings for the dt folks. Your patch looks otherwise OK to me. Thanks, Tony _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel