From nobody Thu May 7 17:23:17 2026 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3BA00C433F5 for ; Mon, 23 May 2022 09:24:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232958AbiEWJYp (ORCPT ); Mon, 23 May 2022 05:24:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50200 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233010AbiEWJY3 (ORCPT ); Mon, 23 May 2022 05:24:29 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 179ED483AC for ; Mon, 23 May 2022 02:24:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1653297868; x=1684833868; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=trdQsmLNjG1jhgsfTrGbsi0l2B2wJ2HUtbA4xJyo3Jg=; b=fPd6oow0rZB9L8Oycr7MircNZ4evHUI6LcP4eb/oZE2tjT8AM2q6X3vT aEK8cJFTddGGhOr99m1De+9Z1f4H7fDl3VDzjLEOGoDj3eu0Iy5hy837x XASwIKRfqKSYSqGci3KqX6QHcvw8KXh3wYQ+yVe9Qa086pxEjanC+Qdw5 VeXCD37vGlDO7/MuKsiWmZSFYak2XD04NyIM3knSm7PGT3n+t5w/GYwli lgwV9Ueo4kyhNcbMu05c6IRfGwa/0VGgCCEqTBaaGwn7K5xvGuaUrtLBL OEEVD+4zEsilWL7/dyMye0ew/A1e9XaYMWhRGJTaVkcdin/QjRwqDb+t/ g==; X-IronPort-AV: E=Sophos;i="5.91,246,1647327600"; d="scan'208";a="160174298" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 23 May 2022 02:24:27 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Mon, 23 May 2022 02:24:26 -0700 Received: from ROB-ULT-M18063.microchip.com (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Mon, 23 May 2022 02:24:25 -0700 From: Claudiu Beznea To: , , CC: , , , , Claudiu Beznea Subject: [PATCH v2 1/3] ARM: at91: pm: use proper compatibles for sama5d2's rtc Date: Mon, 23 May 2022 12:24:19 +0300 Message-ID: <20220523092421.317345-2-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220523092421.317345-1-claudiu.beznea@microchip.com> References: <20220523092421.317345-1-claudiu.beznea@microchip.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Use proper compatible strings for SAMA5D2's RTC IPs. These is necessary for configuring wakeup sources for ULP1 PM mode. Fixes: d7484f5c6b3b ("ARM: at91: pm: configure wakeup sources for ULP1 mode= ") Signed-off-by: Claudiu Beznea --- arch/arm/mach-at91/pm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-at91/pm.c b/arch/arm/mach-at91/pm.c index b1a43d7bc56c..4d62f686bd1e 100644 --- a/arch/arm/mach-at91/pm.c +++ b/arch/arm/mach-at91/pm.c @@ -202,7 +202,7 @@ static const struct wakeup_source_info ws_info[] =3D { =20 static const struct of_device_id sama5d2_ws_ids[] =3D { { .compatible =3D "atmel,sama5d2-gem", .data =3D &ws_info[0] }, - { .compatible =3D "atmel,at91rm9200-rtc", .data =3D &ws_info[1] }, + { .compatible =3D "atmel,sama5d2-rtc", .data =3D &ws_info[1] }, { .compatible =3D "atmel,sama5d3-udc", .data =3D &ws_info[2] }, { .compatible =3D "atmel,at91rm9200-ohci", .data =3D &ws_info[2] }, { .compatible =3D "usb-ohci", .data =3D &ws_info[2] }, --=20 2.34.1 From nobody Thu May 7 17:23:17 2026 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B3371C433F5 for ; Mon, 23 May 2022 09:24:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233053AbiEWJYl (ORCPT ); Mon, 23 May 2022 05:24:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50240 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233042AbiEWJYb (ORCPT ); Mon, 23 May 2022 05:24:31 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3B9AC483B0 for ; Mon, 23 May 2022 02:24:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1653297871; x=1684833871; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=VUkgBLrhkA+iDcDS2zwNjexorwYKlm6xKrE/btaTkGg=; b=gl+wfwpH8eNwz3Jq4NXWCtBRWMUAwehVhkooVtGrORH8n0AceIyBTckS HsnP4O3VWWCoPrDUD04hMq9VDk+jm3TetAFZp47SqOc+3azOV37q/d6et KScXO78A4Jq/M3v5pGTfjf+2ld6YLJiMVfsFFVsd0Q/a5JRHNmuyl/BIZ MXPeAGIYBD/iQ+8Hx3+v0XVTvjc3g2iLkhqLax/9cXocD8AIzJMkzQWbe FbO47ziwyO1TZvNRIbsiSaUKLThLZTKLTKPQWPfPmcQIHBWorNFPRKS1C 5yFLLgtNhD4ox7IREIJJjejVnGVqIreKoUI1JUGedNjIZEHDgMTAYCCLm Q==; X-IronPort-AV: E=Sophos;i="5.91,246,1647327600"; d="scan'208";a="157148561" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 23 May 2022 02:24:30 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Mon, 23 May 2022 02:24:29 -0700 Received: from ROB-ULT-M18063.microchip.com (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Mon, 23 May 2022 02:24:27 -0700 From: Claudiu Beznea To: , , CC: , , , , Claudiu Beznea Subject: [PATCH v2 2/3] ARM: at91: pm: use proper compatibles for sam9x60's rtc and rtt Date: Mon, 23 May 2022 12:24:20 +0300 Message-ID: <20220523092421.317345-3-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220523092421.317345-1-claudiu.beznea@microchip.com> References: <20220523092421.317345-1-claudiu.beznea@microchip.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Use proper compatible strings for SAM9X60's RTC and RTT IPs. These are necessary for configuring wakeup sources for ULP1 PM mode. Fixes: eaedc0d379da ("ARM: at91: pm: add ULP1 support for SAM9X60") Signed-off-by: Claudiu Beznea --- arch/arm/mach-at91/pm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-at91/pm.c b/arch/arm/mach-at91/pm.c index 4d62f686bd1e..f017b2d1b11e 100644 --- a/arch/arm/mach-at91/pm.c +++ b/arch/arm/mach-at91/pm.c @@ -213,12 +213,12 @@ static const struct of_device_id sama5d2_ws_ids[] =3D= { }; =20 static const struct of_device_id sam9x60_ws_ids[] =3D { - { .compatible =3D "atmel,at91sam9x5-rtc", .data =3D &ws_info[1] }, + { .compatible =3D "microchip,sam9x60-rtc", .data =3D &ws_info[1] }, { .compatible =3D "atmel,at91rm9200-ohci", .data =3D &ws_info[2] }, { .compatible =3D "usb-ohci", .data =3D &ws_info[2] }, { .compatible =3D "atmel,at91sam9g45-ehci", .data =3D &ws_info[2] }, { .compatible =3D "usb-ehci", .data =3D &ws_info[2] }, - { .compatible =3D "atmel,at91sam9260-rtt", .data =3D &ws_info[4] }, + { .compatible =3D "microchip,sam9x60-rtt", .data =3D &ws_info[4] }, { .compatible =3D "cdns,sam9x60-macb", .data =3D &ws_info[5] }, { /* sentinel */ } }; --=20 2.34.1 From nobody Thu May 7 17:23:17 2026 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7F43AC433EF for ; Mon, 23 May 2022 09:24:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233074AbiEWJYt (ORCPT ); Mon, 23 May 2022 05:24:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50274 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233044AbiEWJYd (ORCPT ); Mon, 23 May 2022 05:24:33 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.154.123]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5BF4D4839F for ; Mon, 23 May 2022 02:24:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1653297872; x=1684833872; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=aRi/7a46MfYDFlhSMgqEU+HSCfWcSnsmUq9coE4Pa70=; b=JG4/UJhMwmoeuu3KHWVIvFi23mKHXW+YLTzF1BPus8o53zE0wEer6edt cG2eAPBF7Fu9Zw2Uc0KuRuTMFwUNIqbmH5kXfd1Za+ridpzMb2WJcGDUS qm5gTCrVGbVflLsMIbQnAb7tlVnH+PoQmvYUIu9FgQHUg6f0BHGppflV8 Qkj3u4KrqB0Ldhby1zCUor+fozmKzuEgD0IAbkKnSylpKjAM0PxGvJpYZ g6SW3ztpl0+0FDNI8hw2rhO8i8M+o4IStWHjq2Wer53ESPNs+n5cngyae TyoHonZ1poEm4H+WAkPb5SWjSj4K6+Ilf6qNasIr594NKcmZwHnvoNwIU A==; X-IronPort-AV: E=Sophos;i="5.91,246,1647327600"; d="scan'208";a="160174319" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 23 May 2022 02:24:31 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Mon, 23 May 2022 02:24:31 -0700 Received: from ROB-ULT-M18063.microchip.com (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Mon, 23 May 2022 02:24:29 -0700 From: Claudiu Beznea To: , , CC: , , , , Claudiu Beznea Subject: [PATCH v2 3/3] ARM: at91: pm: use proper compatibles for sama7g5's rtc and rtt Date: Mon, 23 May 2022 12:24:21 +0300 Message-ID: <20220523092421.317345-4-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220523092421.317345-1-claudiu.beznea@microchip.com> References: <20220523092421.317345-1-claudiu.beznea@microchip.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Use proper compatible strings for SAMA7G5's RTC and RTT IPs. These are necessary for configuring wakeup sources for ULP1 PM mode. Fixes: 6501330f9f5e ("ARM: at91: pm: add pm support for SAMA7G5") Signed-off-by: Claudiu Beznea --- arch/arm/mach-at91/pm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-at91/pm.c b/arch/arm/mach-at91/pm.c index f017b2d1b11e..826fd56d2a17 100644 --- a/arch/arm/mach-at91/pm.c +++ b/arch/arm/mach-at91/pm.c @@ -224,13 +224,13 @@ static const struct of_device_id sam9x60_ws_ids[] =3D= { }; =20 static const struct of_device_id sama7g5_ws_ids[] =3D { - { .compatible =3D "atmel,at91sam9x5-rtc", .data =3D &ws_info[1] }, + { .compatible =3D "microchip,sama7g5-rtc", .data =3D &ws_info[1] }, { .compatible =3D "microchip,sama7g5-ohci", .data =3D &ws_info[2] }, { .compatible =3D "usb-ohci", .data =3D &ws_info[2] }, { .compatible =3D "atmel,at91sam9g45-ehci", .data =3D &ws_info[2] }, { .compatible =3D "usb-ehci", .data =3D &ws_info[2] }, { .compatible =3D "microchip,sama7g5-sdhci", .data =3D &ws_info[3] }, - { .compatible =3D "atmel,at91sam9260-rtt", .data =3D &ws_info[4] }, + { .compatible =3D "microchip,sama7g5-rtt", .data =3D &ws_info[4] }, { /* sentinel */ } }; =20 --=20 2.34.1