Received: by 10.223.185.116 with SMTP id b49csp1020278wrg; Wed, 21 Feb 2018 10:41:11 -0800 (PST) X-Google-Smtp-Source: AH8x226zhOYfgwRcguIsfPrG8yBol6ddDfkkpbOU4RQnZkaSZ3ej+nT6r6QK1ghGrf6slsdHh9ZM X-Received: by 10.99.103.69 with SMTP id b66mr3420821pgc.233.1519238471138; Wed, 21 Feb 2018 10:41:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519238471; cv=none; d=google.com; s=arc-20160816; b=AVRoUdVS3Hs2ISaADngN0jvv6EiynZ+BPrTWysM2tTi2bYKV8jXvWYp56dHkSjZMU3 M7V2Ri4DKJ0dY5gcaU4IZOjKkjUHjBetwgMgHorZbBwvNolcntKllwsDmignkARPq+YR f8NrJM2YI95WVhEDik08Tt12VKHh2p+8EsOw24qes5b5NYF/VmeprZn/njMTSBkKBlyG J1UFtK3A4mD6fLOQZE1cIYqrX+SuLQLj3aNsGfm7E4PDzqKTIm4yoopEczFHcDAKCia4 u3T4uLFxKlqCL5R4XAwCIrqyLIVh8lhNLM7nmVTBE0EL2axxfLJoNZsRgdg6Z71xCrst i0AQ== 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=3EXirVHo2Bu3iWwV3a6Kjh82HIv1niOmoMD+usEDHnE=; b=kbidEVdW86B2BvLOX97H0af+KnwuNGLhx1Z/9MU/pU8bAoTeB7IGOpI49TboK86/88 YsyOV3+WWcHMOPYi84fYrHfeV2AMLFiIThqy9wc5MPN/72g/6OYxMlbuAtKgvegHBqWW XpPmRRHyINMWrazs4qTbOuFAXpWGGSZYKkh/I0CfvnPqByc7r6G+nyJHt7Prb+2755ng RB4/3EJxvZt4l/o05+ZU75vkBSVkbvpU9zvDWs1kTsbOoY3RtwFNP88sgC6YQrp/B6GR Y+Qb3Y7ssKDWXMgpTj/B1TOSDQ2AEV7Crbg5UeSboBXYBGtT31UPuELsmdL+EgugGzMo KgpQ== 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 b65si7021293pgc.70.2018.02.21.10.40.55; Wed, 21 Feb 2018 10:41:11 -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 S1754632AbeBUNSX (ORCPT + 99 others); Wed, 21 Feb 2018 08:18:23 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:45798 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933532AbeBUNMl (ORCPT ); Wed, 21 Feb 2018 08:12:41 -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 B175A1098; Wed, 21 Feb 2018 13:12:40 +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.15 154/163] ARM: dts: exynos: fix RTC interrupt for exynos5410 Date: Wed, 21 Feb 2018 13:49:43 +0100 Message-Id: <20180221124538.500512611@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180221124529.931834518@linuxfoundation.org> References: <20180221124529.931834518@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.15-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 @@ -333,7 +333,6 @@ &rtc { clocks = <&clock CLK_RTC>; clock-names = "rtc"; - interrupt-parent = <&pmu_system_controller>; status = "disabled"; };