From: Conor Dooley <conor@kernel.org>
To: Jack Hsu <jh.hsu@mediatek.com>
Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
jic23@kernel.org, dlechner@baylibre.com, nuno.sa@analog.com,
andy@kernel.org, matthias.bgg@gmail.com,
angelogioacchino.delregno@collabora.com, srini@kernel.org,
ukleinek@kernel.org, gregkh@linuxfoundation.org,
jirislaby@kernel.org, daniel.lezcano@linaro.org,
tglx@linutronix.de, chunfeng.yun@mediatek.com,
wim@linux-watchdog.org, linux@roeck-us.net,
sean.wang@mediatek.com, zhiyong.tao@mediatek.com,
andrew-ct.chen@mediatek.com, lala.lin@mediatek.com,
jitao.shi@mediatek.com, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org, linux-pwm@vger.kernel.org,
linux-serial@vger.kernel.org, linux-usb@vger.kernel.org,
linux-watchdog@vger.kernel.org,
Project_Global_Chrome_Upstream_Group@mediatek.com
Subject: Re: [PATCH v7 8/9] arm64: dts: mediatek: update rtc properties for MT6359
Date: Tue, 11 Nov 2025 18:03:43 +0000 [thread overview]
Message-ID: <20251111-heroism-greasily-fb01345ae609@spud> (raw)
In-Reply-To: <20251111070031.305281-9-jh.hsu@mediatek.com>
[-- Attachment #1: Type: text/plain, Size: 1113 bytes --]
On Tue, Nov 11, 2025 at 02:59:22PM +0800, Jack Hsu wrote:
> Update properties of rtc for mt6359 PMIC
>
> Signed-off-by: Jack Hsu <jh.hsu@mediatek.com>
>
> ---
> Changs in v7:
> - remove mt635x-auadc.h
> - remove fg nodes
>
> ---
> arch/arm64/boot/dts/mediatek/mt6359.dtsi | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt6359.dtsi b/arch/arm64/boot/dts/mediatek/mt6359.dtsi
> index 467d8a4c2aa7..fe737254c091 100644
> --- a/arch/arm64/boot/dts/mediatek/mt6359.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt6359.dtsi
> @@ -302,6 +302,9 @@ mt6359_vsram_others_sshub_ldo: ldo_vsram_others_sshub {
>
> mt6359rtc: rtc {
> compatible = "mediatek,mt6358-rtc";
> + #address-cells = <1>;
> + #size-cells = <1>;
> + status = "disabled";
Okay, this looks a lot better now. Still missing an explanation of why
it has been moved to disabled though, especially since you just go and
re-enable it (without adding child devices that use the address/size
cells).
pw-bot: changes-requested
> };
> };
> };
> --
> 2.45.2
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
prev parent reply other threads:[~2025-11-11 18:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-11 6:59 [PATCH v7 0/9] Add mt8189 dts evaluation board and Makefile Jack Hsu
2025-11-11 6:59 ` [PATCH v7 1/9] dt-bindings: arm: Add compatible for MediaTek MT8189 Jack Hsu
2025-11-11 6:59 ` [PATCH v7 2/9] dt-bindings: pwm: Support MediaTek MT8189 disp-pwm Jack Hsu
2025-11-11 6:59 ` [PATCH v7 3/9] dt-bindings: serial: Support MediaTek MT8189 uart Jack Hsu
2025-11-11 6:59 ` [PATCH v7 4/9] dt-bindings: timer: Support MediaTek MT8189 timer Jack Hsu
2025-11-11 6:59 ` [PATCH v7 5/9] dt-bindings: usb: Support MediaTek MT8189 xhci Jack Hsu
2025-11-11 18:01 ` Conor Dooley
2025-11-11 6:59 ` [PATCH v7 6/9] dt-bindings: watchdog: Support MediaTek MT8189 wdt Jack Hsu
2025-11-11 6:59 ` [PATCH v7 7/9] arm64: dts: mediatek: Add MT6319 PMIC Support Jack Hsu
2025-11-11 6:59 ` [PATCH v7 8/9] arm64: dts: mediatek: update rtc properties for MT6359 Jack Hsu
2025-11-11 18:03 ` Conor Dooley [this message]
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=20251111-heroism-greasily-fb01345ae609@spud \
--to=conor@kernel.org \
--cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
--cc=andrew-ct.chen@mediatek.com \
--cc=andy@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=chunfeng.yun@mediatek.com \
--cc=conor+dt@kernel.org \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=dlechner@baylibre.com \
--cc=gregkh@linuxfoundation.org \
--cc=jh.hsu@mediatek.com \
--cc=jic23@kernel.org \
--cc=jirislaby@kernel.org \
--cc=jitao.shi@mediatek.com \
--cc=krzk+dt@kernel.org \
--cc=lala.lin@mediatek.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-pwm@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=matthias.bgg@gmail.com \
--cc=nuno.sa@analog.com \
--cc=robh@kernel.org \
--cc=sean.wang@mediatek.com \
--cc=srini@kernel.org \
--cc=tglx@linutronix.de \
--cc=ukleinek@kernel.org \
--cc=wim@linux-watchdog.org \
--cc=zhiyong.tao@mediatek.com \
/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