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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 77ABAC433EF for ; Fri, 28 Jan 2022 04:05:19 +0000 (UTC) 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=pfPvITVUsgUadqZjOWpxPgM8NWdkawYrklTKOxA3CoM=; b=gJ4zeDqQ6IA/rl C+Ui3qeIxP8C4g0a0HW/WU2pHrq/u4+71avJ4yQB59ThMTR5rXVlC7C5bzEL2/2ZNHo2YmTrAB0rG 3Ly7vLODHWV4pRCvORZCbr108tnxM9oWuxarnZQzZHa3bBLD7ar6aGkcTEGW7lnI7jAtEWG2UpXYA hAc+tCcKW48kD5LUd0HAWl2pY2lc67C1p9xXv8zaSG1Xnj2UR2u+pJafeFhPf9P9jUFPY3KDqL33h CUYResDaeIBUq/vtPzqW6nVc1rpP2WugDedi4+eBUM+YH6HfY0dZplVM6SQXMMUqsfue74QtRHj55 yRcX7XGQVcNNutUSVnLw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nDIUR-000Gl4-7U; Fri, 28 Jan 2022 04:03:59 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nDIUO-000Gkd-Dd for linux-arm-kernel@lists.infradead.org; Fri, 28 Jan 2022 04:03:57 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 0F19CB823B5; Fri, 28 Jan 2022 04:03:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4AC9EC340E0; Fri, 28 Jan 2022 04:03:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1643342633; bh=HLo4yroGJwIK+Ib3TxYZ4SrXOXn+GHcye0/v1MNOX+w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aJ7bm9fMIVtZm77vBLNMkQXpGhHob0Wt3SjLOdQnxd2Rd+TUoxpUAqlc8yebBjmsf 25ykbeO+TE8Kuu2TMzE70YFEWZeskaDi07zPWMVbMB2DGi4RXwM4rKXmcsgH0DTUKR OC4m9IABpPF87jD4+fj04+pHEvJHGsRl+9Woay7+UEnqUOOwZn8d9OJDfv8C/K6Sn6 VJDXEzIRpCH8ewkIJn1mzei3sRXUp7zv3abd6cckHY9MFv/p9Qa3yGdLWocZBwB5ze p954u5BOfCMUvJdx1ZsGnfRlCPe0tabykSRKfkJScM6ap8U9SM6qsyr06WdiYWWniM w1Z9Xz1Kx9FGg== Date: Fri, 28 Jan 2022 12:03:48 +0800 From: Shawn Guo To: Thierry Reding Cc: Sascha Hauer , Fabio Estevam , Rob Herring , Stefan Agner , kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/2] ARM: dts: imx28: Use correct compatible string for RTC Message-ID: <20220128040347.GB4686@dragon> References: <20211220134311.683553-1-thierry.reding@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211220134311.683553-1-thierry.reding@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220127_200356_624644_AE343EB0 X-CRM114-Status: GOOD ( 12.31 ) 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 Mon, Dec 20, 2021 at 02:43:10PM +0100, Thierry Reding wrote: > From: Thierry Reding > > The "mxim" vendor prefix does not exit, though it looks like it might > have been a typo'ed "maxim". Still, no compatible string exists that > matches "maxim,ds1339". The closest is the "dallas,ds1339" and since > this node is named "rtc" that's probably the one that was intended. > > Signed-off-by: Thierry Reding Applied both, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel