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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 554DEC433F5 for ; Fri, 14 Jan 2022 11:43:21 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 069BE83311; Fri, 14 Jan 2022 12:43:19 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=xilinx.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=monstr-eu.20210112.gappssmtp.com header.i=@monstr-eu.20210112.gappssmtp.com header.b="GKD3LL/n"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 731918338C; Fri, 14 Jan 2022 12:43:17 +0100 (CET) Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 826F0811B3 for ; Fri, 14 Jan 2022 12:43:14 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=xilinx.com Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=monstr@monstr.eu Received: by mail-ed1-x534.google.com with SMTP id z22so33948127edd.12 for ; Fri, 14 Jan 2022 03:43:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monstr-eu.20210112.gappssmtp.com; s=20210112; h=sender:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=033DMvkEkOBRiEt72PmHsDGg0UMRujWLzHcWbL8hRNg=; b=GKD3LL/nMsZJ+YPYcOQXD04BU99zkQvd+kt7NWBfjLnyGNPFCGHRY5ME5/Hy9ZxfQt ZWBODbnBU52qjO7USPA2jIMDWjpF1DK5jFrssKmmrEF7qX7qWBYq0oovpYg/Sss3RWVf RTc3+VG1F4rSLlzafQNqLaSRs6hJqL9g6Vc00VfW0+r+p4NwTrm8Ky8318Dpm3mhewu2 s9H+HnFKqyK6eNEawUdkaSaNWf+erm356qJSGGs4TDDXxvOn81k3ns0LjY4LbBRVyT9B acEEgpzvCf3T0Y549XIZipF8f/XQDcK4fPa+T8ERluqYuM98mtZz6/H40M1NXpac9Xtr jguw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; bh=033DMvkEkOBRiEt72PmHsDGg0UMRujWLzHcWbL8hRNg=; b=ZugrPoAtmym7oSclNVTxErfG2LXbFbVttSldT74QEeGHi729BtRIw37c3FvUomD8Kd 6hUaiAyE6W5DrR/NdOfH0ubSJT8huVQYws3V9M1q8m+5f/p3bcvR0WH4thn3RFdn4wDF KKag5AI5k4n1VDaNtBBCL1XZ1MnpJTYCtWTTGP6kbnvtR4UB++kbNpyn3ZOmnLDNdDKu WD7/0LyebHmVLxQ3vjpQEtmcqJM+HsBUiAhxv9kAajSNkTi9mzxzTmJdI86uBmoFMXaK N5JHOu3ghCwVnxsx7PV+DiagQHO0WjihRb6a6NajcpQTJwGIuaMXGNJNkqMn8VekqjsP DX5w== X-Gm-Message-State: AOAM533MwbLfHf2SpcUq1uDVWebwcZGBUxnJPKXCUzBvj/mQitEp97Uq 5Fqh35FCbIfzYWZwTEw+VNNgP3PBVA3yU0IH X-Google-Smtp-Source: ABdhPJy+naKfuUHoLj+eJsLksPsxw7XOQ0QCmWdiK+P/CmNqPQxYtgFGOzJTW91uROJw8XLGCDZczA== X-Received: by 2002:a17:907:c18:: with SMTP id ga24mr7375503ejc.642.1642160593859; Fri, 14 Jan 2022 03:43:13 -0800 (PST) Received: from localhost ([2a02:768:2307:40d6::f9e]) by smtp.gmail.com with ESMTPSA id v16sm2330528edc.4.2022.01.14.03.43.13 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 14 Jan 2022 03:43:13 -0800 (PST) From: Michal Simek To: u-boot@lists.denx.de, git@xilinx.com Cc: Amit Kumar Mahapatra , Michal Simek , Srinivas Neeli , Stefano Stabellini Subject: [PATCH] arm64: zynqmp: Change compatible strings for cadence uart Date: Fri, 14 Jan 2022 12:43:05 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Based on Linux kernel DT binding there should be different compatible strings used that's why align zynqmp.dtsi with it. Signed-off-by: Michal Simek --- arch/arm/dts/zynqmp.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 015a582d7a79..300a2189f6eb 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -824,7 +824,7 @@ uart0: serial@ff000000 { u-boot,dm-pre-reloc; - compatible = "cdns,uart-r1p12", "xlnx,xuartps"; + compatible = "xlnx,zynqmp-uart", "cdns,uart-r1p12"; status = "disabled"; interrupt-parent = <&gic>; interrupts = <0 21 4>; @@ -835,7 +835,7 @@ uart1: serial@ff010000 { u-boot,dm-pre-reloc; - compatible = "cdns,uart-r1p12", "xlnx,xuartps"; + compatible = "xlnx,zynqmp-uart", "cdns,uart-r1p12"; status = "disabled"; interrupt-parent = <&gic>; interrupts = <0 22 4>; -- 2.34.1