From: "Heiko Stübner" <heiko@sntech.de>
To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
alexandre.belloni@bootlin.com,
Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-rtc@vger.kernel.org,
Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
Subject: Re: [PATCH v2 4/8] ARM: dts: rockchip: Add watchdog node for RV1126
Date: Wed, 04 Sep 2024 11:11:27 +0200 [thread overview]
Message-ID: <6440792.jCCqRG4XHG@diego> (raw)
In-Reply-To: <20240903105245.715899-5-karthikeyan@linumiz.com>
Am Dienstag, 3. September 2024, 12:52:41 CEST schrieb Karthikeyan Krishnasamy:
> Add watchdog node for Rockchip RV1126
>
> Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
this needs a separate patch for adding a watchdog compatible to
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml#n33
see for example
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=dcd615ee6fd3651ab0357364c4cf65b1148a40be
Thanks
Heiko
> ---
>
> Notes:
> v2:
> - No change
>
> arch/arm/boot/dts/rockchip/rv1126.dtsi | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm/boot/dts/rockchip/rv1126.dtsi b/arch/arm/boot/dts/rockchip/rv1126.dtsi
> index abf442804d27..283985608428 100644
> --- a/arch/arm/boot/dts/rockchip/rv1126.dtsi
> +++ b/arch/arm/boot/dts/rockchip/rv1126.dtsi
> @@ -544,6 +544,14 @@ timer0: timer@ff660000 {
> clock-names = "pclk", "timer";
> };
>
> + wdt: watchdog@ff680000 {
> + compatible = "snps,dw-wdt";
> + reg = <0xff680000 0x100>;
> + clocks = <&cru PCLK_WDT>;
> + interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
> + status = "disabled";
> + };
> +
> i2s0: i2s@ff800000 {
> compatible = "rockchip,rv1126-i2s-tdm";
> reg = <0xff800000 0x1000>;
>
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko@sntech.de>
To: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
alexandre.belloni@bootlin.com,
Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-rtc@vger.kernel.org,
Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
Subject: Re: [PATCH v2 4/8] ARM: dts: rockchip: Add watchdog node for RV1126
Date: Wed, 04 Sep 2024 11:11:27 +0200 [thread overview]
Message-ID: <6440792.jCCqRG4XHG@diego> (raw)
In-Reply-To: <20240903105245.715899-5-karthikeyan@linumiz.com>
Am Dienstag, 3. September 2024, 12:52:41 CEST schrieb Karthikeyan Krishnasamy:
> Add watchdog node for Rockchip RV1126
>
> Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
this needs a separate patch for adding a watchdog compatible to
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml#n33
see for example
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=dcd615ee6fd3651ab0357364c4cf65b1148a40be
Thanks
Heiko
> ---
>
> Notes:
> v2:
> - No change
>
> arch/arm/boot/dts/rockchip/rv1126.dtsi | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm/boot/dts/rockchip/rv1126.dtsi b/arch/arm/boot/dts/rockchip/rv1126.dtsi
> index abf442804d27..283985608428 100644
> --- a/arch/arm/boot/dts/rockchip/rv1126.dtsi
> +++ b/arch/arm/boot/dts/rockchip/rv1126.dtsi
> @@ -544,6 +544,14 @@ timer0: timer@ff660000 {
> clock-names = "pclk", "timer";
> };
>
> + wdt: watchdog@ff680000 {
> + compatible = "snps,dw-wdt";
> + reg = <0xff680000 0x100>;
> + clocks = <&cru PCLK_WDT>;
> + interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
> + status = "disabled";
> + };
> +
> i2s0: i2s@ff800000 {
> compatible = "rockchip,rv1126-i2s-tdm";
> reg = <0xff800000 0x1000>;
>
next prev parent reply other threads:[~2024-09-04 9:53 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-03 10:52 [PATCH v2 0/8] Add support Relfor Saib board which is based on Rockchip RV1109 SoC Karthikeyan Krishnasamy
2024-09-03 10:52 ` Karthikeyan Krishnasamy
2024-09-03 10:52 ` [PATCH v2 1/8] ARM: dts: rockchip: Add i2c3 node for RV1126 Karthikeyan Krishnasamy
2024-09-03 10:52 ` Karthikeyan Krishnasamy
2024-09-03 10:52 ` [PATCH v2 2/8] ARM: dts: rockchip: Add i2s0 " Karthikeyan Krishnasamy
2024-09-03 10:52 ` Karthikeyan Krishnasamy
2024-09-03 10:52 ` [PATCH v2 3/8] ARM: dts: rockchip: Add pwm " Karthikeyan Krishnasamy
2024-09-03 10:52 ` Karthikeyan Krishnasamy
2024-09-03 10:52 ` [PATCH v2 4/8] ARM: dts: rockchip: Add watchdog " Karthikeyan Krishnasamy
2024-09-03 10:52 ` Karthikeyan Krishnasamy
2024-09-04 9:11 ` Heiko Stübner [this message]
2024-09-04 9:11 ` Heiko Stübner
2024-09-04 14:21 ` karthikeyan
2024-09-04 14:21 ` karthikeyan
2024-09-03 10:52 ` [PATCH v2 5/8] dt-bindings: rtc: microcrystal,rv3028: add clock-cells property Karthikeyan Krishnasamy
2024-09-03 10:52 ` Karthikeyan Krishnasamy
2024-09-03 12:51 ` Krzysztof Kozlowski
2024-09-03 12:51 ` Krzysztof Kozlowski
2024-09-03 13:29 ` karthikeyan
2024-09-03 13:29 ` karthikeyan
2024-09-03 14:45 ` Rob Herring
2024-09-03 14:45 ` Rob Herring
2024-09-04 14:17 ` karthikeyan
2024-09-04 14:17 ` karthikeyan
2024-09-03 10:52 ` [PATCH v2 6/8] dt-bindings: vendor-prefixes: Add Relfor labs Karthikeyan Krishnasamy
2024-09-03 10:52 ` Karthikeyan Krishnasamy
2024-09-03 12:51 ` Krzysztof Kozlowski
2024-09-03 12:51 ` Krzysztof Kozlowski
2024-09-03 10:52 ` [PATCH v2 7/8] dt-bindings: arm: rockchip: Add Relfor Saib Karthikeyan Krishnasamy
2024-09-03 10:52 ` Karthikeyan Krishnasamy
2024-09-03 15:28 ` Rob Herring (Arm)
2024-09-03 15:28 ` Rob Herring (Arm)
2024-09-03 10:52 ` [PATCH v2 8/8] ARM: dts: rockchip: Add Relfor Saib board Karthikeyan Krishnasamy
2024-09-03 10:52 ` Karthikeyan Krishnasamy
2024-09-04 9:24 ` (subset) [PATCH v2 0/8] Add support Relfor Saib board which is based on Rockchip RV1109 SoC Heiko Stuebner
2024-09-04 9:24 ` Heiko Stuebner
2024-09-04 14:23 ` karthikeyan
2024-09-04 14:23 ` karthikeyan
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=6440792.jCCqRG4XHG@diego \
--to=heiko@sntech.de \
--cc=alexandre.belloni@bootlin.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=karthikeyan@linumiz.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=linux-rtc@vger.kernel.org \
--cc=robh@kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.