summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/tegra20-asus-tf101.dts
Commit message (Collapse)AuthorAgeFilesLines
* ARM: tegra: Sort nodes by unit-address, then alphabeticallyThierry Reding2023-01-231-57/+57
| | | | | | | | | | | | | | | | | Nodes in device tree should be sorted by unit-address, followed by nodes without a unit-address, sorted alphabetically. Some exceptions are the top-level aliases, chosen, firmware, memory and reserved-memory nodes, which are expected to come first. These rules apply recursively with some exceptions, such as pinmux nodes or regulator nodes, which often follow more complicated ordering (often by "importance"). While at it, change the name of some of the nodes to follow standard naming conventions, which helps with the sorting order and reduces the amount of warnings from the DT validation tools. Signed-off-by: Thierry Reding <treding@nvidia.com>
* ARM: tegra: Fixup pinmux node namesThierry Reding2022-11-181-3/+3
| | | | | | | Pinmux node names should have a pinmux- prefix and not use underscores. Fix up some cases that didn't follow those rules. Signed-off-by: Thierry Reding <treding@nvidia.com>
* ARM: tegra: Use correct compatible string for ASUS TF101 panelThierry Reding2022-11-181-1/+1
| | | | Signed-off-by: Thierry Reding <treding@nvidia.com>
* ARM: tegra: Align gpio-keys node names with dtschemaKrzysztof Kozlowski2022-06-241-4/+4
| | | | | | | | The node names should be generic and DT schema expects certain pattern (e.g. with key/button/switch). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Thierry Reding <treding@nvidia.com>
* ARM: tegra: Adjust whitespace around '='Krzysztof Kozlowski2022-06-081-1/+1
| | | | | | | | | Fix whitespace coding style: use single space instead of tabs or multiple spaces around '=' sign in property assignment. No functional changes (same DTB). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Thierry Reding <treding@nvidia.com>
* ARM: tegra: transformer: Drop reg-shift for Tegra HS UARTSvyatoslav Ryhel2022-02-241-0/+2
| | | | | | | | | When the Tegra High-Speed UART is used instead of the regular UART, the reg-shift property is implied from the compatible string and should not be explicitly listed. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
* ARM: tegra: asus-tf101: Enable S/PDIF and HDMI audioDmitry Osipenko2022-02-241-0/+8
| | | | | | | | | | Enable S/PDIF controller to enable HDMI audio support on ASUS TF101. Use nvidia,fixed-parent-rate property that prevents audio rate conflict between S/PDIF and I2S. Tested-by: Robert Eckelmann <longnoserob@gmail.com> Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
* ARM: tegra: Update jedec,lpddr2 revision-id bindingJulius Werner2022-02-241-1/+1
| | | | | | | | | | | | | | This patch updates the tegra20-asus-tf101 device tree to replace the deprecated `revision-id1` binding with the new `revision-id` binding in its "jedec,lpddr2"-compatible node. This was the only DTS in the tree using this binding. The revision-id2 (mode register 7) of this memory chip was not given in the existing device tree, so let's assume 0 for now until it becomes relevant. Signed-off-by: Julius Werner <jwerner@chromium.org> Signed-off-by: Thierry Reding <treding@nvidia.com>
* ARM: tegra: Add device-tree for ASUS Transformer EeePad TF101Nikola Milosavljevic2021-12-151-0/+1280
Add device-tree for Tegra20-based ASUS Transformer EeePad TF101. Link: https://wiki.postmarketos.org/wiki/ASUS_Eee_Pad_Transformer_(asus-tf101) Co-developed-by: David Heidelberg <david@ixit.cz> Signed-off-by: David Heidelberg <david@ixit.cz> Co-developed-by: Svyatoslav Ryhel <clamor95@gmail.com> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Co-developed-by: Antoni Aloy Torrens <aaloytorrens@gmail.com> Signed-off-by: Antoni Aloy Torrens <aaloytorrens@gmail.com> Signed-off-by: Nikola Milosavljevic <mnidza@outlook.com> Co-developed-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Dmitry Osipenko <digetx@gmail.com> [treding@nvidia.com: cosmetic fixups] Signed-off-by: Thierry Reding <treding@nvidia.com>