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 11B7DC4332F for ; Fri, 19 Nov 2021 01:04:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EE6B5610E9 for ; Fri, 19 Nov 2021 01:04:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233853AbhKSBHH (ORCPT ); Thu, 18 Nov 2021 20:07:07 -0500 Received: from mail-ot1-f41.google.com ([209.85.210.41]:39888 "EHLO mail-ot1-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230133AbhKSBHG (ORCPT ); Thu, 18 Nov 2021 20:07:06 -0500 Received: by mail-ot1-f41.google.com with SMTP id r10-20020a056830080a00b0055c8fd2cebdso14145343ots.6; Thu, 18 Nov 2021 17:04:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=v917wAgzhWr2HX1sCSNueTi9WROJRtpV947wxT/gCV4=; b=7Q+fnu2f5svckYVosDafST+AL1l7FECkPVud/tA4zYB9bv3XztZUSRklWBbXRGqtgJ hdCoudlv/mpLzDbI04D3mLTuCQhAc/LjqnWAZQfoAnXE8E61Q1fPaL5vk4LKuuZXMF1w cxDEn1jkP4BrB5uyx166i8r+pImxDyFExPad+2w/t+F+5baVun/HwxuP4vhWlg1eELJL xQRFlBRbCK5QafqSgC9eXaAMEGDbBzT0dXgyVQmkzUIQbOQeNv76nKcIRdl5rsC/W/2Z GNL1wCgYZ2h3UjYAHCN/7vlv1YxAFDO1kAMwNVmrt0VuIzVQxD72cyR3JYoKZV9tU6s6 X9Xg== X-Gm-Message-State: AOAM530cF4wxPWGHd0zc1CK4q6vl+8dYP4FGEDiQVLo+dpZOba5O+MC3 QIgWQgNq+sbUFA5bwHlKHA== X-Google-Smtp-Source: ABdhPJzT4HF64KJ/W7x22WnoWZt3RmG6X26Hyge4RAK7kStsVzG/azanpwHaxBYlSirwF+K2Q92CKw== X-Received: by 2002:a9d:3cc:: with SMTP id f70mr1304438otf.253.1637283845501; Thu, 18 Nov 2021 17:04:05 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id j14sm392504oil.43.2021.11.18.17.04.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Nov 2021 17:04:04 -0800 (PST) Received: (nullmailer pid 2143262 invoked by uid 1000); Fri, 19 Nov 2021 01:04:04 -0000 Date: Thu, 18 Nov 2021 19:04:04 -0600 From: Rob Herring To: Abel Vesa Cc: Dong Aisheng , Shawn Guo , Sascha Hauer , Greg Kroah-Hartman , Fabio Estevam , Pengutronix Kernel Team , linux-i2c@vger.kernel.org, linux-serial@vger.kernel.org, NXP Linux Team , Linux Kernel Mailing List , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH v4 12/12] dt-bindings: serial: fsl-lpuart: Add i.MX8DXL compatible Message-ID: References: <1636566415-22750-1-git-send-email-abel.vesa@nxp.com> <1636566415-22750-13-git-send-email-abel.vesa@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1636566415-22750-13-git-send-email-abel.vesa@nxp.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 10, 2021 at 07:46:55PM +0200, Abel Vesa wrote: > Add i.MX8DXL lpuart compatible to the bindings documentation. > > Signed-off-by: Abel Vesa > --- > Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml > index dc1f0e07cbd4..fa8a602ccb22 100644 > --- a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml > +++ b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml > @@ -27,6 +27,10 @@ properties: > - items: > - const: fsl,imx8qm-lpuart > - const: fsl,imx8qxp-lpuart > + - items: > + - const: fsl,imx8dxl-lpuart > + - const: fsl,imx8qxp-lpuart > + - const: fsl,imx7ulp-lpuart I'm confused why 8dxl is compatible with 7ulp, but 8qm is not? From the driver, it looks like the difference is clocks. > > reg: > maxItems: 1 > -- > 2.31.1 > > 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 97F26C433F5 for ; Fri, 19 Nov 2021 01:05:30 +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 5411E610E9 for ; Fri, 19 Nov 2021 01:05:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 5411E610E9 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=OD0w1RnEGdFmvbfV+KOlRyYeW7f0HvozpOjTn+vURQ4=; b=NofmvCXr1hkMkx JEx/2wvF5lTqHVWXYienXmdrfYZ/WQeg9+2JEVn+IWfKZF9J4oeobQp3GyWnA9nTy0Vg5Lk+P/0l2 IHZnOLxbdkAIkHRmDMf3z9V7a6KkiXwnpsl9+1bkQTgso8RzF/M82T2hI4UPCMesLbG65++0GK7BY hDWDMkJFbvSxtnmCJ7q1XtmX/IJrBg42InKG4+egnI4kMLi5waQz3HCk9MBx1n6xHZlJWvZmS4QA0 /wDtya5BnZY6rfskHTEe+yxjFlR8NZUIPH9YSXFfa+KwnHdKjvZKaSbxyqWPNVv9ZBH/7EnGXEVSu +GqbqZABYbzSJOkFpDJw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mnsK4-0097s1-Gs; Fri, 19 Nov 2021 01:04:12 +0000 Received: from mail-ot1-f41.google.com ([209.85.210.41]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mnsJy-0097qm-Im for linux-arm-kernel@lists.infradead.org; Fri, 19 Nov 2021 01:04:09 +0000 Received: by mail-ot1-f41.google.com with SMTP id a23-20020a9d4717000000b0056c15d6d0caso14120458otf.12 for ; Thu, 18 Nov 2021 17:04:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=v917wAgzhWr2HX1sCSNueTi9WROJRtpV947wxT/gCV4=; b=ZjMV5dIZRek8FTZUkoczprDfTppNCqaAe3WDG65iJ1dANqGkE1Ypo5vaOklr9Kwolx CJMNsmcN5Kwh5WnGHEpusf2Jexs/8vBwQZ/cM44+OMQmAxddidAoPv+If96K7lqCWr1o yipfj8Zut1AQJODPwJilLiW6jbqhVSTQV7vfwnSqbHTwgsrjPyePQVAxacbr+O2efYAl od9xB2RmlilAATjNJdSq1SdJvXq3NvMRamplbIo/H6lL+C2g+UctupDMkpA4U1zWGIiy IdA2aa7Lyv6y4yKd47ZevUP9ZBQN1GUiH+AT6SkLZvxRKD6M4uvBYxFiaN2jrwXsHoYA 82/g== X-Gm-Message-State: AOAM530Tkk/dRaPc+VOyO0zXlS1voaWXiq0vqUEWrKl7ss4BkUMfA/5b xUCv7qScuThe/FqBxvJTbw== X-Google-Smtp-Source: ABdhPJzT4HF64KJ/W7x22WnoWZt3RmG6X26Hyge4RAK7kStsVzG/azanpwHaxBYlSirwF+K2Q92CKw== X-Received: by 2002:a9d:3cc:: with SMTP id f70mr1304438otf.253.1637283845501; Thu, 18 Nov 2021 17:04:05 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id j14sm392504oil.43.2021.11.18.17.04.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Nov 2021 17:04:04 -0800 (PST) Received: (nullmailer pid 2143262 invoked by uid 1000); Fri, 19 Nov 2021 01:04:04 -0000 Date: Thu, 18 Nov 2021 19:04:04 -0600 From: Rob Herring To: Abel Vesa Cc: Dong Aisheng , Shawn Guo , Sascha Hauer , Greg Kroah-Hartman , Fabio Estevam , Pengutronix Kernel Team , linux-i2c@vger.kernel.org, linux-serial@vger.kernel.org, NXP Linux Team , Linux Kernel Mailing List , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH v4 12/12] dt-bindings: serial: fsl-lpuart: Add i.MX8DXL compatible Message-ID: References: <1636566415-22750-1-git-send-email-abel.vesa@nxp.com> <1636566415-22750-13-git-send-email-abel.vesa@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1636566415-22750-13-git-send-email-abel.vesa@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211118_170407_572368_73636E4C X-CRM114-Status: GOOD ( 17.14 ) 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 Wed, Nov 10, 2021 at 07:46:55PM +0200, Abel Vesa wrote: > Add i.MX8DXL lpuart compatible to the bindings documentation. > > Signed-off-by: Abel Vesa > --- > Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml > index dc1f0e07cbd4..fa8a602ccb22 100644 > --- a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml > +++ b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml > @@ -27,6 +27,10 @@ properties: > - items: > - const: fsl,imx8qm-lpuart > - const: fsl,imx8qxp-lpuart > + - items: > + - const: fsl,imx8dxl-lpuart > + - const: fsl,imx8qxp-lpuart > + - const: fsl,imx7ulp-lpuart I'm confused why 8dxl is compatible with 7ulp, but 8qm is not? From the driver, it looks like the difference is clocks. > > reg: > maxItems: 1 > -- > 2.31.1 > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel