apm821xx: add product names to the dt compatible for Meraki
authorChristian Lamparter <chunkeey@gmail.com>
Sun, 17 Dec 2017 13:59:57 +0000 (14:59 +0100)
committerMathias Kresin <dev@kresin.me>
Thu, 21 Dec 2017 00:05:16 +0000 (01:05 +0100)
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>
target/linux/apm821xx/dts/MR24.dts
target/linux/apm821xx/dts/MX60.dts

index 8b58ce1991516e1043bfd197332b2c4c1852016f..2c2f8d281b42adf926b1bb334efb783d6f0cc22f 100644 (file)
@@ -16,7 +16,7 @@
 
 / {
        model = "Meraki MR24 Access Point";
-       compatible = "meraki,ikarem", "apm,bluestone";
+       compatible = "meraki,mr24", "meraki,ikarem", "apm,bluestone";
 
        aliases {
                serial0 = &UART1;
index 64c8540d4d6447f52d930bda2bf9a2878b40cbaa..32e5c859e857694db9e6d3032748705cdb723dd9 100644 (file)
@@ -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;