Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751525AbdHFPoj (ORCPT ); Sun, 6 Aug 2017 11:44:39 -0400 Received: from gloria.sntech.de ([95.129.55.99]:39022 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751300AbdHFPoh (ORCPT ); Sun, 6 Aug 2017 11:44:37 -0400 From: Heiko Stuebner To: Jacob Chen Cc: linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, kever.yang@rock-chips.com, mark.yao@rock-chips.com, zhangqing@rock-chips.com Subject: Re: [PATCH 2/2] arm64: dts: rockchip: Add support for rk3399 excavator main board Date: Sun, 06 Aug 2017 17:44:20 +0200 Message-ID: <1833135.MvGxPPiF9h@phil> User-Agent: KMail/5.2.3 (Linux/4.9.0-2-amd64; KDE/5.28.0; x86_64; ; ) In-Reply-To: <1501756357-10511-2-git-send-email-jacob-chen@iotwrt.com> References: <1501756357-10511-1-git-send-email-jacob-chen@iotwrt.com> <1501756357-10511-2-git-send-email-jacob-chen@iotwrt.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 897 Lines: 31 Am Donnerstag, 3. August 2017, 18:32:37 CEST schrieb Jacob Chen: > Add support for the rk3399 excavator main board. > This board works in a combination with the sapphire SOM. > > This board have been sold as the rk3399 evaluation board for commercial customers. > You can get more info from below link: > http://opensource.rock-chips.com/wiki_Excavator_sapphire_board > > Signed-off-by: Jacob Chen > +&spdif { > + pinctrl-0 = <&spdif_bus>; part of the core spdif node in rk3399 so dropped this one > + i2c-scl-rising-time-ns = <450>; > + i2c-scl-falling-time-ns = <15>; > + #sound-dai-cells = <0>; > + status = "okay"; > +}; applied for 4.14 with the above and some property reordering. I've also added an entry to Documentation/devicetree/bindings/arm/rockchip.txt for the board. When adding future boards, please always also add an entry for that. Thanks Heiko