From: Thierry Reding <thierry.reding@kernel.org>
To: Svyatoslav Ryhel <clamor95@gmail.com>
Cc: "Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Thierry Reding" <thierry.reding@gmail.com>,
"Thierry Reding" <treding@nvidia.com>,
"Jonathan Hunter" <jonathanh@nvidia.com>,
"Jonas Schwöbel" <jonasschwoebel@yahoo.de>,
devicetree@vger.kernel.org, linux-tegra@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/4] ARM: tegra: lg-x3: add missing nodes
Date: Fri, 27 Mar 2026 16:05:34 +0100 [thread overview]
Message-ID: <acacdUaXVNIKHT2O@orome> (raw)
In-Reply-To: <20260126101018.24450-1-clamor95@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2820 bytes --]
On Mon, Jan 26, 2026 at 12:10:14PM +0200, Svyatoslav Ryhel wrote:
> With the recent kernel updates, Tegra30-based LG smartphones now support
> several additional features, including an RGB-DSI bridge, DSI panels,
> MUIC, a charger, a battery temperature sensor, OTG mode, and capacitive
> buttons on the P895. Add required nodes to device trees.
>
> ---
> Changes in v2:
> - fixed dw9714 and tx13d100vm0eaa nodes
> - added video device pipes graph
>
> Regarding CHECK_DTBS output in v2:
> - nvidia,tegra30-pcie, nvidia,tegra30-gmi, nvidia,tegra30-kbc,
> nvidia,tegra20-kbc, nvidia,tegra30-ahub are not documented yet
> - nvidia,tegra30-vi was adjusted and applied, change did not apper yet
> (https://lore.kernel.org/lkml/176860988748.1688420.11717122647073678.b4-ty@nvidia.com/)
> - st,m24c08 appers undocumented though it seems to be different from
> st,24c08, at least they google as separate devices. atmel,24c08 is not
> documented, though it is widey used in linux device trees and is
> supported by driver. Here is one of examples:
> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/arch/arm/boot/dts/allwinner/sun7i-a20-linutronix-testbox-v2.dts?h=next-20260123#n33
> - onnn,mt9m114 does not have 'orientation' property, though it should
> include it since it is generic for camera devices
> - ti,lp8720 and maxim,max77663 have txt documentation and are not yet
> converted to DT schema
> - backlight in panel nodes was not added since lm3533 has no DT support
> - missing '#io-channel-cells' in ti,tsc2007 addressed in
> https://lore.kernel.org/lkml/20260122193549.29858-2-clamor95@gmail.com/
> - missing dsi controller properties of ssd2825 addressed in
> https://lore.kernel.org/lkml/20260123073411.7736-2-clamor95@gmail.com/
> - missing '#io-channel-cells' in generic-adc-thermal was proposed in but rejected
> https://lore.kernel.org/lkml/20250310075638.6979-2-clamor95@gmail.com/
> ---
>
> Svyatoslav Ryhel (4):
> ARM: tegra: lg-x3: add panel and bridge nodes
> ARM: tegra: lg-x3: add USB and power related nodes
> ARM: tegra: lg-x3: add node for capacitive buttons
> ARM: tegra: lg-x3: complete video device graph
>
> arch/arm/boot/dts/nvidia/tegra30-lg-p880.dts | 39 +++
> arch/arm/boot/dts/nvidia/tegra30-lg-p895.dts | 79 +++++
> arch/arm/boot/dts/nvidia/tegra30-lg-x3.dtsi | 328 ++++++++++++++++++-
> 3 files changed, 429 insertions(+), 17 deletions(-)
Patches 1-3 applied. Patch 4 has checkpatch has checkpatch warnings:
WARNING: DT compatible string "st,m24c08" appears un-documented -- check ./Documentation/devicetree/bindings/
#255: FILE: arch/arm/boot/dts/nvidia/tegra30-lg-x3.dtsi:1243:
+ compatible = "st,m24c08", "atmel,24c08";
So I've left it out for now.
Thierry
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2026-03-27 15:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-26 10:10 [PATCH v2 0/4] ARM: tegra: lg-x3: add missing nodes Svyatoslav Ryhel
2026-01-26 10:10 ` [PATCH v2 1/4] ARM: tegra: lg-x3: add panel and bridge nodes Svyatoslav Ryhel
2026-01-26 10:10 ` [PATCH v2 2/4] ARM: tegra: lg-x3: add USB and power related nodes Svyatoslav Ryhel
2026-01-26 10:10 ` [PATCH v2 3/4] ARM: tegra: lg-x3: add node for capacitive buttons Svyatoslav Ryhel
2026-01-26 10:10 ` [PATCH v2 4/4] ARM: tegra: lg-x3: complete video device graph Svyatoslav Ryhel
2026-03-02 7:53 ` [PATCH v2 0/4] ARM: tegra: lg-x3: add missing nodes Svyatoslav Ryhel
2026-03-27 15:05 ` Thierry Reding [this message]
2026-03-27 15:18 ` Svyatoslav Ryhel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=acacdUaXVNIKHT2O@orome \
--to=thierry.reding@kernel.org \
--cc=clamor95@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jonasschwoebel@yahoo.de \
--cc=jonathanh@nvidia.com \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=robh@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=treding@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.