From patchwork Thu May 14 14:36:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ricardo_Ca=C3=B1uelo?= X-Patchwork-Id: 11548921 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 73A42913 for ; Thu, 14 May 2020 14:37:37 +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 30C8C205CB for ; Thu, 14 May 2020 14:37:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Skm03vCa" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 30C8C205CB 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-arm-kernel-bounces+patchwork-linux-arm=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=4Ytef77wp+HKb5RPnDE/3SvdewGokhiAiCaqAwVQfWo=; b=Skm03vCaiC/N21 wW5giZmHVngPRn7PUCAGcGVT4hzoEf173oV79Fu8I8Dk/DyIVqQoY5DhApRVeK1mbvVvW4yQjXfyv +d4Ae5XJAOzGj5eVzdfLqHbL3dcfv/bsA6y9203eHpz3vhiHETSI6XzOg8xmLCbr8TX8yYW7EIPe9 9aF0UrsJH6azxOCaZUP3fBbXnYwaCYc5h1brsg73JWgH+g1LFMPm7weNI8VnU9+uyz5GLjYJoZh18 lOeXxuwdXvurkTz+Qr6NspU0LCKvcpW5PXCqdy1NYVB5egzhp6WLRYd1BI13LyacMpiYpN68RTqOR NDAOnfZgWbL+W9Gzi94g==; 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 1jZEzO-0005Zi-A0; Thu, 14 May 2020 14:37:34 +0000 Received: from bhuna.collabora.co.uk ([2a00:1098:0:82:1000:25:2eeb:e3e3]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jZEyR-0004pd-Up for linux-arm-kernel@lists.infradead.org; Thu, 14 May 2020 14:36:43 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: rcn) with ESMTPSA id 7C7962A2EDE From: =?utf-8?q?Ricardo_Ca=C3=B1uelo?= To: Laurent.pinchart@ideasonboard.com Subject: [PATCH v2 0/4] dt-bindings: display: ti,tfp410.txt: convert to yaml Date: Thu, 14 May 2020 16:36:08 +0200 Message-Id: <20200514143612.2094-1-ricardo.canuelo@collabora.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200514_073636_248565_6D80F091 X-CRM114-Status: GOOD ( 10.98 ) 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 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, jason@lakedaemon.net, airlied@linux.ie, dri-devel@lists.freedesktop.org, robh+dt@kernel.org, tomi.valkeinen@ti.com, kernel@collabora.com, shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org This series converts the DT binding documentation for the TI TFP410 DPI-to-DVI encoder to json-schema. Some minor changes were made to two DTs in order to make them compliant with the binding. These changes shouldn't have any functional effect. This also fixes a minor bug in the ti-tfp410 driver that would cause a wrong calculation of the setup and hold times when the de-skew feature is enabled. The retrieval of the de-skew value from the DT has also been updated to reflect the binding changes. Changes in v2: - ti,tfp410.yaml - Set license as GPL-2.0-only (Sam Ravnborg) - Complete pclk-sample and bus-width comments (Sam) - Remove quotes from compatible value (Sam) - Remove the allOf keyword from the ti,deskew definition (Sam) - Set endpoint as optional in port definitions - Set a range for ti,deskew DTs fixes (added): - dove-sbc-a510.dts: s/powerdown-gpio/powerdown-gpios (Sam) - dove-sbc-a510.dts: Add dummy ports node - imx53-cx9020.dts: Group the ports in a ports node ti-tfp410.c (added): - Fix setup time and hold time calculation based on the deskew value (Laurent Pinchart) Ricardo CaƱuelo (4): ARM: dts: dove: Make the DT compliant with the ti,tfp410 binding ARM: dts: ims53: Group port definitions for the dvi-converter dt-bindings: display: ti,tfp410.txt: convert to yaml drm/bridge: tfp410: Fix setup and hold time calculation .../bindings/display/bridge/ti,tfp410.txt | 66 ---------- .../bindings/display/bridge/ti,tfp410.yaml | 124 ++++++++++++++++++ arch/arm/boot/dts/dove-sbc-a510.dts | 13 +- arch/arm/boot/dts/imx53-cx9020.dts | 25 ++-- drivers/gpu/drm/bridge/ti-tfp410.c | 10 +- 5 files changed, 155 insertions(+), 83 deletions(-) delete mode 100644 Documentation/devicetree/bindings/display/bridge/ti,tfp410.txt create mode 100644 Documentation/devicetree/bindings/display/bridge/ti,tfp410.yaml