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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 20A4DC43603 for ; Thu, 19 Dec 2019 19:04:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E9818206D3 for ; Thu, 19 Dec 2019 19:04:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576782278; bh=UognCO9PhPJNz6xOFitRmIm5rhlH3RIdFpJ0UCckXsk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=B8a5Us7P/WSrmEBUSQo7WSsr+yvaSsqxZpbQM01lTkhThYX1HoO1t+bCF7ZtffRz6 TS3gKK+4lyM+sjSTO596CtkqjInn2jyRvustA0N5w5LOZy7AQSB+zmULfJJybcG4K5 vJQgZ6A4a3EJlFH45Qb3kr0RgNVpTrmoQ97qO3Jg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728377AbfLSTEd (ORCPT ); Thu, 19 Dec 2019 14:04:33 -0500 Received: from mail-ot1-f66.google.com ([209.85.210.66]:45293 "EHLO mail-ot1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727782AbfLSTEc (ORCPT ); Thu, 19 Dec 2019 14:04:32 -0500 Received: by mail-ot1-f66.google.com with SMTP id 59so8416380otp.12; Thu, 19 Dec 2019 11:04:32 -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:user-agent; bh=3TwLMjIi0ztUcgqXnz6W6DiP3C/BFPmUt8EF/msCgyo=; b=MtQALT4d2mqzgjFYhGUlBfrkM3EXSaAHHdxBTaPWuq1Q8r9TkJi057D/flwWhqRQI5 rL34sGT0RZ/7x95q4y4mX9aFuwG77bKLjSM5fJDx2Boapv5g3zPfsYVlDr1fGmEJdg17 vLDmg/0EL0QhoiKcn491q3prUDgsnCrhzOrM4/SbYiBSWdCuSLMfLmj7tI2tv67o7Dik pb2iabObuA1UkfzOixDA96Ns4vaVD7aofN9Vm3SFKfBSPlDd+6z73hOj8gp6rCyCSu9Y TCMC7N9pMCsBV5BM/vlPrxpPmJ5vh/QfEEhwxWltu54X6Lf06vVT0G104cSyM0OqvltV KQOg== X-Gm-Message-State: APjAAAWU/tHcuUveANex3orAPqbC5j3HfWyT9WTOoo/khh3gtB7W7XYb EuBq1DNPoVGFLVwqR0j+wSUks+frbg== X-Google-Smtp-Source: APXvYqzXMS+BPPjyZuUTUxZ0kvBQRUp13g/7NP8niTT5xFM1Uguo50OG2xZFpz1MwnDNbqhaPlAKEA== X-Received: by 2002:a05:6830:22e3:: with SMTP id t3mr9837378otc.193.1576782271973; Thu, 19 Dec 2019 11:04:31 -0800 (PST) Received: from localhost ([2607:fb90:bdf:98e:3549:d84c:9720:edb4]) by smtp.gmail.com with ESMTPSA id n19sm2284468oig.57.2019.12.19.11.04.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 Dec 2019 11:04:31 -0800 (PST) Date: Thu, 19 Dec 2019 13:04:28 -0600 From: Rob Herring To: Jyri Sarha Cc: kishon@ti.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, tomi.valkeinen@ti.com, praneeth@ti.com, yamonkar@cadence.com, sjakhade@cadence.com, rogerq@ti.com, jsarha@ti.com Subject: Re: [PATCH 1/3] dt-bindings: phy: Add PHY_TYPE_DP definition Message-ID: <20191219190428.GA16167@bogus> References: <89dfcd484bad19cb954ee4f74305d1aa172ea292.1575906694.git.jsarha@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <89dfcd484bad19cb954ee4f74305d1aa172ea292.1575906694.git.jsarha@ti.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 9 Dec 2019 18:21:09 +0200, Jyri Sarha wrote: > Add definition for DisplayPort phy type. > > Signed-off-by: Jyri Sarha > Reviewed-by: Roger Quadros > Reviewed-by: Kishon Vijay Abraham I > --- > include/dt-bindings/phy/phy.h | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring