From patchwork Sat Jun 18 17:09:11 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Shiyan X-Patchwork-Id: 9185761 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 7E6AC6075F for ; Sat, 18 Jun 2016 17:11:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6BEF727DCE for ; Sat, 18 Jun 2016 17:11:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 607DF28362; Sat, 18 Jun 2016 17:11:40 +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=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 27DA327DCE for ; Sat, 18 Jun 2016 17:11:40 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1bEJkh-00079P-Ba; Sat, 18 Jun 2016 17:09:47 +0000 Received: from smtp43.i.mail.ru ([94.100.177.103]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1bEJkd-00077q-TT for linux-arm-kernel@lists.infradead.org; Sat, 18 Jun 2016 17:09:45 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=Message-Id:Date:Subject:Cc:To:From; bh=LTYJIpoJEUotewMCjI08UycmNrBcoog2C/TsWb0u3Ns=; b=o2OqueD8GMLgKMclceoXtbIn384jC8S6YbA/4QeBGF853mMK8+Fux0hq6MueGIWE8irwXVVg+Hlc13DkM9nq17aLOiflbNXjtt56chIzFJcyLFhZ2knIOWL41eJNevWAKkigdEl4Ih75Wf2frxsekoXMg0YzuDeY9XOcHRgDfis=; Received: from [5.18.96.7] (port=43841 helo=shc.zet) by smtp43.i.mail.ru with esmtpa (envelope-from ) id 1bEJkF-0007K5-8g; Sat, 18 Jun 2016 20:09:19 +0300 From: Alexander Shiyan To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/2] ARM: dts: imx27-phytec-phycore-som: Add simple-card support for PMIC Date: Sat, 18 Jun 2016 20:09:11 +0300 Message-Id: <1466269752-8548-1-git-send-email-shc_work@mail.ru> X-Mailer: git-send-email 2.4.9 X-Mras: OK X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160618_100944_383587_609588CA X-CRM114-Status: GOOD ( 10.06 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexander Shiyan , Shawn Guo , Russell King , Sascha Hauer MIME-Version: 1.0 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 This patch adds simple-card support for the MC13783 PMIC. Signed-off-by: Alexander Shiyan --- arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi b/arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi index b4e955e..9908b42 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi +++ b/arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi @@ -80,6 +80,7 @@ status = "okay"; pmic: mc13783@0 { + #sound-dai-cells = <0>; compatible = "fsl,mc13783"; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_pmic>;