Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp3674695pxj; Tue, 15 Jun 2021 06:19:33 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwYD9l5d0R4gbOcnmDYTqZstM9leywssVEHq31weWBUgtEasSvQkXQGO1/YxPGnvNYPvAg7 X-Received: by 2002:a17:906:3884:: with SMTP id q4mr21090772ejd.66.1623763173365; Tue, 15 Jun 2021 06:19:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623763173; cv=none; d=google.com; s=arc-20160816; b=BXrqF7eFbyI/dA0E/e9op2AyQEClkHxf3RKpsAw7A+9mHmOQTasMInbI1Eiu9Boj36 8WdFUWYYcT73e4wFNtX+nay4p3y+AK85iHOVQBBTG0OSHbasgNeqHnFMifC+AucTPA4I /DPWW+Os+t9XXPnrznyIzEhQfYzcEl1x3SySq3v6y0D0AttlX7JVv0rvyNEzYvkj5Zqj TqxPvpuydqTLdLDZKvSR5Np60SE6+5F0cFDgenZE/0x/XnED77+Xc/964mQ2K/8zg31l s0zHFUv8ACVHgcyy64QmLUrcLDftd7kTEtRXArnDeYPMWmyJprc1XWZxkvRwoKPRzL22 041w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=+6e6uuQ+3Np5/Cry/0in352zEj0HHGK/DCRgZv4Fvlc=; b=lYe6s0nJoZ3zXyzS9BPnAb/2YSLbFHpKtujLKF/cQdnhPWoBAqoX1qvkss7ITduFvA dwuV0hSCq7qmBhhHdTE1M31km5/4FwnedMW4uSUf6S0XUpkBypzcHjh/LZpLlSGyBx+P CV8LdeiJY2u5pEVWUFP9ecAh9SpCkT1mN6oi6NbugTpyJOXMbckAsNNBMdHrZRY6OKQ/ MN2wfvxrfKs3uTNpMlOtONHW9Lmwk0wprvn9G0B0XDHuwVjBFD+iIgh4MFK/oEoz/stm AAU2tCU2aKwtTkjgdKYFQoGIoDu5KKA0dxea7yCDMB5LidwbZupRDhEEY9C73lxCUgaY 5Y9Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b24si14145557edr.577.2021.06.15.06.19.08; Tue, 15 Jun 2021 06:19:33 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230387AbhFONTu (ORCPT + 99 others); Tue, 15 Jun 2021 09:19:50 -0400 Received: from szxga01-in.huawei.com ([45.249.212.187]:4788 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230314AbhFONTt (ORCPT ); Tue, 15 Jun 2021 09:19:49 -0400 Received: from dggemv703-chm.china.huawei.com (unknown [172.30.72.57]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4G47yx23z1zXgDv; Tue, 15 Jun 2021 21:12:41 +0800 (CST) Received: from dggpemm500006.china.huawei.com (7.185.36.236) by dggemv703-chm.china.huawei.com (10.3.19.46) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Tue, 15 Jun 2021 21:17:41 +0800 Received: from thunder-town.china.huawei.com (10.174.179.0) by dggpemm500006.china.huawei.com (7.185.36.236) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Tue, 15 Jun 2021 21:17:40 +0800 From: Zhen Lei To: Shawn Guo , Li Yang , Rob Herring , Mark Kettenis , devicetree , linux-arm-kernel , linux-kernel CC: Zhen Lei Subject: [PATCH v2 1/1] arm64: dts: lx2160a: Fix the compatible string of LX2160A UART Date: Tue, 15 Jun 2021 21:16:05 +0800 Message-ID: <20210615131605.616-2-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 In-Reply-To: <20210615131605.616-1-thunder.leizhen@huawei.com> References: <20210615131605.616-1-thunder.leizhen@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.174.179.0] X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To dggpemm500006.china.huawei.com (7.185.36.236) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi index c4b1a59ba424..d2e6f7285674 100644 --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi @@ -920,34 +920,30 @@ QORIQ_CLK_PLL_DIV(8)>, }; uart0: serial@21c0000 { - compatible = "arm,sbsa-uart","arm,pl011"; + compatible = "arm,pl011", "arm,primecell"; reg = <0x0 0x21c0000 0x0 0x1000>; interrupts = ; - current-speed = <115200>; status = "disabled"; }; uart1: serial@21d0000 { - compatible = "arm,sbsa-uart","arm,pl011"; + compatible = "arm,pl011", "arm,primecell"; reg = <0x0 0x21d0000 0x0 0x1000>; interrupts = ; - current-speed = <115200>; status = "disabled"; }; uart2: serial@21e0000 { - compatible = "arm,sbsa-uart","arm,pl011"; + compatible = "arm,pl011", "arm,primecell"; reg = <0x0 0x21e0000 0x0 0x1000>; interrupts = ; - current-speed = <115200>; status = "disabled"; }; uart3: serial@21f0000 { - compatible = "arm,sbsa-uart","arm,pl011"; + compatible = "arm,pl011", "arm,primecell"; reg = <0x0 0x21f0000 0x0 0x1000>; interrupts = ; - current-speed = <115200>; status = "disabled"; }; -- 2.25.1