diff options
| author | Marcel Ziswiler <[email protected]> | 2015-08-06 00:47:01 +0200 |
|---|---|---|
| committer | Tom Warren <[email protected]> | 2015-08-13 13:06:01 -0700 |
| commit | a7841e7defd48abd5d3a49c8e71ff3b6c047d495 (patch) | |
| tree | 147b3469d9a13e963f871746ce809a685957d7be | |
| parent | a5825625e56d7af4630d7892b214fc38c75264e3 (diff) | |
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: Marcel Ziswiler <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
| -rw-r--r-- | arch/arm/dts/tegra20-colibri.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/tegra20-colibri.dts b/arch/arm/dts/tegra20-colibri.dts index 3131b9201b7..257ca276f92 100644 --- a/arch/arm/dts/tegra20-colibri.dts +++ b/arch/arm/dts/tegra20-colibri.dts @@ -4,7 +4,7 @@ / { model = "Toradex Colibri T20"; - compatible = "toradex,t20", "nvidia,tegra20"; + compatible = "toradex,colibri_t20", "nvidia,tegra20"; chosen { stdout-path = &uarta; |
