Message ID | 20170226161003.12433-3-icenowy@aosc.xyz (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> 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 497456042C for <patchwork-linux-arm@patchwork.kernel.org>; Sun, 26 Feb 2017 16:12:54 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 39957280DE for <patchwork-linux-arm@patchwork.kernel.org>; Sun, 26 Feb 2017 16:12:54 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2C5932845E; Sun, 26 Feb 2017 16:12:54 +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=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id CFA63280DE for <patchwork-linux-arm@patchwork.kernel.org>; Sun, 26 Feb 2017 16:12:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=ifiZhT5yRqwjUdexoG/c5IRFNwCICnC8K4mPi6E9Y1w=; b=PIrmEKyfiLZqzXvMjthwgCrbKM XkeKpTdc+SJAsEhXoKo9nHfGjoXW2I8BzA9VUUGsUlW/VwUwJGKHTXI538VhTj+oqwuAUUJ4tAeoj NCpwe4nossJ7jI4Pm12ABqpFta3m/XKz3f8eEGwm3evmeBMyfyFmynwSWBNXp4sYJYFX9NINfFYwY g9xKMf+veYiTve91k1Dxm1PqB+TCX8OeRqCYC/dCASPkOHGouWi2eR4Brtiic9MvLfqBkzA8taTRI JYO8epLePM++w8jpXO8uvXcSKs2SPd0TRmFgjWiIDQJCRRZ85yXENZih35UBCgS0QR7eZbIE1tXv6 WgRxNEkw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1ci1RN-0002CW-3v; Sun, 26 Feb 2017 16:12:53 +0000 Received: from forward10p.cmail.yandex.net ([87.250.241.195]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1ci1QX-0001du-IZ for linux-arm-kernel@lists.infradead.org; Sun, 26 Feb 2017 16:12:12 +0000 Received: from smtp3j.mail.yandex.net (smtp3j.mail.yandex.net [IPv6:2a02:6b8:0:801:1::12]) by forward10p.cmail.yandex.net (Yandex) with ESMTP id 8674921E29; Sun, 26 Feb 2017 19:11:37 +0300 (MSK) Received: from smtp3j.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3j.mail.yandex.net (Yandex) with ESMTP id 9F8D26240D2D; Sun, 26 Feb 2017 19:11:29 +0300 (MSK) Received: by smtp3j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 76uAv9q87r-BOoiRWIK; Sun, 26 Feb 2017 19:11:28 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aosc.xyz; s=mail; t=1488125488; bh=j8F0t9tT+11kMhJEDUdhxXqwU/66O0G1B+4dBAmc7Qw=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=ELgAz7lVyHbRW/8D9YUVIB/v8K0OTRPPmj/yubuSJZDXsCPskgHaUMFgmwnKP03yq anzL9yfBIFZLn+N9afd9jn1U/h77bD8KWCHt8SWCGqhLPkCYZYigYWTKcgTX3LD2gP rJ6YkvUtlOcUdGbeITarnNSmPb2Ht5KSi5SXTcbs= Authentication-Results: smtp3j.mail.yandex.net; dkim=pass header.i=@aosc.xyz X-Yandex-ForeignMX: US X-Yandex-Suid-Status: 1 0,1 0,1 0,1 0,1 0,1 0,1 0,1 0,1 1130000036118848 From: Icenowy Zheng <icenowy@aosc.xyz> To: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>, Maxime Ripard <maxime.ripard@free-electrons.com>, Rob Herring <robh+dt@kernel.org>, Chen-Yu Tsai <wens@csie.org> Subject: [PATCH v4 3/3] ARM: dts: sun8i: enable SID on Allwinner H3 SoC Date: Mon, 27 Feb 2017 00:10:03 +0800 Message-Id: <20170226161003.12433-3-icenowy@aosc.xyz> X-Mailer: git-send-email 2.11.1 In-Reply-To: <20170226161003.12433-1-icenowy@aosc.xyz> References: <20170226161003.12433-1-icenowy@aosc.xyz> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170226_081202_121092_4FC40EAC X-CRM114-Status: UNSURE ( 7.47 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: devicetree@vger.kernel.org, linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Icenowy Zheng <icenowy@aosc.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP |
diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi index 08fd0860bb6b..0a7a38a75ee4 100644 --- a/arch/arm/boot/dts/sun8i-h3.dtsi +++ b/arch/arm/boot/dts/sun8i-h3.dtsi @@ -206,6 +206,11 @@ #size-cells = <0>; }; + sid: eeprom@01c14000 { + compatible = "allwinner,sun8i-h3-sid"; + reg = <0x01c14000 0x400>; + }; + usbphy: phy@01c19400 { compatible = "allwinner,sun8i-h3-usb-phy"; reg = <0x01c19400 0x2c>,
As we have already made sunxi_sid driver support the SID controller on H3, enable it. Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz> --- arch/arm/boot/dts/sun8i-h3.dtsi | 5 +++++ 1 file changed, 5 insertions(+)