[OpenWrt-Devel] [RFC 2/2] Add support for the Meraki MR24

Chris Blake chrisrblake93 at gmail.com
Fri Apr 1 11:17:27 EDT 2016


Hey Imre,

On Fri, Apr 1, 2016 at 7:39 AM, Imre Kaloz <kaloz at openwrt.org> wrote:
> On Fri, 01 Apr 2016 03:46:10 +0200, Chris Blake <chrisrblake93 at gmail.com>
> wrote:
>
>> This patch adds support for the Meraki MR24 Access point to the apm821xx
>> target. More info on the device can be found at
>> https://wiki.openwrt.org/toh/meraki/mr24
>>
>> Signed-off-by: Chris Blake <chrisrblake93 at gmail.com>
>
>
>> --- /dev/null
>> +++ b/target/linux/apm821xx/dts/MR24.dts
>> @@ -0,0 +1,433 @@
>> +/*
>> + * Device Tree Source for Meraki MR24 (Ikarem)
>> + *
>> + * Copyright (C) 2016 Chris Blake <chrisrblake93 at gmail.com>
>> + *
>> + * Based on Cisco Meraki GPL Release r23-20150601 MR24 DTS
>> + *
>> + * This file is licensed under the terms of the GNU General Public
>> + * License version 2.  This program is licensed "as is" without
>> + * any warranty of any kind, whether express or implied.
>> + */
>> +
>> +/dts-v1/;
>> +
>> +/ {
>> +       #address-cells = <2>;
>> +       #size-cells = <1>;
>> +       model = "Meraki MR24 Access Point";
>> +       compatible = "apm,bluestone";
>
>
> This should be "meraki,ikarem" if that's the codename for the box.
>

From my understanding this should stay as "apm,bluestone" as this is
what the dts was based on, and needs to stay set for the platform code
to work: http://lxr.free-electrons.com/source/arch/powerpc/platforms/44x/ppc44x_simple.c#L43

So not sure why setting this to "meraki,ikarem" would be the best plan
of action, as then patches would be needed for the above code, and
possibly more drivers. (still new to the ppc arch and dts files, so
please correct me if I am wrong here).


> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list