From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Atcsqr.andestech.com (60-248-80-70.hinet-ip.hinet.net [60.248.80.70]) (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 F37FF32255D for ; Mon, 12 Jan 2026 06:59:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=60.248.80.70 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768201178; cv=none; b=g6JaM4f7ZTrFDLzjtXsTyQRGVyNbbg6yeDC7gxWYlgxq7F0BtpAMqW+B4/VWCNlIVnYe5d0G9ECm/abMAbah/XlJgxFyec8wjqe+syE2WFtdxr862hQQNL337EBfd25e9mi08IGihHS9UXUxzP13U7/7DEmsQYZxnxOxkqDBGfA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768201178; c=relaxed/simple; bh=hoLjnmQfmtoIbUhSFORBlU51TAZQvIPoEPV2v5T5xf8=; h=Date:From:To:CC:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qxRP51BJo/pieNHPGzoZcNrjd5XCkduCNGF7E39Nv+s2VJIPbf74O7A04yUPjc+DBgVRw6lTdZHfOJ0ZVwqbBfdazWVdzKNlmEbvSQvQr2z5veshr/hRB59mYHtnyowwznu55Xm1p7P7Q3AvLo0OUr8HzqOQvBS+yizl1LpJq/k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=permerror header.from=andestech.com; spf=pass smtp.mailfrom=andestech.com; arc=none smtp.client-ip=60.248.80.70 Authentication-Results: smtp.subspace.kernel.org; dmarc=permerror header.from=andestech.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=andestech.com Received: from mail.andestech.com (ATCPCS34.andestech.com [10.0.1.134]) by Atcsqr.andestech.com with ESMTPS id 60C6xBct068145 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=OK); Mon, 12 Jan 2026 14:59:11 +0800 (+08) (envelope-from cl634@andestech.com) Received: from swlinux02 (10.0.15.183) by ATCPCS34.andestech.com (10.0.1.134) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.39; Mon, 12 Jan 2026 14:59:11 +0800 Date: Mon, 12 Jan 2026 14:59:06 +0800 From: CL Wang To: "Rob Herring (Arm)" CC: , , , , , , , Subject: Re: [PATCH 1/3] dt-bindings: watchdog: Add support for Andes ATCWDT200 Message-ID: References: <20260107145058.213334-1-cl634@andestech.com> <20260107145058.213334-2-cl634@andestech.com> <176780298619.1372056.364291942804232671.robh@kernel.org> 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: <176780298619.1372056.364291942804232671.robh@kernel.org> User-Agent: Mutt/2.2.12 (2023-09-09) X-ClientProxiedBy: ATCPCS33.andestech.com (10.0.1.100) To ATCPCS34.andestech.com (10.0.1.134) X-DKIM-Results: atcpcs34.andestech.com; dkim=none; X-DNSRBL: X-SPAM-SOURCE-CHECK: pass X-MAIL:Atcsqr.andestech.com 60C6xBct068145 Hi Rob, Thanks for the report. You are right, the andestech,clock-source property is missing a type definition. I will fix the schema, re-run make dt_binding_check with an up-to-date dt-schema, and resend the patch. Best regards, CL Wang