From patchwork Wed Oct 3 09:09:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Brugger X-Patchwork-Id: 10624451 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 A66FF18A7 for ; Wed, 3 Oct 2018 09:10:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 98EF32022B for ; Wed, 3 Oct 2018 09:10:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8D0AA2870F; Wed, 3 Oct 2018 09:10:04 +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=-2.9 required=2.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 2B8892022B for ; Wed, 3 Oct 2018 09:10:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=63RK2uMshcopyby+ZzRViuo2DyCa43dvgw3/W8U7xNI=; b=E7pgrtzcKWJj0U EFnXBu2vfjPsi9tp67vMGayIeAerWKCNW1yljjw94sylTbfhNF0T/MUFqBghUE+u1iA+mdyrkZst1 HfxX5Tyb2oBT4GrsWToXVK76+KVFV5xKNx2/QIn++7sdDKoZhsOEByqB89wP/VDIgqGfuFk7ZmLal Ydjo46AwQpL1f3CltFJJ3t9N3SU8yG1/r3jCqdHOZlIINxsbAWMfsngkRao20QUEH6BXX9Wru1osl 7L3a+uUiUKxTLp3XYPplqVnT3WJuMfqP5/+8dcPTG57q+UxtS1XqKRewBqHBiMXWJ22k+DDAX2aIv s4d1RHv57Oim8HxlQd9Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1g7dAM-0000Pq-L1; Wed, 03 Oct 2018 09:09:58 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1g7dA7-00007t-Py; Wed, 03 Oct 2018 09:09:50 +0000 Received: from ziggy.de (unknown [37.223.143.164]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0710620835; Wed, 3 Oct 2018 09:09:28 +0000 (UTC) From: Matthias Brugger To: robh+dt@kernel.org, mark.rutland@arm.com, joro@8bytes.org, arnd@arndb.de Subject: [PATCH 0/4] Add MT7623 dts bindings documentation Date: Wed, 3 Oct 2018 11:09:08 +0200 Message-Id: <20181003090912.30501-1-matthias.bgg@gmail.com> X-Mailer: git-send-email 2.19.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181003_020943_990420_69815C22 X-CRM114-Status: UNSURE ( 6.20 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: bin.liu@mediatek.com, devicetree@vger.kernel.org, ryder.lee@mediatek.com, weiyi.lu@mediatek.com, rick.chang@mediatek.com, sean.wang@mediatek.com, sboyd@codeaurora.org, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, matthias.bgg@gmail.com, mchehab@kernel.org, chen.zhong@mediatek.com, yong.wu@mediatek.com, linux-media@vger.kernel.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Mediateks MT7623 SoC shares most of its component with MT2701. This series adds devicetree documentation for all the devices. It applies cleanly against linux next, so I don't expect any merge conflicts if this is taken by Arnd through the arm-soc tree for v4.20