From patchwork Wed Sep 16 13:10:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomi Valkeinen X-Patchwork-Id: 11779739 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 EC7046CA for ; Wed, 16 Sep 2020 13:10:36 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 BE4E120809 for ; Wed, 16 Sep 2020 13:10:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ti.com header.i=@ti.com header.b="xDhRLu8A" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BE4E120809 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F07EA6EA20; Wed, 16 Sep 2020 13:10:31 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by gabe.freedesktop.org (Postfix) with ESMTPS id C01456EA1A for ; Wed, 16 Sep 2020 13:10:30 +0000 (UTC) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 08GDAJAv049962; Wed, 16 Sep 2020 08:10:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1600261819; bh=nJyDNuFH4JncIWEARJ4jZayGf8kl2sDQXOKHsTeGXzE=; h=From:To:CC:Subject:Date; b=xDhRLu8A4ukqH31dvP/NihJRecJfmw74kuPNHHuAvWa6plKFPKlcs0PVk1czN/hCV LROE49uSo8tJVWN9pZGmxW2az3819XsAMa3j6QVg/UJL+/TLy2+jzuKj/B5KQufLkX qKtk/aO5KdstyKUFfmcF7K0BQcRDg1az4/0wSi8g= Received: from DFLE104.ent.ti.com (dfle104.ent.ti.com [10.64.6.25]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 08GDAIX5013056 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 16 Sep 2020 08:10:18 -0500 Received: from DFLE113.ent.ti.com (10.64.6.34) by DFLE104.ent.ti.com (10.64.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Wed, 16 Sep 2020 08:10:18 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Wed, 16 Sep 2020 08:10:18 -0500 Received: from deskari.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 08GDAGsq043549; Wed, 16 Sep 2020 08:10:16 -0500 From: Tomi Valkeinen To: Subject: [PATCH v3 0/2] Fixes for am65x and j721e dss dt-schema Date: Wed, 16 Sep 2020 16:10:07 +0300 Message-ID: <20200916131009.221252-1-tomi.valkeinen@ti.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Nishanth Menon , devicetree@vger.kernel.org, Tomi Valkeinen , Jyri Sarha , Tero Kristo , Rob Herring , Laurent Pinchart Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi, This is version three of the series: https://www.spinics.net/lists/arm-kernel/msg836244.html There are no changes to the yaml in this version, but I am resending as I missed cc'ing dri-devel previously. I have also added Rob's reviewed-bys, and sending only the dt-schema changes. Tomi Tomi Valkeinen (2): dt-bindings: display: ti,am65x-dss: add missing properties to dt-schema dt-bindings: display: ti,j721e-dss: add missing properties to dt-schema .../devicetree/bindings/display/ti/ti,am65x-dss.yaml | 11 +++++++++++ .../devicetree/bindings/display/ti/ti,j721e-dss.yaml | 11 +++++++++++ 2 files changed, 22 insertions(+)