From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 A485C386C3A; Tue, 7 Apr 2026 16:07:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775578068; cv=none; b=blr1g3Ljn/ar+igVwGT2qRj0vAIL3KaoxbhXgJPz39fJVXaRJU+NUd7/okuCEKlE6DvkGQHWZAvrQRfa+CVuZ2RGjBq5CeHsmMnqNYdTK1J6PoZoDqEHmAr/5gStEyguIN4y5yZfuoHTtOk+Rv99UTyULVdYH9NiNs9/wJpCi6o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775578068; c=relaxed/simple; bh=a8f50lh5fA9hxzVyPE4idNgBqFtpQ3j17xPrmyDtRAM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=UDerbNxo0ZBzIYry/YqXZC+yVMwSywP9z21WwjQmyZhqIzqq6/YkoQXE7x4qq6VrYH6BlCpdQzqz8Fk6eiPGz4koV2nBMxcEmpELFHMTGF8Z2TCLHr5QGUacENkz7AqPUREMGGVkQWIM1JvRxIPH1QmicSzXO3B4Yi/ajyj2hw8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=uIAC5Y/L; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="uIAC5Y/L" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D78F0C116C6; Tue, 7 Apr 2026 16:07:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775578068; bh=a8f50lh5fA9hxzVyPE4idNgBqFtpQ3j17xPrmyDtRAM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uIAC5Y/LBhLO9INatQI6tmlUtW5UHotCnMhrz2f6dSE1am4z1kzi5V7ideheHP3MO z2MYeMxfqcRI/fnvc4sC7BMxyHnUymQOpY44/CLIbSpqdYrduI4EMuBV6++ugdU9OD oqeM5oEC1JnyUXszbv+WIxUUHt1oNpMFVhKQJdfS1IC+dDDmRudnTIX4cSNT2NWmnS fT8t5TApXAuIs+7IOqn7zAcK8ZLSBawLkg6xk3IJdWU8fwBMmmumEVT3vofmawZ/kl qkptwfxGa2006RXFhO3ZtJ/e2CLA5rgIDY8+8f4XpoO4++x0KBjdGk9L5nKNlktkFO q4TG+e6v1x8xg== Date: Tue, 7 Apr 2026 11:07:46 -0500 From: "Rob Herring (Arm)" To: Janne Grunau Cc: Neal Gompa , linux-i2c@vger.kernel.org, Linus Walleij , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Mark Kettenis , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Guenter Roeck , devicetree@vger.kernel.org, Sasha Finkelstein , Wim Van Sebroeck , linux-pwm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Sven Peter , asahi@lists.linux.dev, Conor Dooley , linux-gpio@vger.kernel.org, linux-watchdog@vger.kernel.org, Andi Shyti , Lorenzo Pieralisi Subject: Re: [PATCH 4/9] dt-bindings: watchdog: apple,wdt: Add t8122 compatible Message-ID: <177557806556.2661973.776224786066669604.robh@kernel.org> References: <20260320-apple-m3-initial-devicetrees-v1-0-5842e1e393a8@jannau.net> <20260320-apple-m3-initial-devicetrees-v1-4-5842e1e393a8@jannau.net> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260320-apple-m3-initial-devicetrees-v1-4-5842e1e393a8@jannau.net> On Fri, 20 Mar 2026 13:23:22 +0100, Janne Grunau wrote: > The watchdog on the Apple silicon t8122 (M3) SoC is compatible with the > existing driver. Add "apple,t8122-wdt" as SoC specific compatible under > "apple,t8103-wdt" used by the driver. > > Signed-off-by: Janne Grunau > --- > Documentation/devicetree/bindings/watchdog/apple,wdt.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Acked-by: Rob Herring (Arm)