Commit 2b69c7b5 authored by Anton Bambura's avatar Anton Bambura Committed by Thierry Reding

ARM: tegra: Add device-tree for ASUS Transformer Pad TF701T

Add device-tree for Tegra114-based ASUS Transformer Pad TF701T (K00C)
tablet.

Link: https://wiki.postmarketos.org/wiki/ASUS_Transformer_Pad_(TF701T)_(asus-tf701t)Signed-off-by: default avatarAnton Bambura <jenneron@protonmail.com>
Signed-off-by: default avatarDmitry Osipenko <digetx@gmail.com>
[treding@nvidia.com: cosmetic fixups]
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent e6d391a0
...@@ -1331,6 +1331,7 @@ dtb-$(CONFIG_ARCH_TEGRA_3x_SOC) += \ ...@@ -1331,6 +1331,7 @@ dtb-$(CONFIG_ARCH_TEGRA_3x_SOC) += \
tegra30-colibri-eval-v3.dtb \ tegra30-colibri-eval-v3.dtb \
tegra30-ouya.dtb tegra30-ouya.dtb
dtb-$(CONFIG_ARCH_TEGRA_114_SOC) += \ dtb-$(CONFIG_ARCH_TEGRA_114_SOC) += \
tegra114-asus-tf701t.dtb \
tegra114-dalmore.dtb \ tegra114-dalmore.dtb \
tegra114-roth.dtb \ tegra114-roth.dtb \
tegra114-tn7.dtb tegra114-tn7.dtb
......
This diff is collapsed.
...@@ -105,7 +105,7 @@ hdmi@54280000 { ...@@ -105,7 +105,7 @@ hdmi@54280000 {
status = "disabled"; status = "disabled";
}; };
dsi@54300000 { dsia: dsi@54300000 {
compatible = "nvidia,tegra114-dsi"; compatible = "nvidia,tegra114-dsi";
reg = <0x54300000 0x00040000>; reg = <0x54300000 0x00040000>;
clocks = <&tegra_car TEGRA114_CLK_DSIA>, clocks = <&tegra_car TEGRA114_CLK_DSIA>,
...@@ -121,7 +121,7 @@ dsi@54300000 { ...@@ -121,7 +121,7 @@ dsi@54300000 {
#size-cells = <0>; #size-cells = <0>;
}; };
dsi@54400000 { dsib: dsi@54400000 {
compatible = "nvidia,tegra114-dsi"; compatible = "nvidia,tegra114-dsi";
reg = <0x54400000 0x00040000>; reg = <0x54400000 0x00040000>;
clocks = <&tegra_car TEGRA114_CLK_DSIB>, clocks = <&tegra_car TEGRA114_CLK_DSIB>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment