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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A170C433F5 for ; Thu, 24 Feb 2022 00:41:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229705AbiBXAlh (ORCPT ); Wed, 23 Feb 2022 19:41:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41228 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229731AbiBXAlf (ORCPT ); Wed, 23 Feb 2022 19:41:35 -0500 Received: from alexa-out-sd-01.qualcomm.com (alexa-out-sd-01.qualcomm.com [199.106.114.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B14E6B91EB for ; Wed, 23 Feb 2022 16:41:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1645663260; x=1677199260; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=T1BsiMbxSIkgWGJ3lFZKEyZTI31MdLBkfQ8ytEFnx0A=; b=sscuWsuabGFa7Cq9XVbNCw1dz2eV0SyJyEbEqvnYrgg1Jz3Ptys4szCv IkNIta4FRghE/PnZzZ7iI+I3ZsfMBnaL7kpjtDSC9OzV8j8An8tEOKqDV WpxctJd3B2LwZnRHo0c1UBJYzvQn/VP4oi/t0hEyv7ARi+qfdqsPXvvRC 0=; Received: from unknown (HELO ironmsg05-sd.qualcomm.com) ([10.53.140.145]) by alexa-out-sd-01.qualcomm.com with ESMTP; 23 Feb 2022 16:40:59 -0800 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg05-sd.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2022 16:40:58 -0800 Received: from nalasex01a.na.qualcomm.com (10.47.209.196) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.15; Wed, 23 Feb 2022 16:40:58 -0800 Received: from [10.110.6.143] (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.15; Wed, 23 Feb 2022 16:40:57 -0800 Message-ID: <552d9809-0499-23b5-e437-a77c893b96c2@quicinc.com> Date: Wed, 23 Feb 2022 16:40:56 -0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.0 Subject: Re: [RFC PATCH v2 4/5] drm/msm/dp: replace dp_connector with drm_bridge_connector Content-Language: en-US To: Stephen Boyd , Dmitry Baryshkov CC: Abhinav Kumar , Bjorn Andersson , Rob Clark , Sean Paul , David Airlie , Daniel Vetter , , , References: <20220211224006.1797846-1-dmitry.baryshkov@linaro.org> <20220211224006.1797846-5-dmitry.baryshkov@linaro.org> <572c0402-55da-077b-1809-3d1caf7ce743@quicinc.com> <7f9e2181-bb1a-c734-2e90-c5922952acb4@quicinc.com> <493749c1-6305-1a94-4e05-519c825e9d4d@linaro.org> From: Kuogee Hsieh In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 2/23/2022 1:33 PM, Stephen Boyd wrote: > Quoting Kuogee Hsieh (2022-02-23 10:27:26) >> On 2/23/2022 10:22 AM, Dmitry Baryshkov wrote: >>> On 23/02/2022 20:21, Kuogee Hsieh wrote: >>> >>> In the panel device node. >>> >>> Can you please share it too? >> >> &soc { >>         edp_power_supply: edp_power { >>                 compatible = "regulator-fixed"; >>                 regulator-name = "edp_backlight_power"; >> >>                 regulator-always-on; >>                 regulator-boot-on; >>         }; >> >>         edp_backlight: edp_backlight { >>                 compatible = "pwm-backlight"; >> >>                 pwms = <&pm8350c_pwm 3 65535>; >>                 power-supply = <&edp_power_supply>; >>                 enable-gpio = <&pm8350c_gpios 7 GPIO_ACTIVE_HIGH>; >> >>                 pinctrl-names = "default"; >>                 pinctrl-0 = <&backlight_pwm_default>; >>         }; >> >>         edp_panel: edp_panel { >>                 compatible = "sharp_lq140m1jw46"; > Is that supposed to be sharp,lq140m1jw46 with a comma instead of an > underscore? Stephen, This is our internal branch which does not have patches up to date yet. I will cherry-pick newer edp related patches which are under review now to re test it.