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=-13.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 93834C11F66 for ; Wed, 14 Jul 2021 07:22:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 77B40613B2 for ; Wed, 14 Jul 2021 07:22:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238229AbhGNHY6 (ORCPT ); Wed, 14 Jul 2021 03:24:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:56670 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238079AbhGNHY5 (ORCPT ); Wed, 14 Jul 2021 03:24:57 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1071B61361; Wed, 14 Jul 2021 07:22:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1626247326; bh=/IPK+PprsaGmsl+F8H0yb7oiy0gnC1KyMVeq9sTlV7g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gkQ5gG/w0EfArOQ97UL9wThH4DAT5PccX/Ciuyz5DiUvmYVR58TPDkGlpoW8+XAjV /XdlxTOhcp1aSNhZ2Qx8qvSFM4M7bxBK2kzghz1ZuaHQWqouhboPaqy+Q1z4OaQJfp iqqa7aae5nZ4fSF+5xUlmr13LnZZ7m0x4hww7oyAWJnU7wcTPs9WhhwdFRYDH1Bour QyR6XOTTnA8G3NBtJGdJ9qw9YtVGFBKl8Po9g88r+Q6CNgnG4MpJZU93WslT0nEhO3 +MGzFRG2ab8VM/XrBfoCeFOYhlg9OK1NtY/MmGzl9aCu0RomJlYDeeZkl/0GaorqlU 1E7B6gYz+p+2w== Date: Wed, 14 Jul 2021 15:22:01 +0800 From: Shawn Guo To: Zhen Lei Cc: Li Yang , Rob Herring , Mark Kettenis , devicetree , linux-arm-kernel , linux-kernel Subject: Re: [PATCH v2 1/1] arm64: dts: lx2160a: Fix the compatible string of LX2160A UART Message-ID: <20210714072201.GC4419@dragon> References: <20210615131605.616-1-thunder.leizhen@huawei.com> <20210615131605.616-2-thunder.leizhen@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210615131605.616-2-thunder.leizhen@huawei.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 15, 2021 at 09:16:05PM +0800, Zhen Lei wrote: > Mark Kettenis told us that: > According to the NXP documentation, the LX2160A has a real PL011 UART. > > Therefore, rewrite it to the compatible string of pl011. The property > "current-speed" specific to "arm,sbsa-uart" is also deleted. > > Suggested-by: Shawn Guo > Suggested-by: Mark Kettenis > Signed-off-by: Zhen Lei Applied, thanks.