From patchwork Thu Mar 8 09:48:03 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacob Chen X-Patchwork-Id: 10267437 Return-Path: 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 19F9B602C8 for ; Thu, 8 Mar 2018 09:51:54 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 05BD629760 for ; Thu, 8 Mar 2018 09:51:54 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EE3842983C; Thu, 8 Mar 2018 09:51:53 +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=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B3EE229760 for ; Thu, 8 Mar 2018 09:51:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935395AbeCHJvk (ORCPT ); Thu, 8 Mar 2018 04:51:40 -0500 Received: from mail-pl0-f67.google.com ([209.85.160.67]:42525 "EHLO mail-pl0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935762AbeCHJto (ORCPT ); Thu, 8 Mar 2018 04:49:44 -0500 Received: by mail-pl0-f67.google.com with SMTP id 93-v6so3041375plc.9; Thu, 08 Mar 2018 01:49:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=PutcklppssG95Snp+AUfughWanP54QS/9MaXLlBShAc=; b=Dg8tKZwvy9mGZTiMv+2erPlfYDh4RYBeT2XFQN+7LGoi5a7h+VUTWd6AwlnFcidxtD D33lyE1i0w4jE9xZJrF8RsSJCLwwnbxnh77b53VKVB1uooDGxkH5CAjgyfnWkiUVW0Qp xWq5ini06QVEwa3EcuNZJpOBqjPNXR8PGn5VrX+u8RjYjcbJx4HXEIogE2MF78ztaH6y v/C3MC/hD15BqnLPMyXWd9kUSubqWg5TSGJSkXGrzUq1rZi7kPFKPJT9Q56EJj5+dhyZ Nb+VOp7ZQFX+VVBGP1HZQVX+S87x/OpNbxGZC8LteF6Hal/KfrIMRlfs6ZA/yJ/MtC5/ jBkg== X-Gm-Message-State: APf1xPAPCpczZBJyYQLaolRCjI1cU7E+U1DFx0f6xb4S6iRkE2rZ/TrK hCBeXGXVcja3KL+FHY9wn94= X-Google-Smtp-Source: AG47ELvOF5YfIIvF3l4cW/DHlc0OfRiToXieI/sarJ/VU7MsxRifP/DA9bb06Yp/uNlkbKEc83m+hg== X-Received: by 2002:a17:902:7883:: with SMTP id q3-v6mr23395148pll.361.1520502583593; Thu, 08 Mar 2018 01:49:43 -0800 (PST) Received: from localhost.localdomain ([103.29.142.67]) by smtp.gmail.com with ESMTPSA id k66sm40411663pfb.123.2018.03.08.01.49.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Mar 2018 01:49:43 -0800 (PST) From: Jacob Chen To: linux-rockchip@lists.infradead.org Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, mchehab@kernel.org, linux-media@vger.kernel.org, sakari.ailus@linux.intel.com, hans.verkuil@cisco.com, tfiga@chromium.org, zhengsq@rock-chips.com, laurent.pinchart@ideasonboard.com, zyc@rock-chips.com, eddie.cai.linux@gmail.com, jeffy.chen@rock-chips.com, devicetree@vger.kernel.org, heiko@sntech.de, Jacob Chen Subject: [PATCH v6 13/17] ARM: dts: rockchip: add rx0 mipi-phy for rk3288 Date: Thu, 8 Mar 2018 17:48:03 +0800 Message-Id: <20180308094807.9443-14-jacob-chen@iotwrt.com> X-Mailer: git-send-email 2.16.1 In-Reply-To: <20180308094807.9443-1-jacob-chen@iotwrt.com> References: <20180308094807.9443-1-jacob-chen@iotwrt.com> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Jacob Chen It's a Designware MIPI D-PHY, used by ISP in rk3288. Signed-off-by: Jacob Chen --- arch/arm/boot/dts/rk3288.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 6c122aaf06a7..3a530b72c057 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -864,6 +864,13 @@ status = "disabled"; }; + mipi_phy_rx0: mipi-phy-rx0 { + compatible = "rockchip,rk3288-mipi-dphy"; + clocks = <&cru SCLK_MIPIDSI_24M>, <&cru PCLK_MIPI_CSI>; + clock-names = "dphy-ref", "pclk"; + status = "disabled"; + }; + io_domains: io-domains { compatible = "rockchip,rk3288-io-voltage-domain"; status = "disabled";