From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932086AbdK1TOl (ORCPT ); Tue, 28 Nov 2017 14:14:41 -0500 Received: from mail-wr0-f196.google.com ([209.85.128.196]:40443 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752341AbdK1TOi (ORCPT ); Tue, 28 Nov 2017 14:14:38 -0500 X-Google-Smtp-Source: AGs4zMZEe1bFUxzeE0yYSA0pjA8T3Ir3YoIY6XQX467ewDw+K1raYuefVWaNeyTrcLymMFkWWOhxGA== Subject: Re: [PATCH 08/13] dt-bindings: mips: Add bindings for Microsemi SoCs To: Alexandre Belloni , Ralf Baechle Cc: linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Rob Herring , devicetree@vger.kernel.org References: <20171128152643.20463-1-alexandre.belloni@free-electrons.com> <20171128152643.20463-9-alexandre.belloni@free-electrons.com> From: Florian Fainelli Message-ID: Date: Tue, 28 Nov 2017 11:14:32 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20171128152643.20463-9-alexandre.belloni@free-electrons.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/28/2017 07:26 AM, Alexandre Belloni wrote: > Add bindings for Microsemi SoCs. Currently only Ocelot is supported. > > Signed-off-by: Alexandre Belloni > --- > Cc: Rob Herring > Cc: devicetree@vger.kernel.org > > Documentation/devicetree/bindings/mips/mscc.txt | 6 ++++++ > 1 file changed, 6 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mips/mscc.txt > > diff --git a/Documentation/devicetree/bindings/mips/mscc.txt b/Documentation/devicetree/bindings/mips/mscc.txt > new file mode 100644 > index 000000000000..2c52e76b7142 > --- /dev/null > +++ b/Documentation/devicetree/bindings/mips/mscc.txt > @@ -0,0 +1,6 @@ > +* Microsemi MIPS CPUs > + > +Required properties: > +- compatible: "brcm,ocelot" You probably intended to use mscc,ocelot here, right? -- Florian