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=-12.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED 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 06F0FC43381 for ; Thu, 28 Mar 2019 08:02:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D5BBA20700 for ; Thu, 28 Mar 2019 08:02:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726681AbfC1ICJ (ORCPT ); Thu, 28 Mar 2019 04:02:09 -0400 Received: from mail-ed1-f68.google.com ([209.85.208.68]:41202 "EHLO mail-ed1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726289AbfC1ICI (ORCPT ); Thu, 28 Mar 2019 04:02:08 -0400 Received: by mail-ed1-f68.google.com with SMTP id a25so16356597edc.8; Thu, 28 Mar 2019 01:02:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=p0dyk/6WTaPK32KcXXwdfBBK15JjRugwXEVvwXqqG8A=; b=YT/uCjM0HWh+u3vvM7Z4DaxlX49F/aNTKxcQpegcpEEsNyVhlHFAYYuCt1YSoQNAiL DUs5hBD95XuxC2d49OMZ5O+IrxjuTcEEduwtlirqmE9+E0HCLSi6aoeF1VfqFAishCg7 irscMG0aZ03tR+z8j2zoBDf2TTcHqpJh2Bm8Uz9M47vrn/xPfSzIEUwDFQx0emweEcrw yhaXKRu/r7dIZXnRxD2EOmQyDfei4lwMu/nxx8sLmSf3esllC4uJU5xttWBaq+fOcSjm iRPlAHnmu4+fYQIhtQwFLg1M6ZGavc0bZZ19CTGVMaYZeLOxUYP6fv0yuJ+stIPnNh+p viGQ== X-Gm-Message-State: APjAAAXmv5AP5D2npLbI9MSeIp/qrr5aZlyoLc0iDCy9xYnGYSvJB9N4 MhPqdZ42qmN9DkqkiBHQHuGDIrDmY54= X-Google-Smtp-Source: APXvYqxTdI4WgWortzUsrYxEU7rwTzSPwxrajcY0qw1HWunb9nTYfEb2qCw42s4tX2mhXiHWzTIjMg== X-Received: by 2002:a50:c404:: with SMTP id v4mr14911322edf.146.1553760126565; Thu, 28 Mar 2019 01:02:06 -0700 (PDT) Received: from mail-wr1-f44.google.com (mail-wr1-f44.google.com. [209.85.221.44]) by smtp.gmail.com with ESMTPSA id c7sm1159421edt.70.2019.03.28.01.02.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 Mar 2019 01:02:06 -0700 (PDT) Received: by mail-wr1-f44.google.com with SMTP id y13so3906193wrd.3; Thu, 28 Mar 2019 01:02:06 -0700 (PDT) X-Received: by 2002:a5d:458f:: with SMTP id p15mr27489721wrq.188.1553760125840; Thu, 28 Mar 2019 01:02:05 -0700 (PDT) MIME-Version: 1.0 References: <20190327001843.2420-1-megous@megous.com> <20190327001843.2420-5-megous@megous.com> In-Reply-To: <20190327001843.2420-5-megous@megous.com> From: Chen-Yu Tsai Date: Thu, 28 Mar 2019 16:01:55 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [linux-sunxi] [PATCH 4/7] ARM: dts: sun8i: a83t: Add UART2 PB pins To: =?UTF-8?Q?Ond=C5=99ej_Jirman?= Cc: Maxime Ripard , Rob Herring , johan@kernel.org, Mark Rutland , devicetree , linux-arm-kernel , linux-kernel , linux-sunxi Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 27, 2019 at 8:18 AM megous via linux-sunxi wrote: > > From: Ondrej Jirman > > Add pin definitions for UART2 PB pins. These are used on TBS-A711 > tablet. > > Signed-off-by: Ondrej Jirman > --- > arch/arm/boot/dts/sun8i-a83t.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi > index e5c39eef1c29..921cfb30ab46 100644 > --- a/arch/arm/boot/dts/sun8i-a83t.dtsi > +++ b/arch/arm/boot/dts/sun8i-a83t.dtsi > @@ -768,6 +768,11 @@ > pins = "PG8", "PG9"; > function = "uart1"; > }; > + Please add "/omit-if-no-ref/" before the pin definitions. See https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git/commit/?h=sunxi/dt-for-5.2&id=73b670023327a014688c2d5309a43604cd553f1e for such an example. This is a new policy. ChenYu > + uart2_pb_pins: uart2-pb-pins { > + pins = "PB0", "PB1"; > + function = "uart2"; > + }; > }; > > timer@1c20c00 { > -- > 2.21.0 > > -- > You received this message because you are subscribed to the Google Groups "linux-sunxi" group. > To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen-Yu Tsai Subject: Re: [PATCH 4/7] ARM: dts: sun8i: a83t: Add UART2 PB pins Date: Thu, 28 Mar 2019 16:01:55 +0800 Message-ID: References: <20190327001843.2420-1-megous@megous.com> <20190327001843.2420-5-megous@megous.com> Reply-To: wens-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-Reply-To: <20190327001843.2420-5-megous-5qf/QAjKc83QT0dZR+AlfA@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: =?UTF-8?Q?Ond=C5=99ej_Jirman?= Cc: Maxime Ripard , Rob Herring , johan-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Mark Rutland , devicetree , linux-arm-kernel , linux-kernel , linux-sunxi List-Id: devicetree@vger.kernel.org On Wed, Mar 27, 2019 at 8:18 AM megous via linux-sunxi wrote: > > From: Ondrej Jirman > > Add pin definitions for UART2 PB pins. These are used on TBS-A711 > tablet. > > Signed-off-by: Ondrej Jirman > --- > arch/arm/boot/dts/sun8i-a83t.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi > index e5c39eef1c29..921cfb30ab46 100644 > --- a/arch/arm/boot/dts/sun8i-a83t.dtsi > +++ b/arch/arm/boot/dts/sun8i-a83t.dtsi > @@ -768,6 +768,11 @@ > pins = "PG8", "PG9"; > function = "uart1"; > }; > + Please add "/omit-if-no-ref/" before the pin definitions. See https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git/commit/?h=sunxi/dt-for-5.2&id=73b670023327a014688c2d5309a43604cd553f1e for such an example. This is a new policy. ChenYu > + uart2_pb_pins: uart2-pb-pins { > + pins = "PB0", "PB1"; > + function = "uart2"; > + }; > }; > > timer@1c20c00 { > -- > 2.21.0 > > -- > You received this message because you are subscribed to the Google Groups "linux-sunxi" group. > To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit https://groups.google.com/d/optout. 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=-12.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED 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 5E12EC10F03 for ; Thu, 28 Mar 2019 08:02:17 +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 2D3CF20700 for ; Thu, 28 Mar 2019 08:02:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="P5iDP78N" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2D3CF20700 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=csie.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=MiBj0PMWRVWfZtygpy9o2l96OeYfun95P3olvK2SJOo=; b=P5iDP78NuFCGhr Xi6Me809IOp+QsSDHiU5PG95ipXbSn/Hpa1OoHmtH59PqqVQRxmXkGuEkdcyERU7mKc/o16dcF8Qn S+mZWBbsnOhAFRH/qFxqD/k1gC+UOlrS0bnzmDYgbYjhhFnfCSFbHDQ/L+F4X+Tr3toEMM0naclZD +0SMN8W0pwpj+eReMlYchiRxzWqmdgIfVwXAjjO6S9TQ14e7o8uxQJBzxZ88x9NZry9Ao9kcZblhd hxC6wcjfs1REJjFDTa+f47EyFK8vQi5DBuMCMNhFGx0UQiaNpjjTwq1PB4Eyja9ZeUDELW1wYVXIk BW/XviKZfyP8bD90rP/Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h9PzJ-0000Gu-F7; Thu, 28 Mar 2019 08:02:13 +0000 Received: from mail-ed1-f67.google.com ([209.85.208.67]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h9PzF-0000GW-JG for linux-arm-kernel@lists.infradead.org; Thu, 28 Mar 2019 08:02:12 +0000 Received: by mail-ed1-f67.google.com with SMTP id d26so16328879ede.10 for ; Thu, 28 Mar 2019 01:02:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=p0dyk/6WTaPK32KcXXwdfBBK15JjRugwXEVvwXqqG8A=; b=fjghffgS8NZLR9nIpUi7ejrk6B9rE8SrwvxpfovQI+qmuYjHOqBsgwn3JHihc7cmGb yiEd/zrlWLNvvn0aDLVQTMnQY4mISLc6eaGh+AsGNVQnnuuuKZW7iemvT2y+h/PuxZ2b 0arTGswHrD9GKoMchK8/SkR0oDjv3cya192nq6YmNNR7twstB2MdoLa6WcEwDr3sVWWD +LJ7D5K33ak56hZBd4W4LkEkg+XQAY9hXE7r0gHJEs+othlQOblpOhmVH9HEGM7WOO2X wXkxqdrXm0zymKRjd1Jag2aYUKW/Ed4SB2RUI6+ADoaw+YuvctFUnylFOmSh903slXip g/Hg== X-Gm-Message-State: APjAAAVXJwIhP1iRhcfF6CF3wMceMNXfCl/wquux5q9PZ7F9ab+OJ/uY TZ0YOWvxSL9maon3Gxs2V2FdTzBB0/w= X-Google-Smtp-Source: APXvYqyl0fVOF0YhBlKz7nlPUd679p+dX39SSn4op1uI4WXqlpMssK1wa2L8LrTh4LzFhC6y0GQvmQ== X-Received: by 2002:a50:8ed1:: with SMTP id x17mr26442448edx.168.1553760126522; Thu, 28 Mar 2019 01:02:06 -0700 (PDT) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com. [209.85.221.45]) by smtp.gmail.com with ESMTPSA id w5sm2526037eda.63.2019.03.28.01.02.06 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 Mar 2019 01:02:06 -0700 (PDT) Received: by mail-wr1-f45.google.com with SMTP id y7so17454665wrn.11 for ; Thu, 28 Mar 2019 01:02:06 -0700 (PDT) X-Received: by 2002:a5d:458f:: with SMTP id p15mr27489721wrq.188.1553760125840; Thu, 28 Mar 2019 01:02:05 -0700 (PDT) MIME-Version: 1.0 References: <20190327001843.2420-1-megous@megous.com> <20190327001843.2420-5-megous@megous.com> In-Reply-To: <20190327001843.2420-5-megous@megous.com> From: Chen-Yu Tsai Date: Thu, 28 Mar 2019 16:01:55 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [linux-sunxi] [PATCH 4/7] ARM: dts: sun8i: a83t: Add UART2 PB pins To: =?UTF-8?Q?Ond=C5=99ej_Jirman?= X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190328_010209_635283_71A21D7D X-CRM114-Status: GOOD ( 20.23 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Rob Herring , devicetree , johan@kernel.org, linux-kernel , linux-sunxi , Maxime Ripard , linux-arm-kernel Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Mar 27, 2019 at 8:18 AM megous via linux-sunxi wrote: > > From: Ondrej Jirman > > Add pin definitions for UART2 PB pins. These are used on TBS-A711 > tablet. > > Signed-off-by: Ondrej Jirman > --- > arch/arm/boot/dts/sun8i-a83t.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi > index e5c39eef1c29..921cfb30ab46 100644 > --- a/arch/arm/boot/dts/sun8i-a83t.dtsi > +++ b/arch/arm/boot/dts/sun8i-a83t.dtsi > @@ -768,6 +768,11 @@ > pins = "PG8", "PG9"; > function = "uart1"; > }; > + Please add "/omit-if-no-ref/" before the pin definitions. See https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git/commit/?h=sunxi/dt-for-5.2&id=73b670023327a014688c2d5309a43604cd553f1e for such an example. This is a new policy. ChenYu > + uart2_pb_pins: uart2-pb-pins { > + pins = "PB0", "PB1"; > + function = "uart2"; > + }; > }; > > timer@1c20c00 { > -- > 2.21.0 > > -- > You received this message because you are subscribed to the Google Groups "linux-sunxi" group. > To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel