From patchwork Sat Dec 19 13:08:46 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Code Kipper X-Patchwork-Id: 7890281 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 2093C9F1AF for ; Sat, 19 Dec 2015 13:10:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 59AD8204E2 for ; Sat, 19 Dec 2015 13:10:42 +0000 (UTC) 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.kernel.org (Postfix) with ESMTPS id 83784204D9 for ; Sat, 19 Dec 2015 13:10:41 +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 1aAHG5-0004tB-Tm; Sat, 19 Dec 2015 13:09:13 +0000 Received: from mail-wm0-x231.google.com ([2a00:1450:400c:c09::231]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1aAHG3-0004aE-86 for linux-arm-kernel@lists.infradead.org; Sat, 19 Dec 2015 13:09:11 +0000 Received: by mail-wm0-x231.google.com with SMTP id l126so17359251wml.1 for ; Sat, 19 Dec 2015 05:08:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=LsXBItWIqadE8BBk1x1btlt4ZTat9ioandlvujRo6/E=; b=wJeDElpVXJ4KQflFkegjnIt4IEL1Zr9peQzJfPe2ExR3++yFnOrYfEOxugjVyRUjK2 kqGQqb1Q7qRL/Qw9snJP5towQ02E07pSq0atWe8WpbcvrBOkf9rknkdWYrWnMgogaO5p dk0bgJKrf9pVAwomNDLd7vn1zkF9xlQMj/PcsBeoBwrTZJwy4UqgVnzYRGfv/rKBJDnj kpxLiuuRT7fXULrkUN5au7bfONDOWYIyEhVs4abooAivCZgknDfvDpsbytAxNSNBGJ4E VoQ5KaenpSKMScVd7fe/8ymri/LHBHQ5GndLTMxEUSKDVAQZr24/B8lT2hybxCnLrZn9 2xHQ== X-Received: by 10.195.13.201 with SMTP id fa9mr11369883wjd.68.1450530528828; Sat, 19 Dec 2015 05:08:48 -0800 (PST) Received: from coopshtpc.localdomain (h-2-7.a230.priv.bahnhof.se. [46.59.2.7]) by smtp.gmail.com with ESMTPSA id n7sm10902995wmf.21.2015.12.19.05.08.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 19 Dec 2015 05:08:47 -0800 (PST) From: codekipper@gmail.com To: maxime.ripard@free-electrons.com Subject: [linux-sunxi][PATCH v2] ARM: dt: sun7i: Enable audio codec on MK808C Date: Sat, 19 Dec 2015 14:08:46 +0100 Message-Id: <1450530526-28267-1-git-send-email-codekipper@gmail.com> X-Mailer: git-send-email 2.6.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151219_050911_443281_D00B246D X-CRM114-Status: UNSURE ( 8.58 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.7 (--) 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: devicetree@vger.kernel.org, linux-sunxi@googlegroups.com, linux-arm-kernel@lists.infradead.org, Marcus Cooper MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Marcus Cooper This commit enables the on-chip audio codec present on the MK808C. Signed-off-by: Marcus Cooper --- arch/arm/boot/dts/sun7i-a20-mk808c.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-mk808c.dts b/arch/arm/boot/dts/sun7i-a20-mk808c.dts index 4f432f8..c9e648d 100644 --- a/arch/arm/boot/dts/sun7i-a20-mk808c.dts +++ b/arch/arm/boot/dts/sun7i-a20-mk808c.dts @@ -68,6 +68,10 @@ }; }; +&codec { + status = "okay"; +}; + &ehci0 { status = "okay"; };