<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pm24.git/arch/arm/boot/dts/nvidia, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://git.kobert.dev/pm24.git/atom/arch/arm/boot/dts/nvidia?h=master</id>
<link rel='self' href='https://git.kobert.dev/pm24.git/atom/arch/arm/boot/dts/nvidia?h=master'/>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/'/>
<updated>2024-08-29T15:36:39Z</updated>
<entry>
<title>ARM: tegra: Wire up two front panel LEDs on TrimSlice</title>
<updated>2024-08-29T15:36:39Z</updated>
<author>
<name>Tomasz Maciej Nowak</name>
<email>tmn505@gmail.com</email>
</author>
<published>2024-08-22T18:41:02Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=8f4c834d89150e9b1c6c3e006668ed6fd9ee2b15'/>
<id>urn:sha1:8f4c834d89150e9b1c6c3e006668ed6fd9ee2b15</id>
<content type='text'>
Pins responsible for controlling these LEDs need to have tristate
control removed if we want them as GPIOs. This change aligns with
pinmux configuration of "dte" pin group in downstream kernel[1].
These LEDs had no function assigned on vendor kernel and there is no
label on the case, the only markings are on PCB which are part of node
names (ds1 marking is on power LED controlled by PMIC), so generic term
is assigned as the function.

1. https://github.com/compulab/trimslice-android-kernel/blob/upstream/arch/arm/mach-tegra/board-trimslice-pinmux.c#L45

Signed-off-by: Tomasz Maciej Nowak &lt;tmn505@gmail.com&gt;
Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>ARM: tegra: tf701t: Configure USB</title>
<updated>2024-08-29T15:16:28Z</updated>
<author>
<name>Svyatoslav Ryhel</name>
<email>clamor95@gmail.com</email>
</author>
<published>2024-08-06T12:39:06Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=c6d17e1a427057ce1b414d068bc5451c1588e16a'/>
<id>urn:sha1:c6d17e1a427057ce1b414d068bc5451c1588e16a</id>
<content type='text'>
Fixes issue when resuming after suspend made USB in peripheral
mode inaccessible.

Signed-off-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;
Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>ARM: tegra: tf701t: Use dedicated backlight regulator</title>
<updated>2024-08-29T15:16:28Z</updated>
<author>
<name>Svyatoslav Ryhel</name>
<email>clamor95@gmail.com</email>
</author>
<published>2024-08-06T12:39:05Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=8c80f44126da11ddcd478e1983426223a327e486'/>
<id>urn:sha1:8c80f44126da11ddcd478e1983426223a327e486</id>
<content type='text'>
Downstream kernel states that backlight has no actual enable GPIO
and uses fixed regulator.

Signed-off-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;
Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>ARM: tegra: tf701t: Re-group GPIO keys</title>
<updated>2024-08-29T15:16:28Z</updated>
<author>
<name>Svyatoslav Ryhel</name>
<email>clamor95@gmail.com</email>
</author>
<published>2024-08-06T12:39:04Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=003b99aa3044818a62464185551285bbfb2acad1'/>
<id>urn:sha1:003b99aa3044818a62464185551285bbfb2acad1</id>
<content type='text'>
Group GPIO keys into keys and switches.

Signed-off-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;
Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>ARM: tegra: tf701t: Bind WIFI SDIO and EMMC</title>
<updated>2024-08-29T15:16:28Z</updated>
<author>
<name>Svyatoslav Ryhel</name>
<email>clamor95@gmail.com</email>
</author>
<published>2024-08-06T12:39:03Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=1731cbba9f14ffdf8243ec75fedeff92c664b3bc'/>
<id>urn:sha1:1731cbba9f14ffdf8243ec75fedeff92c664b3bc</id>
<content type='text'>
Add MMC nodes configuration along with WIFI binding to ASUS TF701T
device-tree.

Signed-off-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;
Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>ARM: tegra: tf701t: Complete sound bindings</title>
<updated>2024-08-29T15:16:28Z</updated>
<author>
<name>Svyatoslav Ryhel</name>
<email>clamor95@gmail.com</email>
</author>
<published>2024-08-06T12:39:02Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=e4cee35431c83c0a9e642822e70b7b8d2a0a73d3'/>
<id>urn:sha1:e4cee35431c83c0a9e642822e70b7b8d2a0a73d3</id>
<content type='text'>
With these changes sound works, only UCM configs are needed for
complete support.

Signed-off-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;
Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>ARM: tegra: tf701t: Adjust sensors nodes</title>
<updated>2024-08-29T15:16:28Z</updated>
<author>
<name>Svyatoslav Ryhel</name>
<email>clamor95@gmail.com</email>
</author>
<published>2024-08-06T12:39:01Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=c79e35e6067fae709ba8c986d222704cd03fef68'/>
<id>urn:sha1:c79e35e6067fae709ba8c986d222704cd03fef68</id>
<content type='text'>
Complete and adjust magnetometer, thermal sensor, motion tracker,
power and light sensors according to available sources.

Signed-off-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;
Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>ARM: tegra: tf701t: Add Bluetooth node</title>
<updated>2024-08-29T15:16:28Z</updated>
<author>
<name>Svyatoslav Ryhel</name>
<email>clamor95@gmail.com</email>
</author>
<published>2024-08-06T12:39:00Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=6ca426a0950496193a25df9754d78ab4bfd5e8b7'/>
<id>urn:sha1:6ca426a0950496193a25df9754d78ab4bfd5e8b7</id>
<content type='text'>
Add serial node along with bluetooth node to ASUS TF701T device-tree.

Signed-off-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;
Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>ARM: tegra: tf701t: Add HDMI bindings</title>
<updated>2024-08-29T15:16:28Z</updated>
<author>
<name>Svyatoslav Ryhel</name>
<email>clamor95@gmail.com</email>
</author>
<published>2024-08-06T12:38:59Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=fceb6acd5d655b5087dda5291e1641db5c2b960a'/>
<id>urn:sha1:fceb6acd5d655b5087dda5291e1641db5c2b960a</id>
<content type='text'>
Add HDMI nodes to ASUS TF701T device-tree.

Signed-off-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;
Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
</content>
</entry>
<entry>
<title>ARM: tegra: tf701t: Correct and complete PMIC and PMC bindings</title>
<updated>2024-08-29T15:16:28Z</updated>
<author>
<name>Svyatoslav Ryhel</name>
<email>clamor95@gmail.com</email>
</author>
<published>2024-08-06T12:38:58Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=1f02c9fb3aab5989070edaee97e875828efe2aa1'/>
<id>urn:sha1:1f02c9fb3aab5989070edaee97e875828efe2aa1</id>
<content type='text'>
Add missing parts of PMIC complex, extend PMC binding and add missing
fixed regulators. Additionally, refresh naming to better reflect
regulator purpose.

Signed-off-by: Svyatoslav Ryhel &lt;clamor95@gmail.com&gt;
Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;
</content>
</entry>
</feed>
