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 747F3318BA6; Fri, 6 Mar 2026 08:34:54 +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=1772786094; cv=none; b=UNjvXoeR0u3BSkSPnLyrKBWACwvMe8ucq+tAWvUIxY4e+4/DsEcUgdh9w0EJXjJKUliWSlbgr1S6etRW5I4RvNzTBjJ/sp7+3M7sBrTs5/hxvpy2As+PvcjeTsBO+gF4CNBWbEE0xCyIKeaYswaN2rfInv8Is2d7hLnrcETjVf0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772786094; c=relaxed/simple; bh=ShhR40azrzG1K39i6kIdPJfgutLuB6UYY1fZN29Hjnw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=rjpM1V2/K2N+S/ikytUQjNMDc5gunsbuT5MFhmfnibntlLBCULB9rn5IZpj3D4Kaj+/PFVTdAFBJEMFSU0tuRUh/Vf98164Qog4MHa7LhSiP8Pf3zZITTUcmawaodsxctKko0AvVWWtr7uz4ACINj1fIbuuBJxuotO0yqnjDQK4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=cmo5QHLM; 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="cmo5QHLM" 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> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260305192405.111152-1-l.scorcia@gmail.com> 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 >