Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932766AbbBBGwu (ORCPT ); Mon, 2 Feb 2015 01:52:50 -0500 Received: from nasmtp01.atmel.com ([192.199.1.246]:35664 "EHLO DVREDG02.corp.atmel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932430AbbBBGv5 (ORCPT ); Mon, 2 Feb 2015 01:51:57 -0500 From: Bo Shen To: CC: , , , Bo Shen Subject: [PATCH 2/4] ARM: at91: dt: sama5d4ek: enable ssc0 Date: Mon, 2 Feb 2015 14:51:45 +0800 Message-ID: <1422859907-14881-3-git-send-email-voice.shen@atmel.com> X-Mailer: git-send-email 2.3.0.rc0 In-Reply-To: <1422859907-14881-1-git-send-email-voice.shen@atmel.com> References: <1422859907-14881-1-git-send-email-voice.shen@atmel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 831 Lines: 31 Enable SSC0 node, which will be used for audio. Signed-off-by: Bo Shen --- arch/arm/boot/dts/at91-sama5d4ek.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts index 9198b71..32e9a9a 100644 --- a/arch/arm/boot/dts/at91-sama5d4ek.dts +++ b/arch/arm/boot/dts/at91-sama5d4ek.dts @@ -115,6 +115,10 @@ }; }; + ssc0: ssc@f8008000 { + status = "okay"; + }; + spi0: spi@f8010000 { cs-gpios = <&pioC 3 0>, <0>, <0>, <0>; status = "okay"; -- 2.3.0.rc0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/