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 7326F3D812D; Wed, 20 May 2026 11:57:40 +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=1779278261; cv=none; b=FWV7eYj5VAqrwsqEsf5CblZn2MnQPzZbacHnsGY1R3qai26mexvrlNRo1Xvn/wVBldk66C0R96iMdAR4uUPp3r7jRZstlhOZgMeOjvTXTFgFZ7hukY3ltbU2PXZ6Ybo5myFMA0Hnp41cI8t9N7r6/z+IS+0eG+19Rcup2EjalNU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779278261; c=relaxed/simple; bh=Iin1/suN175n35D1ODeeg9QVTJCrQQJIBc8hCh7mqa0=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=dGGvLOcXT1HWuyim8t2+w2ikqFOKlbH5ILI+1IujOjM6vPWs8M5skOg4tKAAYevgJWwaFGcEETQuUxGgVpOTP1rQUC5jI/cKIVFKvjt5YiO37zgHMKoyWGBGC8UK5GiIFY+TlwHhaEFIyzpcYqYQ57+hqF8GfR53vwmWZ6h50Kg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NibgStms; 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="NibgStms" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F1E6A1F000E9; Wed, 20 May 2026 11:57:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779278260; bh=Tvp43yTwJs2pVVHQNQRXYbNpgNqNxucMlzYQtDz5ir0=; h=Date:From:Cc:To:In-Reply-To:References:Subject; b=NibgStmsexHCT37nz3yhwNVzaM1UY0hENVsBBOXKVTvOxDiF+ixfcTcOoqrRZ0nnN +NBUChGwuWLAEUXEfUPK9X5+Hs425/pGdX+HEWxAE/5fXk4LzHJR2r0ibS8jQoQjDe 7MosGC7bjgCnY+TqvIyM+2Q1FizXL0JWFE7iBx5bldKbI0qzHBTKkcfm63EEoGotrp IXFam7KIEciZunbXnsW1cDnh7g5zIQij6ZBO4Q7WAM8FeZ0lnxowmFgQOm/OA7JeW7 zfisEnW7EvZezczMsws0ChdWqIxydxOj+aIE9elAcRPW/3a5z3mcRjzkOqzlQeLsyq 54slj5rFsL60Q== Date: Wed, 20 May 2026 06:57:39 -0500 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: "Rob Herring (Arm)" Cc: devicetree@vger.kernel.org, Dmitry Baryshkov , Konrad Dybcio , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, Greg Kroah-Hartman , linux-usb@vger.kernel.org, Bjorn Andersson , Conor Dooley To: Akash Kumar In-Reply-To: <20260520093902.2064730-2-akash.kumar@oss.qualcomm.com> References: <20260520093902.2064730-1-akash.kumar@oss.qualcomm.com> <20260520093902.2064730-2-akash.kumar@oss.qualcomm.com> Message-Id: <177927825931.217788.5773775598155839362.robh@kernel.org> Subject: Re: [PATCH 1/3] dt-bindings: usb: typec: Add Cypress CYPD6129 UCSI controller compatible On Wed, 20 May 2026 15:07:32 +0530, Akash Kumar wrote: > Document the "cypress,cypd6129" compatible string for the Cypress/Infineon > EZ-PD CCGx UCSI controller. > > The CYPD6129 is compatible with the existing CCGx binding, so allow it as a > valid compatible and permit the existing "cypress,cypd4226" fallback where > appropriate. > > Signed-off-by: Akash Kumar > --- > .../bindings/usb/cypress,cypd4226.yaml | 73 ++++++++++++++----- > 1 file changed, 55 insertions(+), 18 deletions(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: Lexical error: Documentation/devicetree/bindings/usb/cypress,cypd4226.example.dts:34.31-35 Unexpected 'GPIO' FATAL ERROR: Syntax error parsing input tree make[2]: *** [scripts/Makefile.dtbs:140: Documentation/devicetree/bindings/usb/cypress,cypd4226.example.dtb] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/builds/robherring/dt-review-ci/linux/Makefile:1644: dt_binding_check] Error 2 make: *** [Makefile:248: __sub-make] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/20260520093902.2064730-2-akash.kumar@oss.qualcomm.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.