diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2017-12-17 14:59:57 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-12-21 01:05:16 +0100 |
commit | 70301af9150fbf61483bf12fec651beb437f55ac (patch) | |
tree | 575006c86fc685dd9da4a3ee962a0775b2724844 /target | |
parent | 64b36fee8ebbe942c97e23e4066bb48ffd7bce26 (diff) | |
download | upstream-70301af9150fbf61483bf12fec651beb437f55ac.tar.gz upstream-70301af9150fbf61483bf12fec651beb437f55ac.tar.bz2 upstream-70301af9150fbf61483bf12fec651beb437f55ac.zip |
apm821xx: add product names to the dt compatible for Meraki
Meraki choose to use their product's codename as the main
compatible string. Mathias Kresin commented that this is
a poor choice as this will confuse the users and devs once
the device-tree compatible is used for board-detection and
possible the image name.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/apm821xx/dts/MR24.dts | 2 | ||||
-rw-r--r-- | target/linux/apm821xx/dts/MX60.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/apm821xx/dts/MR24.dts b/target/linux/apm821xx/dts/MR24.dts index 8b58ce1991..2c2f8d281b 100644 --- a/target/linux/apm821xx/dts/MR24.dts +++ b/target/linux/apm821xx/dts/MR24.dts @@ -16,7 +16,7 @@ / { model = "Meraki MR24 Access Point"; - compatible = "meraki,ikarem", "apm,bluestone"; + compatible = "meraki,mr24", "meraki,ikarem", "apm,bluestone"; aliases { serial0 = &UART1; diff --git a/target/linux/apm821xx/dts/MX60.dts b/target/linux/apm821xx/dts/MX60.dts index 64c8540d4d..32e5c859e8 100644 --- a/target/linux/apm821xx/dts/MX60.dts +++ b/target/linux/apm821xx/dts/MX60.dts @@ -16,7 +16,7 @@ / { model = "Meraki MX60/MX60W Security Appliance"; - compatible = "meraki,buckminster", "apm,bluestone"; + compatible = "meraki,mx60", "meraki,buckminster", "apm,bluestone"; aliases { serial0 = &UART1; |