From patchwork Thu Apr 2 00:02:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Helen Koike X-Patchwork-Id: 11469723 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 39BFD912 for ; Thu, 2 Apr 2020 00:03:00 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 17D1120721 for ; Thu, 2 Apr 2020 00:02:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="KdQ7SveE" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 17D1120721 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=collabora.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org 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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version: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:In-Reply-To:References: List-Owner; bh=ZRH6qkL4BBh2hNr6EjufzyJP9Yt2NLwHNDE0DsyuyrU=; b=KdQ7SveEKfV7If AsksRlLK3mPyMLbz+Jlb5nvMEX+gIycO8a9l/FTXRvp5w4UQKtY1OhF5a7C24xXfozyvcIt56aSM6 3DbJ8gc38afU7We9kuagf29HbcW+Wye17clY/UPRBRGbICOypqQzmRfc7yNc+s7gdpYOKL4vdvZmX ArsL/NQA+HQubTxCWtagVBIlHnR0fBq3yvT738FnPzB3k5zXJwoA6ejN1nt+3+l2LQiikp9pOvkMh vYyZaQiGJ187Hfg2PAVjTEUMH4jemMwY2B3q3hy6FfYFldp/QJXixGPtfuP0IWoPirUaOvDXuh/z6 Hd1kPmecDjf0dZiO4WNg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jJnJt-00039H-UO; Thu, 02 Apr 2020 00:02:53 +0000 Received: from bhuna.collabora.co.uk ([46.235.227.227]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jJnJq-00038O-V8 for linux-rockchip@lists.infradead.org; Thu, 02 Apr 2020 00:02:52 +0000 Received: from floko.floko.floko (unknown [IPv6:2804:431:e7cc:11ff:4f80:3de:e2b2:5c1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: koike) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id 4142129765E; Thu, 2 Apr 2020 01:02:42 +0100 (BST) From: Helen Koike To: devicetree@vger.kernel.org, linux-media@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: [PATCH 0/4] move Rockchip ISP bindings out of staging / add ISP DT nodes for RK3399 Date: Wed, 1 Apr 2020 21:02:30 -0300 Message-Id: <20200402000234.226466-1-helen.koike@collabora.com> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200401_170251_131924_5E7970E7 X-CRM114-Status: UNSURE ( 5.60 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.0 (/) X-Spam-Report: SpamAssassin version 3.4.4 on bombadil.infradead.org summary: Content analysis details: (-0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [46.235.227.227 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devel@driverdev.osuosl.org, mark.rutland@arm.com, dafna.hirschfeld@collabora.com, heiko@sntech.de, linux-kernel@vger.kernel.org, karthik.poduval@gmail.com, robh+dt@kernel.org, hverkuil-cisco@xs4all.nl, kernel@collabora.com, ezequiel@collabora.com Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org Move the bindings out of drivers/staging and place them in Documentation/devicetree/bindings instead. Also, add DT nodes for RK3399 and verify with make ARCH=arm64 dtbs_check Tested by verifying images streamed from RockPi 4 board with imx219 module. Helen Koike (2): dt-bindings: phy: phy-rockchip-dphy-rx0: move rockchip dphy rx0 bindings out of staging dt-bindings: media: rkisp1: move rockchip-isp1 bindings out of staging Shunqian Zheng (2): arm64: dts: rockchip: add rx0 mipi-phy for rk3399 arm64: dts: rockchip: add isp0 node for rk3399 .../bindings/media/rockchip-isp1.yaml | 0 .../bindings/phy/rockchip-mipi-dphy-rx0.yaml | 0 arch/arm64/boot/dts/rockchip/rk3399.dtsi | 38 +++++++++++++++++++ 3 files changed, 38 insertions(+) rename {drivers/staging/media/rkisp1/Documentation => Documentation}/devicetree/bindings/media/rockchip-isp1.yaml (100%) rename {drivers/staging/media/phy-rockchip-dphy-rx0/Documentation => Documentation}/devicetree/bindings/phy/rockchip-mipi-dphy-rx0.yaml (100%)