From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from codeconstruct.com.au (pi.codeconstruct.com.au [203.29.241.158]) (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 7552019CC3E; Wed, 1 Oct 2025 02:35:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=203.29.241.158 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759286147; cv=none; b=NslGDyUPqYo7Kfsp2XVwzXIetrGtMp5aXe8uavd8s3a4cEkVFSrfZXKSLFg+8j/ecSZlfC/lo7KwMQytycBrAxdXxNpEYmcspsXsSPV9gLqEdJYn3UnuIasD9Ig66uuPF+6cx5XbLHl6ylX1x8S6kTH6mRBpKY/GqlizZnTa7NI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759286147; c=relaxed/simple; bh=K9fCsMOCdUbvRNo/t+o2bC2PyvUlczEgu2UBaPD1egI=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=mo+pUaw2HmBngh0DUOZY5Ztv3kuo5gMcmh9QSPbpJSkqm7puwRkF1skCQUeA8KlXw/ku9P79R8+WVSy4uJJLQuTuW8UBXXr6iENR/WieLpLVxc/tcSAz9T3iZ8qxW5ih1fjPmONxRjY1S9rRjYydJWQkc/dcIPqOrB5AoNJQGFU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codeconstruct.com.au; spf=pass smtp.mailfrom=codeconstruct.com.au; dkim=pass (2048-bit key) header.d=codeconstruct.com.au header.i=@codeconstruct.com.au header.b=BZS10cwL; arc=none smtp.client-ip=203.29.241.158 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codeconstruct.com.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=codeconstruct.com.au Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=codeconstruct.com.au header.i=@codeconstruct.com.au header.b="BZS10cwL" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1759286143; bh=K9fCsMOCdUbvRNo/t+o2bC2PyvUlczEgu2UBaPD1egI=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=BZS10cwLGFLV5nsN0uVkLFHIq48Oo2il5WbyDSJvHm3dHPjdTV8wixUYy5gUITgc0 Jyx8eIPnhDSPxODugl67iAIXBGYrAnuuNV0m8yiiz/+klC2aHN4/PzO4YJ4yEzUWsF xhEVltPYvy9tosuvwWUrB8rKBgJpe90p7deCnbFp+a40msHMA6uyxPB3EVctuJwO6E 3wGaeCNu5f4IgFDQ2/M6MAC53VQUcmGn6XchruaP2BRoaOvcBulzpYnRPTD362gqYB IzkD40nZKAx/QBIIFJXTNmOReFZUB5cOSvX45trBXVN6NzJPDVrJIwISBEVZCmtCXb GGLBCpTvd9RyA== Received: from [IPv6:2405:6e00:243e:cd99:1d87:95e3:706d:5dc7] (unknown [120.20.48.42]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id 49F6F749D1; Wed, 1 Oct 2025 10:35:40 +0800 (AWST) Message-ID: <045c7bcd3a852e626f11e5b78c07939feac0e298.camel@codeconstruct.com.au> Subject: Re: [PATCH v3 0/3] arm64: dts: nuvoton: add NPCM845 SoC and EVB support From: Andrew Jeffery To: Tomer Maimon Cc: "Rob Herring (Arm)" , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, venture@google.com, yuenn@google.com, openbmc@lists.ozlabs.org, benjaminfair@google.com, joel@jms.id.au, krzk+dt@kernel.org, tali.perry1@gmail.com, conor+dt@kernel.org, avifishman70@gmail.com Date: Wed, 01 Oct 2025 12:05:38 +0930 In-Reply-To: References: <20250925200625.573902-1-tmaimon77@gmail.com> <175890301752.880349.2331946518360447485.robh@kernel.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.56.1-1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 On Mon, 2025-09-29 at 12:15 +0300, Tomer Maimon wrote: > Hi Rob, >=20 > Thanks for your comments >=20 > Most of the warnings occur because the compatible strings are located > in .txt device tree binding rather than in the .yaml file. >=20 > The only change that needs to be done is in ti,tmp100 that >=20 > Could you approve the patches, avoiding NPCM845 compatible warnings? > Meanwhile, I will work on converting the txt to yaml I think it's best we get the conversion done, and then subsequently apply the apply this series. See: https://docs.kernel.org/process/maintainer-soc.html#validating-devicetree-f= iles and https://docs.kernel.org/process/maintainer-soc-clean-dts.html#strict-dts-dt= -schema-and-dtc-compliance Andrew