From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 6874F211466; Wed, 8 Jul 2026 08:36:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783499763; cv=none; b=c9j8iNoKy4+bGe5WTO6CcUmIStakyGx8rYJUEG09ZAH8oL7lM4d63elyHSd3mY34s4UbdVYAPkAtitFlLWzp010gmQhP+CfQbVMIwi2KZG2QcmcExKBaVOuC8YHJwq2SCVyFKxbSAHHEvy0ELkDUSmZJyTfFBSILdX8m2hXAKnU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783499763; c=relaxed/simple; bh=U8ZcH0qJIFMg/BCv8PRJhEiJwJvtFZC39GY4PAZiVTE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rGPPRcIb859f7ScoVzp61XgRFe0Cn64ue12GlDlqe66IKiFQRj/lCl4h+Zgr0k8gkAHvE2yTa+YJPsMyUDaBSKVLy3/q6uAbnqpX23qynQVBA7R6hopQXrr3jnq1Grw2dPAFTzLoytV7aYzB2SQ3MhLWzv17179vIofLh4RG/8Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dULGxStm; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dULGxStm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1A5861F000E9; Wed, 8 Jul 2026 08:36:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783499762; bh=doZQ4pWnfDyC3thHlDpyTXoQ6k8NN+OO+hsnXI6DNRY=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=dULGxStmJuZJVIila+KMloT/qdFmC9dLntSYV06uVoeCaVuQLex3j2+3xBuUE0hbX ruAyc5cwvLJkSdRXGOnYqf8ttMRm0qxCAt4joE69hp7oVjO0cNtr8OcH8UhHLZXtRT CgkQW6DxAjhp7kLfXvjdOmMZ7xbVMr7sl2TB0Z6Q+7swppIvdSjJSvCVrPfKYVWp7v zCjYlEbQjchFflZwhpY2bBhNeGCccA8PYdiUskQmIVXD54ztyidUs01knDj6y+FO2W aFiWSuwYoKz1gA2PQ219br+BTIi/Hg/PgaS61jqlil1oOyx5KNIN7fvCTOwyjvoLCi 5aL0ctTVNmnLQ== Date: Wed, 8 Jul 2026 10:35:57 +0200 From: Krzysztof Kozlowski To: Yureka Lilian Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Lorenzo Pieralisi , Sven Peter , Janne Grunau , Neal Gompa , Thomas Gleixner , Wim Van Sebroeck , Guenter Roeck , Hector Martin , Linus Walleij , Mark Kettenis , Andi Shyti , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , Sasha Finkelstein , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-watchdog@vger.kernel.org, linux-gpio@vger.kernel.org, linux-i2c@vger.kernel.org, linux-pwm@vger.kernel.org Subject: Re: [PATCH 03/10] dt-bindings: watchdog: apple,wdt: Add t8132 compatible Message-ID: <20260708-axiomatic-dashing-tapir-98bcac@quoll> References: <20260705-apple-m4-initial-devicetrees-v1-0-e5655ee56523@cyberchaos.dev> <20260705-apple-m4-initial-devicetrees-v1-3-e5655ee56523@cyberchaos.dev> Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260705-apple-m4-initial-devicetrees-v1-3-e5655ee56523@cyberchaos.dev> On Sun, Jul 05, 2026 at 03:17:22PM +0200, Yureka Lilian wrote: > The watchdog on the Apple silicon t8132 (M4) SoC is compatible with the > existing driver. Add "apple,t8132-wdt" as SoC specific compatible under > "apple,t8103-wdt" used by the driver. > > The M4 wdt block additionally has a secondary watchdog, which is > disabled by m1n1 and can safely be ignored by Linux. > > Signed-off-by: Yureka Lilian > --- > Documentation/devicetree/bindings/watchdog/apple,wdt.yaml | 1 + > 1 file changed, 1 insertion(+) Acked-by: Krzysztof Kozlowski Best regards, Krzysztof