From: Andrej Picej <andrej.picej@norik.com>
To: Teresa Remmet <T.Remmet@phytec.de>,
"kernel@pengutronix.de" <kernel@pengutronix.de>,
"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
"robh@kernel.org" <robh@kernel.org>,
"shawnguo@kernel.org" <shawnguo@kernel.org>,
"krzk+dt@kernel.org" <krzk+dt@kernel.org>,
"festevam@gmail.com" <festevam@gmail.com>,
"conor+dt@kernel.org" <conor+dt@kernel.org>
Cc: "imx@lists.linux.dev" <imx@lists.linux.dev>,
PHYTEC Upstream <upstream@lists.phytec.de>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Subject: Re: [Upstream] [PATCH 09/15] arm64: dts: imx8mm: move bulk of rtc properties to carrierboards
Date: Wed, 27 Nov 2024 12:01:55 +0100 [thread overview]
Message-ID: <c2af397e-b1a0-4ec7-8ff0-60b9e36cd939@norik.com> (raw)
In-Reply-To: <67e55b1f18f2a676b890c9a4133575e8b90f6019.camel@phytec.de>
Hi Teresa,
On 27. 11. 24 11:34, Teresa Remmet wrote:
> Hello Andrej,
>
> Am Montag, dem 25.11.2024 um 09:18 +0100 schrieb Andrej Picej:
>> From: Yannic Moog <y.moog@phytec.de>
>>
>> Move properties from SoM's dtsi to carrierboard's dts as they are
>> actually defined by the carrier board design.
>>
>> Signed-off-by: Yannic Moog <y.moog@phytec.de>
>> Signed-off-by: Andrej Picej <andrej.picej@norik.com>
>> ---
>> arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts | 4 ++++
>> arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi | 4 ----
>> arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l.dts | 4 ++++
>> 3 files changed, 8 insertions(+), 4 deletions(-)
>>
>> diff --git a/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-
>> rdk.dts b/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts
>> index 7aaf705c7e47..f5f503c3c6b9 100644
>> --- a/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts
>> +++ b/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts
>> @@ -221,6 +221,10 @@ &pcie_phy {
>>
>> /* RTC */
>> &rv3028 {
>> + interrupt-parent = <&gpio1>;
>> + interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
>> + pinctrl-0 = <&pinctrl_rtc>;
>
> You should also move the pinctrl settings to the carrier boards.
> As the pin can be used differently and should not be defined by the
> SoM.
Ok will fix this in v2. Thanks.
BR,
Andrej.
>
> Thanks,
> Teresa
>
>> + pinctrl-names = "default";
>> aux-voltage-chargeable = <1>;
>> trickle-resistor-ohms = <3000>;
>> wakeup-source;
>> diff --git a/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi
>> b/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi
>> index cced82226c6d..fdfe28780d6f 100644
>> --- a/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi
>> +++ b/arch/arm64/boot/dts/freescale/imx8mm-phycore-som.dtsi
>> @@ -301,10 +301,6 @@ eeprom@51 {
>> /* RTC */
>> rv3028: rtc@52 {
>> compatible = "microcrystal,rv3028";
>> - interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
>> - interrupt-parent = <&gpio1>;
>> - pinctrl-names = "default";
>> - pinctrl-0 = <&pinctrl_rtc>;
>> reg = <0x52>;
>> };
>> };
>> diff --git a/arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l.dts
>> b/arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l.dts
>> index c9bf4ac254bb..b7b18d5a4f68 100644
>> --- a/arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l.dts
>> +++ b/arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l.dts
>> @@ -215,6 +215,10 @@ &pwm4 {
>>
>> /* RTC */
>> &rv3028 {
>> + interrupt-parent = <&gpio1>;
>> + interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
>> + pinctrl-0 = <&pinctrl_rtc>;
>> + pinctrl-names = "default";
>> aux-voltage-chargeable = <1>;
>> trickle-resistor-ohms = <3000>;
>> wakeup-source;
>
next prev parent reply other threads:[~2024-11-27 11:01 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-25 8:17 [PATCH 00/15] Update PHYTEC's i.MX8MM DTSs Andrej Picej
2024-11-25 8:18 ` [PATCH 01/15] arm64: dts: imx8mm-phycore-som: Keep LDO3 on in suspend Andrej Picej
2024-11-25 8:18 ` [PATCH 02/15] arm64: dts: imx8mm-phycore-som: Fix bluetooth wakeup source Andrej Picej
2024-11-27 10:29 ` [Upstream] " Teresa Remmet
2024-11-25 8:18 ` [PATCH 03/15] arm64: dts: imx8mm-phycore-som: Remove magic-packet property Andrej Picej
2024-11-25 8:18 ` [PATCH 04/15] arm64: dts: imx8mm-phycore-som: Assign regulator for dsi to lvds bridge Andrej Picej
2024-11-25 8:18 ` [PATCH 05/15] arm64: dts: imx8mm-phycore-som: add descriptions to nodes Andrej Picej
2024-11-25 8:18 ` [PATCH 06/15] arm64: dts: imx8mm-phyboard-polis: add RTC description Andrej Picej
2024-11-25 8:18 ` [PATCH 07/15] arm64: dts: imx8mm-phyboard-polis: Set RTC as wakeup-source Andrej Picej
2024-11-27 10:30 ` [Upstream] " Teresa Remmet
2024-11-25 8:18 ` [PATCH 08/15] arm64: dts: imx8mm-phygate-tauri-l: " Andrej Picej
2024-11-27 10:30 ` [Upstream] " Teresa Remmet
2024-11-25 8:18 ` [PATCH 09/15] arm64: dts: imx8mm: move bulk of rtc properties to carrierboards Andrej Picej
2024-11-27 10:34 ` [Upstream] " Teresa Remmet
2024-11-27 11:01 ` Andrej Picej [this message]
2024-11-25 8:18 ` [PATCH 10/15] arm64: dts: imx8mm-phyboard-polis: Assign missing regulator for bluetooth Andrej Picej
2024-11-25 8:18 ` [PATCH 11/15] arm64: dts: imx8mm-phyboard-polis: Add support for PEB-AV-10 Andrej Picej
2024-11-25 8:18 ` [PATCH 12/15] arm64: dts: imx8mm-phyboard-polis: Add overlay for PEB-EVAL-01 Andrej Picej
2024-11-25 8:18 ` [PATCH 13/15] arm64: dts: imx8mm-phycore-som: Add overlay for rproc Andrej Picej
2024-11-25 8:18 ` [PATCH 14/15] arm64: dts: imx8mm-phycore-som: Add no-eth phy overlay Andrej Picej
2024-11-25 8:18 ` [PATCH 15/15] arm64: dts: imx8mm-phycore-som: Add overlay to disable SPI NOR flash Andrej Picej
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c2af397e-b1a0-4ec7-8ff0-60b9e36cd939@norik.com \
--to=andrej.picej@norik.com \
--cc=T.Remmet@phytec.de \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=upstream@lists.phytec.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox