Received: by 10.223.185.116 with SMTP id b49csp1030213wrg; Wed, 21 Feb 2018 10:52:04 -0800 (PST) X-Google-Smtp-Source: AH8x226bvaz6tX/ZkF/isO3eLBGlNlScLPW/9bVeSoVoLEkPntENiwMwCZrjdQJ+2XXtvuxoPkJZ X-Received: by 2002:a17:902:6b87:: with SMTP id p7-v6mr4025408plk.9.1519239124115; Wed, 21 Feb 2018 10:52:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519239124; cv=none; d=google.com; s=arc-20160816; b=ZlCuE4Ezn5/IdqNLeEG38hSMPgOqA6a/+JPCA3ZBAsxNIA5Vjyf/y2g+bMQOM/8UJ/ ZeXAJPdvycIkQ+xclM1DH0yuBLfwnZZ7WVtN7RZO+ONW/RTeJCssFxeSltNXeqSI2tPV iN/s+9CimHJcCDIxNwze+W8D01faTSVp519CYA7uC4HUTFnZHquXuI0gU2/Moc8W7gNZ 0M+5h1PIM+UyH70EMwNiZzEeMBPx9SnfwrKbPmYMyFaQxeusyMePxS8zSydeuTQmE/5Q zr0P6wl6SHEWlrWwV7J+HUA2rHypN3GMOdtv6p1+CNCpuZCzoan3TWa0q1zOev/9gvOi oHBA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=Gscx9u93jloXli8iN//V48hnO6sXLmR5EnfKXAXSrU8=; b=AngE4HAHlE9DLNz0mIj2J86lIKZs16MYUXB913qzS5A+qkVgrPYVJBrSIh7B2i6Css AXt4ucP7yoZTt5QIpIogoT4BdW3o7zzBLlQUs4L3JKDRwyHfEKieJ/ldyNMeB6+fonGn rjVSu23bRGpwnMmfqJiljLUqgt67YM13dVd2X54xQlivGlxEg61feS4NFGGZLP6BnTQl N3b4hI3dwEfLhqyZjV4Lly1qX8M+NeNnND8Wxr3GnORzg2JUpg8Jg9CvCMcM1qhwH4Lm NV1s3dAYKc8zlaCitMAJTLsnW9EXjL8LGgQVC+Zg1uBhAAZFgRWI1xwIJeSk1keZlB1H H09Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b65si1530275pfk.283.2018.02.21.10.51.50; Wed, 21 Feb 2018 10:52:04 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937599AbeBUO1x (ORCPT + 99 others); Wed, 21 Feb 2018 09:27:53 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:35664 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934590AbeBUM5H (ORCPT ); Wed, 21 Feb 2018 07:57:07 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 78C81C14; Wed, 21 Feb 2018 12:57:06 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Arnd Bergmann , Krzysztof Kozlowski Subject: [PATCH 4.9 69/77] ARM: dts: exynos: fix RTC interrupt for exynos5410 Date: Wed, 21 Feb 2018 13:49:18 +0100 Message-Id: <20180221124435.106795746@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180221124432.172390020@linuxfoundation.org> References: <20180221124432.172390020@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Arnd Bergmann commit 5628a8ca14149ba4226e3bdce3a04c3b688435ad upstream. According to the comment added to exynos_dt_pmu_match[] in commit 8b283c025443 ("ARM: exynos4/5: convert pmu wakeup to stacked domains"), the RTC is not able to wake up the system through the PMU on Exynos5410, unlike Exynos5420. However, when the RTC DT node got added, it was a straight copy of the Exynos5420 node, which now causes a warning from dtc. This removes the incorrect interrupt-parent, which should get the interrupt working and avoid the warning. Fixes: e1e146b1b062 ("ARM: dts: exynos: Add RTC and I2C to Exynos5410") Signed-off-by: Arnd Bergmann Signed-off-by: Krzysztof Kozlowski Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/exynos5410.dtsi | 1 - 1 file changed, 1 deletion(-) --- a/arch/arm/boot/dts/exynos5410.dtsi +++ b/arch/arm/boot/dts/exynos5410.dtsi @@ -274,7 +274,6 @@ &rtc { clocks = <&clock CLK_RTC>; clock-names = "rtc"; - interrupt-parent = <&pmu_system_controller>; status = "disabled"; };