linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johan Jonker <jbx6244@gmail.com>
To: heiko@sntech.de
Cc: robh+dt@kernel.org, wim@linux-watchdog.org, linux@roeck-us.net,
	jamie@jamieiles.com, linux-watchdog@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org
Subject: [PATCH 7/8] arm64: dts: rockchip: add new watchdog compatible to rk3399.dtsi
Date: Fri, 18 Dec 2020 13:05:33 +0100	[thread overview]
Message-ID: <20201218120534.13788-7-jbx6244@gmail.com> (raw)
In-Reply-To: <20201218120534.13788-1-jbx6244@gmail.com>

The watchdog compatible strings are suppose to be SoC orientated.
In the more recently added Rockchip rk3399.dtsi file only
the fallback string "snps,dw-wdt" is used, so add the new
compatible string:

"rockchip,rk3399-wdt", "snps,dw-wdt"

make ARCH=arm64 dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/watchdog/snps,dw-wdt.yaml

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 arch/arm64/boot/dts/rockchip/rk3399.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
index 2b99480ea..825eb254b 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
@@ -1536,7 +1536,7 @@
 	};
 
 	watchdog@ff848000 {
-		compatible = "snps,dw-wdt";
+		compatible = "rockchip,rk3399-wdt", "snps,dw-wdt";
 		reg = <0x0 0xff848000 0x0 0x100>;
 		clocks = <&cru PCLK_WDT>;
 		interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH 0>;
-- 
2.11.0


  parent reply	other threads:[~2020-12-18 12:07 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-18 12:05 [PATCH 1/8] dt-binding: watchdog: add more Rockchip compatibles to snps,dw-wdt.yaml Johan Jonker
2020-12-18 12:05 ` [PATCH 2/8] ARM: dts: rockchip: add new watchdog compatible to rv1108.dtsi Johan Jonker
2020-12-18 12:05 ` [PATCH 3/8] ARM: dts: rockchip: add new watchdog compatible to rk322x.dtsi Johan Jonker
2020-12-18 12:05 ` [PATCH 4/8] arm64: dts: rockchip: add new watchdog compatible to px30.dtsi Johan Jonker
2020-12-18 12:05 ` [PATCH 5/8] arm64: dts: rockchip: add new watchdog compatible to rk3308.dtsi Johan Jonker
2020-12-18 12:05 ` [PATCH 6/8] arm64: dts: rockchip: add new watchdog compatible to rk3328.dtsi Johan Jonker
2020-12-18 12:05 ` Johan Jonker [this message]
2020-12-18 12:05 ` [PATCH 8/8] ARM: dts: rockchip: remove clock-names property from watchdog node in rv1108.dtsi Johan Jonker
2020-12-31 19:16 ` [PATCH 1/8] dt-binding: watchdog: add more Rockchip compatibles to snps, dw-wdt.yaml Rob Herring
2021-01-09 14:05 ` [PATCH 1/8] dt-binding: watchdog: add more Rockchip compatibles to snps,dw-wdt.yaml Heiko Stübner
2021-01-23 17:34 ` Guenter Roeck
2021-01-25 23:40   ` Heiko Stuebner
2021-01-26  4:55     ` Guenter Roeck
2021-01-26  8:37       ` Heiko Stübner
2021-01-26 14:56         ` Guenter Roeck
2021-03-25  0:50 ` (subset) [PATCH 1/8] dt-binding: watchdog: add more Rockchip compatibles to snps, dw-wdt.yaml Heiko Stuebner

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=20201218120534.13788-7-jbx6244@gmail.com \
    --to=jbx6244@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=jamie@jamieiles.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=robh+dt@kernel.org \
    --cc=wim@linux-watchdog.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).