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 B8F8E22172C; Sun, 26 Oct 2025 15:37:31 +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=1761493051; cv=none; b=g54azzDcMsvah+Mb3xbmA4BF8vBTK47asoHCya1aUi9p+xyUAzTubVk5Z8O1/s+58UZe5S6D0jE8oxDzoS9tEYEh7mecKLCKHWX1JYAaNbOARs7YwivZetLWelEmNKMKhFKnIa6aVwH8Lo87MVHdzbX67obpQOu1s+/JMP6wJB8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761493051; c=relaxed/simple; bh=FAVjGfD5iURxjFRW5lrdmhLUB13r0BoxN6mWb3t0/xk=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=D0prWLSbqHDEYjGgfQWZh8LUkFIxbNYDuCqCbPAu9s0Wbr9vsbhQREp1Zy+UQGIf9NiQQv32v7uYw+HZxbgg9Hua5FR/62BQBIT7foz+ojMa/FYSwmZyKr9CxXpctZP5E15Rey41Ao8HlKFEku3zu/HtoohFNW1kMkuEEKD8B2I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=J4HzZeJP; 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="J4HzZeJP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E3263C4CEE7; Sun, 26 Oct 2025 15:37:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1761493051; bh=FAVjGfD5iURxjFRW5lrdmhLUB13r0BoxN6mWb3t0/xk=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=J4HzZeJPQpyjpjHs5BetJodW89YXoquuALgjCtc5jWbwY1BoToyqS9kRSZZFO2FpR jq6wO0xkP0ZqwOPdElKLkQ99oOiAbdM7XiH733TejtoyNDThkRXd1ARvBNM+ntGY8k KVjDIENQehaaKuUCAlJ8oeaOv9zUqjqbRoqNUq5HxfQ2yoQd//QcLVjdoP19olUbfI RAfUS6svpTuRvyThLcB6+ise03q/qUNUfQVCL53gBaK3HBP/oySZdzqAx9L/1eKkuJ ppy2FBR3b5TiSVwgFOMFpgiOav5KI3PXcUiSviPPcPPeOixRY+ZkhnKX9QFnPKtIZq 21k931UdAZUkA== From: Manivannan Sadhasivam To: Lorenzo Pieralisi , =?utf-8?q?Krzysztof_Wilczy=C5=84ski?= , Bjorn Helgaas , Krzysztof Kozlowski , Conor Dooley , Neil Armstrong , Jingoo Han , Gustavo Pimentel , "Rob Herring (Arm)" Cc: linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20251024011122.26001-1-robh@kernel.org> References: <20251024011122.26001-1-robh@kernel.org> Subject: Re: [PATCH] dt-bindings: PCI: amlogic,axg-pcie: Fix select schema Message-Id: <176149304726.5459.7196722337090746268.b4-ty@kernel.org> Date: Sun, 26 Oct 2025 21:07:27 +0530 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.14.2 On Thu, 23 Oct 2025 20:11:21 -0500, Rob Herring (Arm) wrote: > The amlogic,axg-pcie binding was never enabled as the 'select' schema > expects a single compatible value, but the binding has a fallback > compatible. Fix the 'select' by adding a 'contains'. With this, several > errors in the clock and reset properties are exposed. Some of the names > aren't defined in the common DWC schema and the order of clocks entries > doesn't match .dts files. > > [...] Applied, thanks! [1/1] dt-bindings: PCI: amlogic,axg-pcie: Fix select schema commit: 7411850df8e460d5e8319f3c020d03a88fa2dbc7 Best regards, -- Manivannan Sadhasivam