From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1444AC433E0 for ; Mon, 21 Dec 2020 19:11:16 +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 BD76A229C5 for ; Mon, 21 Dec 2020 19:11:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BD76A229C5 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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 142E989C6B; Mon, 21 Dec 2020 19:11:15 +0000 (UTC) Received: from mail-oi1-f177.google.com (mail-oi1-f177.google.com [209.85.167.177]) by gabe.freedesktop.org (Postfix) with ESMTPS id A632489C6B for ; Mon, 21 Dec 2020 19:11:13 +0000 (UTC) Received: by mail-oi1-f177.google.com with SMTP id 15so12324982oix.8 for ; Mon, 21 Dec 2020 11:11:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=f9rsH3MI3HmxoU3YRSFq+GPxbgSUzkM76uH8mgO+QJ0=; b=V0FXMHPJcLi/dpl3sbVDLO78/5e3Ln8YxxNCY6H/yNOuR+EvyTodNMNGAquZMRnqAm rYZts6w/7ajXuSYfJt/+LbFNY5tEVxAGjsF5FpxoK0JJ5ldr1uLOzHBmtciBzRQBVcmK 3TYNM2a5QK0vlMqZALS0Es7gVx/8/CK58wXeTKTLaG6GV5yJRd5trVFYgIXKG4ds4NGD rMrjmnmJ1il5/2TWQBGnVbhIM013eIJ4YEfHh4GpP7b4k2cg8Hj2dTJ2KyFoAg/ZxNsm 412O1G0YDQb4BQnkg/ZXpVQcRpE6vykNXNFtcaTDdTqNkm473TwUBxPBzIZxeqy8k8r3 V98g== X-Gm-Message-State: AOAM530SlTwelQ3k8oWjOdnroQwphNBrl1qemErLEbu11EJmK70sfDKf Rfym9oeLJ90nkVwa3OG8fQ== X-Google-Smtp-Source: ABdhPJykTihmx7a1AWZTQnLaeKbOndEBk8EAvOatAGL9pTLPvCEAQBmw9IQc3TLr1f+WzJECt5AmDA== X-Received: by 2002:aca:3a02:: with SMTP id h2mr11827243oia.65.1608577873045; Mon, 21 Dec 2020 11:11:13 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id r15sm3731437oie.33.2020.12.21.11.11.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 21 Dec 2020 11:11:12 -0800 (PST) Received: (nullmailer pid 382296 invoked by uid 1000); Mon, 21 Dec 2020 19:11:07 -0000 Date: Mon, 21 Dec 2020 12:11:07 -0700 From: Rob Herring To: Chunfeng Yun Subject: Re: [PATCH v4 07/11] dt-bindings: phy: convert MIPI DSI PHY binding to YAML schema Message-ID: <20201221191107.GA382240@robh.at.kernel.org> References: <20201216093012.24406-1-chunfeng.yun@mediatek.com> <20201216093012.24406-7-chunfeng.yun@mediatek.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201216093012.24406-7-chunfeng.yun@mediatek.com> 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: Chun-Kuang Hu , devicetree@vger.kernel.org, David Airlie , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Kishon Vijay Abraham I , Serge Semin , Vinod Koul , Rob Herring , linux-mediatek@lists.infradead.org, Min Guo , netdev@vger.kernel.org, Matthias Brugger , Jakub Kicinski , Stanley Chu , "David S . Miller" , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, 16 Dec 2020 17:30:08 +0800, Chunfeng Yun wrote: > Convert MIPI DSI PHY binding to YAML schema mediatek,dsi-phy.yaml > > Cc: Chun-Kuang Hu > Cc: Philipp Zabel > Signed-off-by: Chunfeng Yun > --- > v4: > 1. add maintainer Philipp add support mt8183 suggested by Chun-Kuang > 2. use keyword multipleOf suggested by Rob > 3. fix typo of 'MIPI' in title > > v3: new patch > --- > .../display/mediatek/mediatek,dsi.txt | 18 +--- > .../bindings/phy/mediatek,dsi-phy.yaml | 85 +++++++++++++++++++ > 2 files changed, 86 insertions(+), 17 deletions(-) > create mode 100644 Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml > Reviewed-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel