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 A7C9C37106A; Thu, 25 Jun 2026 07:51:56 +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=1782373917; cv=none; b=WSy04UrZyYaW3vT8KQmZ6PTaWXy/siYzNNtlipS+5s52HVkockTjJNCr1CIfYIL+UV918R26Q7IURMKZWGWE/UpNiRkXyrrzovakwCIcKOSxImRPHq6108hL9lljl0fCwA1WpfTgyRWgiiVaeglwxV+Hau2BIgxE30mC6ZGKjnc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782373917; c=relaxed/simple; bh=BXXfuWEl/4U0jtRxTwwcjesAUfpaT++iaZTOE9GLos4=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=pPv8f2LYsuBcuDT1XsXjpJq1oCecjYfzuDFc3IF6hvypx9YjiJ7Aw+5IhU/UdHvmBEJMK7ECkKZSPa5B9WYT7EIt5baVxOqups5g8cc1ERS80wqvAFqHw6mcAaqxataXJcZ39wWxnR9iRwZAJWKBXvgR+y3s/NOfJmcb868E6WA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RC6vLQu9; 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="RC6vLQu9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 22E9D1F000E9; Thu, 25 Jun 2026 07:51:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782373916; bh=xwtL/5t2sZzWXgRi6A1c3mxLOpkwjN6Py+VqRMXJW+4=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=RC6vLQu98HW/BDFmYNPQFAUoCP67QGR73xWnEqsPnRMvjQy8dIB0j5YIZOF1IE6pb IJ3UV3kg3Ywf+g2B/zI4a4vceaTU8O9krxseid+bde5FwIm0mVytbSN/NxAo9b+rcW N84JmwX2YqRmfh83UdXG+lyuvLrh3Iapa4vH5jvA2paVowHvKkF99b2sdz/XF7Kyll nulsKbNlsPOxyBx3ngOgoYNy/ejG48+vCvgHszst+lPSOpiHH8VWT+NwGKmqpqKMbM NgEkRXAHwRY4Z1TpfU10dt3+ooB027a+Uz2Z01jsokqRpTw9+VrilaoYL7pV2K884x 4ua10fwtMAu6g== Message-ID: <733859d6-8286-42c9-9f56-76d4602ff238@kernel.org> Date: Thu, 25 Jun 2026 09:51:49 +0200 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3] dt-bindings: interrupt-controller: ti,irq-crossbar: Convert to DT schema To: Rob Herring , Konrad Dybcio Cc: Bhargav Joshi , simona.toaca@nxp.com, Krzysztof Kozlowski , m-chawdhry@ti.com, daniel.baluta@gmail.com, Thomas Gleixner , Sricharan R , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Conor Dooley , goledhruva@gmail.com References: <20260612-crossbar-v3-1-266747bc2e86@gmail.com> <178154975475.1640860.7016352484406221018.robh@kernel.org> <42760292-3a29-4600-8676-6a79d3b5d7a4@kernel.org> Content-Language: en-US From: Konrad Dybcio In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On 6/24/26 5:49 PM, Rob Herring wrote: > On Wed, Jun 24, 2026 at 6:22 AM Konrad Dybcio wrote: >> >> On 6/15/26 11:01 PM, Rob Herring (Arm) wrote: >>> >>> On Fri, 12 Jun 2026 02:42:29 +0530, Bhargav Joshi wrote: >>>> Convert TI irq-crossbar binding from text format to DT schema. >>>> >>>> As part of conversion following changes are made: >>>> - Add '#interrupt-cells' as a required property which was missing in >>>> text binding >>>> - As irq-crossbar is interrupt-controller. Move binding from >>>> bindings/arm/omap to bindings/interrupt-controller >>>> >>>> Signed-off-by: Bhargav Joshi >>>> --- [...] >> KeyError: 'http://devicetree.org/schemas/interrupt-controller/ti,irq-crossbar.yaml#' >> make[2]: *** [Documentation/devicetree/bindings/Makefile:75: Documentation/devicetree/bindings/processed-schema.json] Błąd 1 >> make[2]: *** Kasuję plik 'Documentation/devicetree/bindings/processed-schema.json' >> make[1]: *** [/linux/Makefile:1672: dt_binding_schemas] Błąd 2 >> make: *** [Makefile:248: __sub-make] Error 2 > > We should fix this to avoid the splat, but that would still be a new > tool version. > > So we either need to revert this and delay adding this schema or force > people to upgrade. I think we may find a static version check useful (i.e. something akin to what scripts/cc-version.sh does with compilers) to make things more obvious Konrad