From patchwork Thu Apr 11 12:19:14 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiaxun Yang X-Patchwork-Id: 10895849 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 274151515 for ; Thu, 11 Apr 2019 12:20:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0AC1C2875C for ; Thu, 11 Apr 2019 12:20:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F038928C95; Thu, 11 Apr 2019 12:20:33 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8DB752875C for ; Thu, 11 Apr 2019 12:20:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726391AbfDKMUd (ORCPT ); Thu, 11 Apr 2019 08:20:33 -0400 Received: from forward105o.mail.yandex.net ([37.140.190.183]:37165 "EHLO forward105o.mail.yandex.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726121AbfDKMUd (ORCPT ); Thu, 11 Apr 2019 08:20:33 -0400 Received: from mxback7g.mail.yandex.net (mxback7g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:168]) by forward105o.mail.yandex.net (Yandex) with ESMTP id C74CD4200C6A; Thu, 11 Apr 2019 15:20:30 +0300 (MSK) Received: from smtp2o.mail.yandex.net (smtp2o.mail.yandex.net [2a02:6b8:0:1a2d::26]) by mxback7g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id vhskqf5ZQ6-KU4uOQW6; Thu, 11 Apr 2019 15:20:30 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=flygoat.com; s=mail; t=1554985230; bh=CjsRND6fVCwNjty2QFm2hXF7hynBJdtzagz/50SMmRA=; h=In-Reply-To:Subject:To:From:Message-Id:Cc:References:Date; b=amGneY6xFlec2x9dGeothaBFijgYNFDHFpbuwXjRKA9gLXER1KmS0CftIgZ2xx2EG SUmiVWP8xugxEhCn5itKMK7AnJ+h74LWFe8i6Z2P3mAhmJdEhDutfh37qJQGOdUbU8 VHySRfm4MEbvm6TOrYXhmbim68I/WJeA8YSv38sg= Authentication-Results: mxback7g.mail.yandex.net; dkim=pass header.i=@flygoat.com Received: by smtp2o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id QbB7ClwXzg-KOCmQ3vo; Thu, 11 Apr 2019 15:20:28 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) From: Jiaxun Yang To: linux-mips@vger.kernel.org Cc: devicetree@vger.kernel.org, paul.burton@mips.com, robh+dt@kernel.org, Jiaxun Yang Subject: [PATCH v2 5/6] dt/bindings: Add bindings for ls1x CPU Date: Thu, 11 Apr 2019 20:19:14 +0800 Message-Id: <20190411121915.8040-6-jiaxun.yang@flygoat.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190411121915.8040-1-jiaxun.yang@flygoat.com> References: <20190312091520.8863-2-jiaxun.yang@flygoat.com> <20190411121915.8040-1-jiaxun.yang@flygoat.com> MIME-Version: 1.0 Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This documented ls1x CPU node. Signed-off-by: Jiaxun Yang Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/mips/loongson/ls1x-cpu.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Documentation/devicetree/bindings/mips/loongson/ls1x-cpu.txt diff --git a/Documentation/devicetree/bindings/mips/loongson/ls1x-cpu.txt b/Documentation/devicetree/bindings/mips/loongson/ls1x-cpu.txt new file mode 100644 index 000000000000..33664bd15487 --- /dev/null +++ b/Documentation/devicetree/bindings/mips/loongson/ls1x-cpu.txt @@ -0,0 +1,4 @@ +* Loongson-1 MCU CPUs + +Required properties: +- compatible: "loongson,ls1b", "loongson,ls1c"