From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9CFDEF01804 for ; Fri, 6 Mar 2026 08:34:57 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 122E810E3B8; Fri, 6 Mar 2026 08:34:57 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="cmo5QHLM"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3AEFC10E3B8 for ; Fri, 6 Mar 2026 08:34:55 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 7882360018; Fri, 6 Mar 2026 08:34:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9FF65C4CEF7; Fri, 6 Mar 2026 08:34:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772786094; bh=ShhR40azrzG1K39i6kIdPJfgutLuB6UYY1fZN29Hjnw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cmo5QHLMaxe1SIPDVj9K17oXLMgbk/ISTQLuioDSNXGpfDCZbQcIFBEeqzJIk5DK/ wYNbcylw54GxEIjimAd2F6KW9Gnyc9VoEw9hKQZuQnBq8+HsCt6aVYev8ewu3NbqkZ L1hd6O7Z/be4uSwM3muzuHgiqUR1kQt78NNyR0EQbo3yEr2qjseVOt92GT9nm1ZtVt AWJkR5ZAJjhmkdocuA5FcTqqMAt5tB3kLzrY/jg918U8NxN5ScrQ95rrbYXbwPgchr +Ro0fqA65s+9faz+yLmyjXXn8Jm5jRPB1PRCE6ixLPgZZGDpR7X/XT/xh9I2IlSw9b xa6ilRGUyPR6w== Date: Fri, 6 Mar 2026 09:34:51 +0100 From: Krzysztof Kozlowski To: Luca Leonardo Scorcia Cc: dri-devel@lists.freedesktop.org, Jagan Teki , Neil Armstrong , Jessica Zhang , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: display: panel: Document the rotation property Message-ID: <20260306-splendid-ruby-dragon-2dfcfe@quoll> References: <20260305192405.111152-1-l.scorcia@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260305192405.111152-1-l.scorcia@gmail.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, Mar 05, 2026 at 07:24:04PM +0000, Luca Leonardo Scorcia wrote: > The Jadard jd9365da-h3 driver reads and reports to DRM the orientation > property from panel-common. Document it. You should explain here hardware as well. Does hardware report it? What if driver fakes value? > > Signed-off-by: Luca Leonardo Scorcia > --- > .../devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml b/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml > index b8783eba3ddc..179401ce3aeb 100644 > --- a/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml > +++ b/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml > @@ -36,6 +36,8 @@ properties: > > backlight: true > > + rotation: true > + Drop blank lines between all ":true" cases. > port: true > > required: > -- > 2.43.0 >