Skip to content
Snippets Groups Projects
Commit a7841e7d authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Tom Warren
Browse files

colibri_t20: fix device-tree compatible node


Use toradex,colibri_t20 as the device-tree compatible node value rather
than toradex,t20 in accordance to our Apalis/Colibri T30 products.

Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
Acked-by: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
parent a5825625
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
/ {
model = "Toradex Colibri T20";
compatible = "toradex,t20", "nvidia,tegra20";
compatible = "toradex,colibri_t20", "nvidia,tegra20";
chosen {
stdout-path = &uarta;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment