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 6D82D286A7; Tue, 14 Jul 2026 22:07:54 +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=1784066875; cv=none; b=Lv9SNWUETSEyXwsuzm/cMTk9xAdk0CUFUSZS4RE27TZNl40neLRysoGEf3OSgut4v/LGDwP5p4/1QZoTcxtrEgjIlRpdI8Zziz0mcj+KuGQzSgABzRPqWDRi9ODpe8v8J1Ei/zndAmUfJHetxn/MA8MBieMEUiKSB8iMhBhPEGI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784066875; c=relaxed/simple; bh=o9o5p8oHa5PLQEyVxp87E5GRl6EIIJ0LD+bJXieVeRs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=afgus3MlhwB5Bd7tdt8zh6hStcHEKuUAEf0n5ViVPcD8fczhyvVWvNVKArF6rOMaUh1MHDVCN7z3GxyyB9ZDIhoNAQqRvZ3YcKhXQeLx7sGG/mbOpaoY3WV2a5Z2R9hl6SgfhkBBcneZ3Rab16MzXld04pRyxGcRdwrxuian6jI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Xk6NTNI9; 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="Xk6NTNI9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DDFE61F000E9; Tue, 14 Jul 2026 22:07:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1784066874; bh=cCJqnZwrEKY71GXeGxG5qqUI1KURWRmR5Jhm6EFOgGE=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=Xk6NTNI93W1VDGFBzrKB8W2DIWncv/N0U5Xlhvw9oNiimw4sKR7y5Q+UQsV/zAa3x V9vpxM22qjuzUS4bW+dK9i9cqY9Dyx36ZQFfSysp0Tq9EBcHnjMRItYz8GP6DWcZ/n yEsDmPBxhxm9of8CeSeQF7GA+VusQjdOOQjTtUV3/N+9xrbTqe1sZrwNhrb449PR78 Bmh6KxTuK3JQ9P8fxcOiYpCOPovmt9ettMeHKy29AwCcxdRT4Vc1xG8T7pg7kkWWpq bEtdu8B83mb6vMHVAT/JNCida59N8uJsLxaHFs5Lw0xm65H0xMGF+rTQVg7yXrNtt7 jqMgvhHmWt5xw== Date: Tue, 14 Jul 2026 17:07:53 -0500 From: "Rob Herring (Arm)" To: Udaya Kiran Challa Cc: linux-rtc@vger.kernel.org, devicetree@vger.kernel.org, skhan@linuxfoundation.org, tsbogend@alpha.franken.de, krzk+dt@kernel.org, linux-kernel@vger.kernel.org, conor+dt@kernel.org, Krzysztof Kozlowski , me@brighamcampbell.com Subject: Re: [PATCH v2] dt-bindings: watchdog: microchip,pic32mzda-wdt: Convert to DT schema Message-ID: <178406687202.3036881.4468660016404184803.robh@kernel.org> References: <20260624055648.127399-1-challauday369@gmail.com> Precedence: bulk X-Mailing-List: devicetree@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: <20260624055648.127399-1-challauday369@gmail.com> On Wed, 24 Jun 2026 11:26:48 +0530, Udaya Kiran Challa wrote: > Convert Microchip PIC32 Watchdog Timer devicetree binding > from legacy text format to DT schema. > > Reviewed-by: Krzysztof Kozlowski > Signed-off-by: Udaya Kiran Challa > --- > Changelog: > > Changes since v1: > - Fix example indentation > - Correct example clock specifier from REF2CLK to LPRCCLK > > Link to v1:https://lore.kernel.org/all/20260620172354.155565-1-challauday369@gmail.com/ > --- > .../bindings/watchdog/microchip,pic32-wdt.txt | 18 -------- > .../watchdog/microchip,pic32mzda-wdt.yaml | 44 +++++++++++++++++++ > 2 files changed, 44 insertions(+), 18 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/watchdog/microchip,pic32-wdt.txt > create mode 100644 Documentation/devicetree/bindings/watchdog/microchip,pic32mzda-wdt.yaml > Applied, thanks!