linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Tegra30: add support for LG tegra based phones
@ 2024-02-14  9:11 Svyatoslav Ryhel
  2024-02-14  9:11 ` [PATCH v4 1/3] dt-bindings: arm: tegra: Add LG Optimus Vu P895 and Optimus 4X P880 Svyatoslav Ryhel
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Svyatoslav Ryhel @ 2024-02-14  9:11 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Thierry Reding,
	Jonathan Hunter, Kees Cook, Maxim Schwalm
  Cc: devicetree, linux-tegra, linux-kernel, linux-hardening

Bring up Tegra 3 based LG phones Optimus 4X HD and Optimus Vu based
on LG X3 board.

---
Changes from v3:
- set max77663 ldo0 to be always on since it is required by the SOC
- adjusted bluetooth module comment
- added enable gpio to dw9714 focuser

Changes from v2:
- switched from _ to - in node names

Changes from v1:
- switched from prefix lge to lg
---

Maxim Schwalm (1):
  dt-bindings: arm: tegra: Add LG Optimus Vu P895 and Optimus 4X P880

Svyatoslav Ryhel (2):
  ARM: tegra: Add device-tree for LG Optimus Vu (P895)
  ARM: tegra: Add device-tree for LG Optimus 4X HD (P880)

 .../devicetree/bindings/arm/tegra.yaml        |    8 +
 arch/arm/boot/dts/nvidia/Makefile             |    2 +
 arch/arm/boot/dts/nvidia/tegra30-lg-p880.dts  |  489 +++++
 arch/arm/boot/dts/nvidia/tegra30-lg-p895.dts  |  496 +++++
 arch/arm/boot/dts/nvidia/tegra30-lg-x3.dtsi   | 1812 +++++++++++++++++
 5 files changed, 2807 insertions(+)
 create mode 100644 arch/arm/boot/dts/nvidia/tegra30-lg-p880.dts
 create mode 100644 arch/arm/boot/dts/nvidia/tegra30-lg-p895.dts
 create mode 100644 arch/arm/boot/dts/nvidia/tegra30-lg-x3.dtsi

-- 
2.40.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-02-22 17:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-14  9:11 [PATCH v4 0/3] Tegra30: add support for LG tegra based phones Svyatoslav Ryhel
2024-02-14  9:11 ` [PATCH v4 1/3] dt-bindings: arm: tegra: Add LG Optimus Vu P895 and Optimus 4X P880 Svyatoslav Ryhel
2024-02-14  9:12 ` [PATCH v4 2/3] ARM: tegra: Add device-tree for LG Optimus Vu (P895) Svyatoslav Ryhel
2024-02-14  9:12 ` [PATCH v4 3/3] ARM: tegra: Add device-tree for LG Optimus 4X HD (P880) Svyatoslav Ryhel
2024-02-22 17:19 ` [PATCH v4 0/3] Tegra30: add support for LG tegra based phones Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).