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 6FBDD38B7D5; Sat, 9 May 2026 21:25:32 +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=1778361932; cv=none; b=R5EOZY6k/w+jWOSEQI7zk+1l94FwmTnF/ueNb1GLKZya6edaFJkIQyBQIBAN30anH8YsBwq4OhEBrHg9amARsB0L9IbnnM9sii4YAmreY1NXPAWqtLc9GRSP4idr8AN91UQTPMsIgv0j+IgUDGAG7KjESkLB5Q+TzV5HxT3feTE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778361932; c=relaxed/simple; bh=kqHOrbJyhA/27njgwMH67BMSnrFaEGEAU6ESTHsUOMY=; h=Date:Content-Type:MIME-Version:From:Cc:To:In-Reply-To:References: Message-Id:Subject; b=NW6SzcUtHCtEn1kEtpU6mATpkZSKpVY6YNLoy5lRNzhrZj40MqTmPHBAwTgYwFg/DBdIxRHb/xHxuRnfo5HM4RYSEk+Rni4AY82+VYx91ro+hiCujBR8pN4pLh+uaxm+NVA1YJOLJ/HkeBfCM9SSDjLilhBocZMJXPMAVD2JON8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lhRNa9U6; 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="lhRNa9U6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C787DC2BCB2; Sat, 9 May 2026 21:25:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778361932; bh=kqHOrbJyhA/27njgwMH67BMSnrFaEGEAU6ESTHsUOMY=; h=Date:From:Cc:To:In-Reply-To:References:Subject:From; b=lhRNa9U6a6Yx6f+isl46Vmo87cARQlOGnSA39+RCjZwb7G7vS9Jn993kdHdc4C+dI CcuXkUOfxsvWT9dghrcgwFTRziEqVSl7qe9l61EG98WgsSA7qe83n7eNHsUfKaNtq2 qTLnZobTNrv0Q6BJvEKc0RvR9OxD/A2AzDSda1Ey5v7KPDSVvq75WxsjKgU6+nWc/g fk1uREqrGrqgKHOhTytbV/yLzkIHWPgpQbDSCS+axh07yu8UqLmD802yxHMlHzl5uO MJvEh+390TGDEUn4OvJ/4Ti8noknu+/c1dsw4UYk+2aixCt4Dc5MlauXS2wJgw5mh+ crXMeft5QpJ9g== Date: Sat, 09 May 2026 16:25:29 -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: Conor Dooley , dri-devel@lists.freedesktop.org, Maxime Ripard , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Jessica Zhang , devicetree@vger.kernel.org, Neil Armstrong , Maarten Lankhorst , Simona Vetter , David Airlie , Thomas Zimmermann To: Aaron Kling In-Reply-To: <20260509-icna35xx-v1-1-688d3d4e10f9@gmail.com> References: <20260509-icna35xx-v1-0-688d3d4e10f9@gmail.com> <20260509-icna35xx-v1-1-688d3d4e10f9@gmail.com> Message-Id: <177836192983.1140170.1302751195131262657.robh@kernel.org> Subject: Re: [PATCH 1/2] dt-bindings: display: panel: Add Chipone ICNA 35xx OLED driver bindings On Sat, 09 May 2026 15:18:57 -0500, Aaron Kling wrote: > The Chipone ICNA35xx series of DDICs are high refresh, low power > MIPI-DSI drivers for OLED panels. The icna3512 is used by the Ayn Odin 2 > Portal and the icna3520 is used by the Ayn Thor top panel and the Ayn > Odin 3. > > Signed-off-by: Aaron Kling > --- > .../bindings/display/panel/chipone,icna35xx.yaml | 77 ++++++++++++++++++++++ > 1 file changed, 77 insertions(+) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/display/panel/chipone,icna35xx.yaml:28:13: [warning] wrong indentation: expected 14 but found 12 (indentation) dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/20260509-icna35xx-v1-1-688d3d4e10f9@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.