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 6A10836896D for ; Tue, 14 Jul 2026 10:23:46 +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=1784024627; cv=none; b=d8eZ/BSOFHWaOHW2jua9aKAAzSiQ78HUEH49Ts/X7T54zGsGSEGPLHv9p13/mk2K9d/WzLhCUfJmPMymupJyn/KGuVYbVs/r1eViizqAhWMQt2stBmrwmH5JqfHEJ/2/cjmTUWWKdMD6vaLCaVFmkFxIELlzpEb0psGnInrCu6Y= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784024627; c=relaxed/simple; bh=HqgBNMdKO7nZQQPZ1Xs4mJ4Blmz7ZyNl44TpSjfw3O4=; h=From:Subject:To:Cc:In-Reply-To:References:Content-Type:Date: Message-Id; b=dA75B190xUk/9Q3ddHyTzPkYOHwcf7eMAACj3h94uweyORC+H2sxitBMD+f7zGFPHPm/GynJEcvluvvPGiX80KGV7353Ry7xhvk7gtzk4G4WNlenHwaXbYuyG1NGIvJzvUIA8KWw4Tsb7pUKiAlCmCcizjE0zVgwiqYCkqpH+YA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oLhgBws4; 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="oLhgBws4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B74591F000E9; Tue, 14 Jul 2026 10:23:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1784024626; bh=jZbB4JpbgaEMlXbIum927A4rbUBbripYkJxFdIqLe1w=; h=From:Subject:Reply-To:To:Cc:In-Reply-To:References:Date; b=oLhgBws4tXMBDAnfevnc1+InvUUsNl9GMnJ2SOUR1C5661gF/osFAZlw2MaeCibFC d0LtayNQLhCC60pA/rise+kDScu54uBQi+cbuoQ+b+hiMrEpgd+9H9abhONB1IFdSH qeghSbrZW3YeO+qASiRZJISB2JUUuA+T5KdOl7ZGdg8C3nAWqQhiDB3PC/SxsMprSv tk0MyikcRJm7bG+zEP4kPz3zmsUtyWtHYmIVhyW1ZUOY4Z8N6d0kYzmI6R3Jj+rbx9 XMg5LRuxQbGPcMFig5axHVDTfqWKQuYKMNgcd+ALnRkKZjUs/tYk4zCWgNGoPESa43 RzhibVh9JzYxA== From: sashiko-bot@kernel.org Subject: Re: [RFC PATCH 1/3] dt-bindings: display: Add GlandaGPU binding Reply-To: sashiko-reviews@lists.linux.dev To: "Leander Kieweg" Cc: conor+dt@kernel.org, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, robh@kernel.org In-Reply-To: <20260714101146.200416-2-kieweg.leander@gmail.com> References: <20260714101146.200416-1-kieweg.leander@gmail.com> <20260714101146.200416-2-kieweg.leander@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Date: Tue, 14 Jul 2026 10:23:44 +0000 Message-Id: <20260714102345.B74591F000E9@smtp.kernel.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Thank you for your contribution! Sashiko AI review found 1 potential issue(= s) to consider: - [Low] Missing newline at the end of the new YAML binding file. -- --- Patch [1]: [RFC PATCH 1/3] dt-bindings: display: Add GlandaGPU binding = --- commit 13be4be8578f4fe27e2424184082468464c6c35a Author: Leander Kieweg dt-bindings: display: Add GlandaGPU binding This commit adds Device Tree binding documentation for GlandaGPU, a custom FPGA-based 2D display controller. > diff --git a/Documentation/devicetree/bindings/display/glanda,gpu.yaml b/= Documentation/devicetree/bindings/display/glanda,gpu.yaml > new file mode 100644 > index 0000000000000..40304e77382a4 > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/glanda,gpu.yaml [ ... ] > +examples: > + - | > + gpu@c0000000 { > + compatible =3D "glanda,gpu-1.0"; > + reg =3D <0xc0000000 0x1000000>; > + interrupts =3D <0 43 4>; > + clocks =3D <&osc1>; > + }; > \ No newline at end of file [Severity: Low] This isn't a bug, but should this new YAML file end with a newline?=20 Missing newlines can trigger styling warnings during yamllint checks when running make dt_binding_check. --=20 Sashiko AI review =C2=B7 https://sashiko.dev/#/patchset/20260714101146.2004= 16-1-kieweg.leander@gmail.com?part=3D1