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 A32A5C433F5 for ; Mon, 3 Jan 2022 13:41:31 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 87C9782FB4; Mon, 3 Jan 2022 14:41:29 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=walle.cc Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; secure) header.d=walle.cc header.i=@walle.cc header.b="aXektxAJ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 3C5F48305B; Mon, 3 Jan 2022 14:41:28 +0100 (CET) Received: from ssl.serverraum.org (ssl.serverraum.org [IPv6:2a01:4f8:151:8464::1:2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id A4E3181C08 for ; Mon, 3 Jan 2022 14:41:25 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=walle.cc Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=michael@walle.cc Received: from ssl.serverraum.org (web.serverraum.org [172.16.0.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id 1673F223EA; Mon, 3 Jan 2022 14:41:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1641217285; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=45I+XqSSHiZADH0I5WjieLvjR3RYZcw9pQlforL3mWk=; b=aXektxAJkkhUWPfyFtRj2F9QyJ7wmFF0jhxW/7cqplgmM5x8QOYLr64nw8usXuF56FXKEW L4ilnyEBTc8aJ0krUJWQ2tQOdBbDZCGyZyz1qEk3jum7pey962WBnodZSYPgeOaDSDKhWA ld6H7j8+g+a7FKnBWTBSMTiIbPQqwVU= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 03 Jan 2022 14:41:25 +0100 From: Michael Walle To: Vladimir Oltean Cc: u-boot@lists.denx.de, Tom Rini , Priyanka Jain , Li Yang , Biwen Li Subject: Re: [PATCH v3 03/16] arm: dts: ls1088a-qds: use Linux compatible string for RTC In-Reply-To: <20220103124737.1407985-4-vladimir.oltean@nxp.com> References: <20220103124737.1407985-1-vladimir.oltean@nxp.com> <20220103124737.1407985-4-vladimir.oltean@nxp.com> User-Agent: Roundcube Webmail/1.4.12 Message-ID: X-Sender: michael@walle.cc X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.38 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 Am 2022-01-03 13:47, schrieb Vladimir Oltean: > During the LS1028A-RDB sync with Linux device trees, it was observed > that the same RTC is present on the two boards, and the wrong > compatible > string is used in both places. This change updates the RTC from the > LS1088A-QDS to use the compatible string that was established in Linux. > > Signed-off-by: Vladimir Oltean > Reviewed-by: Priyanka Jain Reviewed-by: Michael Walle