From nobody Sat Jun 13 17:03:12 2026 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6886715E5DC for ; Wed, 6 May 2026 09:28:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.11.138.130 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778059694; cv=none; b=E7iE171cJ9Nl/AjVF8E+Mts6zVp8q9j4xsMWu+rI5lJMyRc1+kS3yDrgkjmxjxE9qOdk6mCaajfKA5N2pRDi7d26JIypXoksclW3dg/8NjlOEfVVSu9WsVBCkZUUVtsFfz6q1SOSTbw/OLrFCSqcJ/SwJ9mFpLZTgEny+LcKkNg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778059694; c=relaxed/simple; bh=e6ojwpoW0IouWJqq8i4ApKccmJJj2eEI+mYnLbncUlc=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=WQfeM3sCYrS+5nyPdOWuheDs8Ot5q0V/Lp3NJ7AIarFX9XYAL4Cv4wIN3cMSWBm5PzW5oHsy6SHCXIu/JHRCyMh9adv4DldoRduy1EfBiYiKqfQpNnG+qFrpXGmqfYiaIlD8Ry+hABEtGYvhlV2UOYQj60EFFCLU3RjSUv1Jkmk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b=Erjhv7t1; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b="Erjhv7t1" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sntech.de; s=gloria202408; h=Content-Transfer-Encoding:MIME-Version:Message-ID:Date: Subject:Cc:To:From:Reply-To:Content-Type:In-Reply-To:References; bh=X0MPE/1rH+0sB42Q/psgglOlc5L3G+AYU8FUjULp5uY=; b=Erjhv7t1vS3Fr3oJQIYW4iOBDp ucf6z6Bib2o11f1IJW/+f7lrKDGALvtJA1aKMXaX1DU4EcYrF7TQm0oO0+l3wiM1VmjefDLfyjOvu zgblW3NAh/SI7Xeud9ZKRzQYT3DnZXjS5gug+3+zPys9yDCZTkILGbhdkxNp3jCsm4WxvwmrXdBX9 mZ+QOfIq96y/BE1PRdRVfYT7i1EbtWJUBarMcWkiCvUjMt7xEfz98MvzwGGyQQZa7XqgUWfk5YSGl K8oHVl2jHjEI+7mwqwCkn4pZIWXXqi/L7Wdy1WiK7HCMVu8S6BMtafOS7D+eraDJ6Saq+2diP0f5u Hgk6YaoA==; From: Heiko Stuebner To: heiko@sntech.de Cc: linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Jonas Karlman Subject: [PATCH] arm64: dts: rockchip: Add watchdog node for RK3528 Date: Wed, 6 May 2026 11:28:04 +0200 Message-ID: <20260506092804.3320931-1-heiko@sntech.de> X-Mailer: git-send-email 2.47.3 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Jonas Karlman Add the node describing the watchdog on the RK3528 SoC. Signed-off-by: Jonas Karlman Signed-off-by: Heiko Stuebner --- arch/arm64/boot/dts/rockchip/rk3528.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3528.dtsi b/arch/arm64/boot/dts= /rockchip/rk3528.dtsi index 806b8109f67d..77d314716b43 100644 --- a/arch/arm64/boot/dts/rockchip/rk3528.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3528.dtsi @@ -983,6 +983,14 @@ pwm7: pwm@ffa98030 { status =3D "disabled"; }; =20 + wdt: watchdog@ffac0000 { + compatible =3D "rockchip,rk3528-wdt", "snps,dw-wdt"; + reg =3D <0x0 0xffac0000 0x0 0x100>; + clocks =3D <&cru TCLK_WDT_NS>, <&cru PCLK_WDT_NS>; + clock-names =3D "tclk", "pclk"; + interrupts =3D ; + }; + saradc: adc@ffae0000 { compatible =3D "rockchip,rk3528-saradc"; reg =3D <0x0 0xffae0000 0x0 0x10000>; --=20 2.47.3