From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C44DC16B649; Tue, 16 Jan 2024 20:04:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705435493; cv=none; b=jrw91Gf3t5RMUJDo4OHgpt9qYgn8ZIhW30b208TGNlPmfw39S3iOusmfP7+AmkZIFGABYhJXVetyGZblh2Ayjz9PKDwmRv9hEdlyI9TTS8yt0WxDwhZ1MqyQvzeV8hJJ1vSPV+H8mLfwJI+B0TFHhGbosPm5Vw+ceWOEfcZTqto= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705435493; c=relaxed/simple; bh=XS4xD5+JSM0hLaFKTHOhUtxbkAsrKi3g0kPahUStMkg=; h=Received:DKIM-Signature:From:To:Cc:Subject:Date:Message-ID: X-Mailer:In-Reply-To:References:MIME-Version:X-stable: X-Patchwork-Hint:X-stable-base:Content-Transfer-Encoding; b=rFmow7OgOxFMizPxkO8SQNnk9Wz+mLMaa9m/zQyrt3G5CyPHELhfRjH9y2ssF3CsWGUsBH8C9a9D3b9IxARDb9uY7h/aanNEBdNdAc8P/vulnpgO8QO2z1UQKHWAb/NXn5M+X6jpH1ubbJlRiMOrVUMcy8jCA5+JrEOYgJjrqlw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Ki1AEHWm; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Ki1AEHWm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3F127C43399; Tue, 16 Jan 2024 20:04:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1705435493; bh=XS4xD5+JSM0hLaFKTHOhUtxbkAsrKi3g0kPahUStMkg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Ki1AEHWmowu6e7FRn36XQOLoDqmyfION1eGy3rkBcbD4ww9jzotgMKGteaA5v/syG P90Dpg53BTtXBjnN8yRczhr5XxoW4bFjH8GrHl9FiSVDKWAWq3Uf9okN1KwyN5jS3n 0YzX4C7p2cJESvpll4Ma4EYiuNDW61es6zS/6ddRtBfdjnzB33o1K4FZhIPNzFz4BR tR1BOX5f2CcIp1xHXDb+zuCJHPwtx90dObpKzcJVNgmV8omSSA2NtJYPg18z2Ai/F/ wxd954sAZhBbyRYo4ReurDv82JxDZMoyW7zLFF86kDMvynYxEY2iqEgn6hDeTIaaxW iVyo2vyy+pyDg== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Fabio Estevam , Shawn Guo , Sasha Levin , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH AUTOSEL 4.19 11/22] ARM: dts: imx25/27-eukrea: Fix RTC node name Date: Tue, 16 Jan 2024 15:04:05 -0500 Message-ID: <20240116200432.260016-11-sashal@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240116200432.260016-1-sashal@kernel.org> References: <20240116200432.260016-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore X-stable-base: Linux 4.19.305 Content-Transfer-Encoding: 8bit From: Fabio Estevam [ Upstream commit 68c711b882c262e36895547cddea2c2d56ce611d ] Node names should be generic. Use 'rtc' as node name to fix the following dt-schema warning: imx25-eukrea-mbimxsd25-baseboard.dtb: pcf8563@51: $nodename:0: 'pcf8563@51' does not match '^rtc(@.*|-([0-9]|[1-9][0-9]+))?$' from schema $id: http://devicetree.org/schemas/rtc/nxp,pcf8563.yaml# Signed-off-by: Fabio Estevam Signed-off-by: Shawn Guo Signed-off-by: Sasha Levin --- arch/arm/boot/dts/imx25-eukrea-cpuimx25.dtsi | 2 +- arch/arm/boot/dts/imx27-eukrea-cpuimx27.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx25-eukrea-cpuimx25.dtsi b/arch/arm/boot/dts/imx25-eukrea-cpuimx25.dtsi index e4d7da267532..5858ec8a409a 100644 --- a/arch/arm/boot/dts/imx25-eukrea-cpuimx25.dtsi +++ b/arch/arm/boot/dts/imx25-eukrea-cpuimx25.dtsi @@ -35,7 +35,7 @@ &i2c1 { pinctrl-0 = <&pinctrl_i2c1>; status = "okay"; - pcf8563@51 { + rtc@51 { compatible = "nxp,pcf8563"; reg = <0x51>; }; diff --git a/arch/arm/boot/dts/imx27-eukrea-cpuimx27.dtsi b/arch/arm/boot/dts/imx27-eukrea-cpuimx27.dtsi index c85f9d01768a..56c790705155 100644 --- a/arch/arm/boot/dts/imx27-eukrea-cpuimx27.dtsi +++ b/arch/arm/boot/dts/imx27-eukrea-cpuimx27.dtsi @@ -39,7 +39,7 @@ &i2c1 { pinctrl-0 = <&pinctrl_i2c1>; status = "okay"; - pcf8563@51 { + rtc@51 { compatible = "nxp,pcf8563"; reg = <0x51>; }; -- 2.43.0 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 C09C1C47258 for ; Tue, 16 Jan 2024 20:05:21 +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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=x2ddReArMyVL8wRTEbufegBuujBu2XLmMOSv3Dd/VCk=; b=1UDjeZtWZGL/TM j7ImqMgxK7ZOIgY1MaBamJluck7NMn3Yr2IMTOml947x+r6/tQ3L4wRd9bii3OrsIvUUvfEW/8ufs HVCP6TA2S+WNiMpazdpVqgUlFq3tt5aVCUgzhgIerbKMeeDxzgjTkwPDM9bCEVdeU2hKBI22kEv8Q 3I/rB59A+Wc8YRVgXZFM/++kssUA6BLC/GxP3hDQn5OVjvUjh7UcnZcSpqM7taNatBZ/YvJfD2ut+ XKx3HhCGKTzNUlDphbrm3vba6Ls9TJSuZZoYlzA106NYy9w1L/Nz7L/qpXN2fhXN67v0YzuRuQhoW ubBq/bJGin1kP/pA0EUw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rPpg9-00DM1o-2l; Tue, 16 Jan 2024 20:04:57 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rPpg7-00DLzC-0i for linux-arm-kernel@lists.infradead.org; Tue, 16 Jan 2024 20:04:56 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id EABDBB80E11; Tue, 16 Jan 2024 20:04:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3F127C43399; Tue, 16 Jan 2024 20:04:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1705435493; bh=XS4xD5+JSM0hLaFKTHOhUtxbkAsrKi3g0kPahUStMkg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Ki1AEHWmowu6e7FRn36XQOLoDqmyfION1eGy3rkBcbD4ww9jzotgMKGteaA5v/syG P90Dpg53BTtXBjnN8yRczhr5XxoW4bFjH8GrHl9FiSVDKWAWq3Uf9okN1KwyN5jS3n 0YzX4C7p2cJESvpll4Ma4EYiuNDW61es6zS/6ddRtBfdjnzB33o1K4FZhIPNzFz4BR tR1BOX5f2CcIp1xHXDb+zuCJHPwtx90dObpKzcJVNgmV8omSSA2NtJYPg18z2Ai/F/ wxd954sAZhBbyRYo4ReurDv82JxDZMoyW7zLFF86kDMvynYxEY2iqEgn6hDeTIaaxW iVyo2vyy+pyDg== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Fabio Estevam , Shawn Guo , Sasha Levin , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH AUTOSEL 4.19 11/22] ARM: dts: imx25/27-eukrea: Fix RTC node name Date: Tue, 16 Jan 2024 15:04:05 -0500 Message-ID: <20240116200432.260016-11-sashal@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240116200432.260016-1-sashal@kernel.org> References: <20240116200432.260016-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore X-stable-base: Linux 4.19.305 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240116_120455_390342_63359718 X-CRM114-Status: GOOD ( 11.06 ) 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 From: Fabio Estevam [ Upstream commit 68c711b882c262e36895547cddea2c2d56ce611d ] Node names should be generic. Use 'rtc' as node name to fix the following dt-schema warning: imx25-eukrea-mbimxsd25-baseboard.dtb: pcf8563@51: $nodename:0: 'pcf8563@51' does not match '^rtc(@.*|-([0-9]|[1-9][0-9]+))?$' from schema $id: http://devicetree.org/schemas/rtc/nxp,pcf8563.yaml# Signed-off-by: Fabio Estevam Signed-off-by: Shawn Guo Signed-off-by: Sasha Levin --- arch/arm/boot/dts/imx25-eukrea-cpuimx25.dtsi | 2 +- arch/arm/boot/dts/imx27-eukrea-cpuimx27.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx25-eukrea-cpuimx25.dtsi b/arch/arm/boot/dts/imx25-eukrea-cpuimx25.dtsi index e4d7da267532..5858ec8a409a 100644 --- a/arch/arm/boot/dts/imx25-eukrea-cpuimx25.dtsi +++ b/arch/arm/boot/dts/imx25-eukrea-cpuimx25.dtsi @@ -35,7 +35,7 @@ &i2c1 { pinctrl-0 = <&pinctrl_i2c1>; status = "okay"; - pcf8563@51 { + rtc@51 { compatible = "nxp,pcf8563"; reg = <0x51>; }; diff --git a/arch/arm/boot/dts/imx27-eukrea-cpuimx27.dtsi b/arch/arm/boot/dts/imx27-eukrea-cpuimx27.dtsi index c85f9d01768a..56c790705155 100644 --- a/arch/arm/boot/dts/imx27-eukrea-cpuimx27.dtsi +++ b/arch/arm/boot/dts/imx27-eukrea-cpuimx27.dtsi @@ -39,7 +39,7 @@ &i2c1 { pinctrl-0 = <&pinctrl_i2c1>; status = "okay"; - pcf8563@51 { + rtc@51 { compatible = "nxp,pcf8563"; reg = <0x51>; }; -- 2.43.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel