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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 23E97C433F5 for ; Tue, 5 Oct 2021 05:55:11 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id D694D6137D for ; Tue, 5 Oct 2021 05:55:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D694D6137D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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=if/KwrDNCPiaRN7YU6QkDcU9ebXYk9MjSqd7ds87K/Y=; b=jFYuzV1hLMhCOa qyE5zzxxBw2dvpVuBYYipoUg0S7yR+odEQou1D5IwbuYg4thVnvZkuBVUQFpStcizUsTMuoZ80Zog h/lQB8dyupKqzQNr86GG5K4fFzp5Y6uS0yISjYYN8+jVfllMOEF4JP+KVCtWU9+exlBLUGL7M5Un8 EjOHA+17cA42q4mjIZxq2DAoiinfeJrr/6v8Tl48ztcytZlDfZOLw6scQWvCxGurSehp/THOMr3IZ mP0LThdJWhGd15nMsWQ8lUAREPse45J+33NfOB2NDYCcC2KEjDCYOb/v5k/mvMy3cYpbM8pYMIoFx j8Gzhmi5H/K3gCj3PrGg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mXdNC-00920T-Mp; Tue, 05 Oct 2021 05:52:18 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mXdN9-0091zX-GO for linux-arm-kernel@lists.infradead.org; Tue, 05 Oct 2021 05:52:16 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 17388611CC; Tue, 5 Oct 2021 05:52:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633413134; bh=4rzqPhOPeVsslFQIAWhvtL48wgaJ+AaEoLT21C4wZSU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qzCfWt5tedYoTHHvNTL6krS0KiHI1q9KHSyFpHnsdU2K6+MnfiCCgpiFJRt32lXYZ VRUBUj+urwIS080FcMwUUjj4u/0j1vSe9uvXqiIMhiwwdN6XU18fgD5nDsA5IwZakD hcbsB3GoNzAKZnYPDyDV0MJx7IgFhFDFXDrpcqMW+bvBLywJ3fHD8CP2NDGNsxDg4N mLVZiaKJ/k12I6ri819/tee74cZRRXzkB1NdGdlrlQ80hl4yZokmeTJgNlMj9REHgV 27a1Q6+CsWI0M+ccp/GB65So1SYgPkXBQMNylMCYv2+kM2eI2iMTBd4MD/yt8C6hyd WWHoIRADSDSVA== Date: Tue, 5 Oct 2021 13:52:09 +0800 From: Shawn Guo To: Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, marcel.ziswiler@toradex.com, otavio@ossystems.com.br Subject: Re: [PATCH 1/4] ARM: dts: imx6qdl-apalis: Avoid underscore in node name Message-ID: <20211005055209.GN20743@dragon> References: <20210924134645.2629481-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210924134645.2629481-1-festevam@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211004_225215_584740_FB69E720 X-CRM114-Status: UNSURE ( 8.44 ) X-CRM114-Notice: Please train this message. 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 On Fri, Sep 24, 2021 at 10:46:42AM -0300, Fabio Estevam wrote: > It is recommended not to use underscore in node names. > > Change it to dash. > > Signed-off-by: Fabio Estevam Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel