Received: by 10.213.65.68 with SMTP id h4csp65763imn; Mon, 19 Mar 2018 19:49:58 -0700 (PDT) X-Google-Smtp-Source: AG47ELvkpT2pKg5TDDqX6MeNgWAfmsv+vgAekYCJP1UN2vWYVJffnraYQo345XrYRmDeROlqzNsh X-Received: by 10.99.147.72 with SMTP id w8mr11075759pgm.208.1521514198843; Mon, 19 Mar 2018 19:49:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521514198; cv=none; d=google.com; s=arc-20160816; b=gnmhG0AdH/G8x7BRBWcNEZkRtIkIggymtKhFLNtcA9OhtYeH+//oDwVPHG41jb4uh+ hUzj5bP0EBQ/MwA+5uS9bAyZHOTguzgkzB5ecDolmICzvJuyRGyPEUjTvfqWikrBhNrf qgDG/cPfaQ88djSCBTp517CjHQseGGc/1tLHmu73LwKzFpsdXXIkwsN+AhrTHjzuPIYf JJjPiyouwtz46CE96emszLGi8NYYbT9d5tXKIU4NHbZadYuQKPWYTXQ5zbKMwEotYjB5 AEVzblHCREymEqyUV3WB67CFyvTP8hFHnM4D1eGq/ymORXPfKASWlAeWjI+96XLqbe9E gVHw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=aVilxquD6OhbOBlcQQ8scvCn7+cYV8todxunshhxksY=; b=Spv8f+sYm4xKgTh0VOjHrqpYeMU+/s0lu+qXQcAqd3Oy1+lqH6IH4G01oCHLszlOQQ mIkn5YDTRuxNSkXEXTDFJjaPX3pKP9GOzbPDC0N0DQLv2+fSfp2cPABhTnW+8iOMBOxS Y9maUt6yEWFnVdPCxIXC9kbWgYFWcEyWqYNKHDqjg1n29cKqw/Cv0k4+6bXAlidvLSa9 UQSS4JijX78ojqWCbZyTHBOCQeWpsZRugOeyYF4MiufOg3jc8LfrmA8bZa/A20Krcij5 cS6zRh9m/V28O2M68r8EdpEuvs2/b6dhUwXZMRsiQPIFjowfnVskDm+kaHqax/vR+36X +FDg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w2-v6si657686plk.702.2018.03.19.19.49.45; Mon, 19 Mar 2018 19:49:58 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752479AbeCTCsd (ORCPT + 99 others); Mon, 19 Mar 2018 22:48:33 -0400 Received: from mx.socionext.com ([202.248.49.38]:15791 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750949AbeCTCsa (ORCPT ); Mon, 19 Mar 2018 22:48:30 -0400 Received: from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 20 Mar 2018 11:48:28 +0900 Received: from mail.mfilter.local (m-filter-1 [10.213.24.61]) by kinkan-ex.css.socionext.com (Postfix) with ESMTP id 6E68F180B82; Tue, 20 Mar 2018 11:48:27 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Tue, 20 Mar 2018 11:48:27 +0900 Received: from yuzu.css.socionext.com (yuzu [172.31.8.45]) by kinkan.css.socionext.com (Postfix) with ESMTP id 19BFB1A0DEC; Tue, 20 Mar 2018 11:48:27 +0900 (JST) Received: from aegis.e01.socionext.com (unknown [10.213.134.210]) by yuzu.css.socionext.com (Postfix) with ESMTP id DC204120534; Tue, 20 Mar 2018 11:48:26 +0900 (JST) From: Katsuhiro Suzuki To: linux-arm-kernel@lists.infradead.org, Masahiro Yamada , devicetree@vger.kernel.org Cc: Masami Hiramatsu , Jassi Brar , linux-kernel@vger.kernel.org, Katsuhiro Suzuki Subject: [PATCH v2 2/2] ARM: dts: uniphier: add syscon property for UniPhier sound system Date: Tue, 20 Mar 2018 11:48:24 +0900 Message-Id: <20180320024824.28902-2-suzuki.katsuhiro@socionext.com> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180320024824.28902-1-suzuki.katsuhiro@socionext.com> References: <20180320024824.28902-1-suzuki.katsuhiro@socionext.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch adds syscon property for specifying soc-glue core into device-tree of PXs2 SoC. Currently, soc-glue core is used for changing the state of S/PDIF signal output pin to signal output state or Hi-Z state. Signed-off-by: Katsuhiro Suzuki --- arch/arm/boot/dts/uniphier-pxs2.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/uniphier-pxs2.dtsi b/arch/arm/boot/dts/uniphier-pxs2.dtsi index 595045441c9c..debcbd15c24b 100644 --- a/arch/arm/boot/dts/uniphier-pxs2.dtsi +++ b/arch/arm/boot/dts/uniphier-pxs2.dtsi @@ -242,6 +242,7 @@ reset-names = "aio"; resets = <&sys_rst 40>; #sound-dai-cells = <1>; + socionext,syscon = <&soc_glue>; i2s_port0: port@0 { i2s_hdmi: endpoint { @@ -418,7 +419,7 @@ }; }; - soc-glue@5f800000 { + soc_glue: soc-glue@5f800000 { compatible = "socionext,uniphier-pxs2-soc-glue", "simple-mfd", "syscon"; reg = <0x5f800000 0x2000>; -- 2.16.2