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 EE87D30F7FF; Sun, 9 Aug 2026 20:57:05 +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=1786309027; cv=none; b=u75+QTvrGKrY38Auf9L9KhLbpM0jscXHZRyTollD7hPhEUbOWdf3mgonxzk9Dx/obnxcCSmsOjAxihqdrMacTvvh7+Q0z1eGb8MJnDX8DCRhTfxavFI7ZrLCmeOSvd13E13pP1Iur4y4nzwLDxL2u5O8+1SFdcpe0jVQcP3f0U0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786309027; c=relaxed/simple; bh=y7F4zFpumoYvP9c9L4KVrUi2xocb4VuAT72csmlYVsQ=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=jdF9S2Q0hM1na2NpZ/E8zUWIKc8oJRhqyP5IUGGQ712Bw8nI1QlYYC/txwhdjn/nvMfhQFP/xZ+dy15f5qjDojayUOSVyF4BkxqCQhowIkLUpUgVFoNfJaxPmlvSMPUXlyrx+iHOpbnLP36If0ch03KjoJL1RRB9xTlB6Ox2vfQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=W2+hdrxF; 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="W2+hdrxF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E9D361F000E9; Sun, 9 Aug 2026 20:57:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786309025; bh=pLkF0NLj/A2HQEEfAGqywzigLmQcK/vmjIC7mVIkzLU=; h=Date:From:Cc:To:In-Reply-To:References:Subject; b=W2+hdrxFZpt/F+NpzQmltXR2BqtphG4Dncu82E2b1GGtO+lodA9D7+NQFryuMccr8 yXZYeNKBYWSWRRtzR1HqC4aRekSzkdl5rULOuBS8qOjrZ+zVb0wmTyXRLWHBn7JPaf tzQ/+hUO4Wm2CkNWiz/bat58nFDm6SgZbEbc8OQ4mue0lmxRgpfuSDviDk7hNJHPPm Z0vUnB+st4s71/ZMT7AK9xR3grfqrZwZtyQKrr5V/Rf85kCtcVgRwcc3ERIPYpPLsp vZ3kzsjhRM+IFIhhJWjYHLT9mL3OsKISwz6mPX7/iLyQlSc8zhiJO+lZBtqm+R7MCG hEFgNjNBwavwA== Date: Sun, 09 Aug 2026 15:57:04 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: Albert Ou , =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= , linux-kernel@vger.kernel.org, Haylen Chu , devicetree@vger.kernel.org, Maarten Lankhorst , Philipp Zabel , Krzysztof Kozlowski , Alexandre Ghiti , David Airlie , Guodong Xu , linux-clk@vger.kernel.org, Yixun Lan , Paul Walmsley , linux-riscv@lists.infradead.org, Stephen Boyd , Conor Dooley , linux-phy@lists.infradead.org, Maxime Ripard , Michael Turquette , Vinod Koul , Thomas Zimmermann , spacemit@lists.linux.dev, Yao Zi , Brian Masney , dri-devel@lists.freedesktop.org, Simona Vetter , Neil Armstrong , Palmer Dabbelt To: Cody Kang In-Reply-To: <20260809-k3-display-v2-4-327d7910bf71@gmail.com> References: <20260809-k3-display-v2-0-327d7910bf71@gmail.com> <20260809-k3-display-v2-4-327d7910bf71@gmail.com> Message-Id: <178630902417.4734.745604981187853023.robh@kernel.org> Subject: Re: [PATCH v2 04/17] dt-bindings: soc: spacemit: allow eDP/DP PHY PLL pixel clocks on K3 APMU On Sun, 09 Aug 2026 21:14:13 +0800, Cody Kang wrote: > The APMU's eDP pixel-clock muxes select the DP PHY PLLs as parents, so the > K3 syscon takes two clock inputs the other variants do not have. > > Gate them behind the K3 compatible instead of widening the shared clock > list, so a non-K3 syscon cannot silently accept clocks it has no mux for. > > Signed-off-by: Cody Kang > > --- > v2: > - drop the redundant minItems: 4; four is already the minimum > (Rob Herring) > --- > .../bindings/soc/spacemit/spacemit,k1-syscon.yaml | 21 ++++++++++++++++++++- > 1 file changed, 20 insertions(+), 1 deletion(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/display/imx/fsl,imx-lcdc.example.dtb: display0: fsl,pcr: b'\xf0\xc8\x80\x80' is not of type 'object', 'integer', 'array', 'boolean', 'null' from schema $id: http://devicetree.org/schemas/dt-core.yaml doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/20260809-k3-display-v2-4-327d7910bf71@gmail.com The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.