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=-8.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS 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 2CCC4C43461 for ; Mon, 14 Sep 2020 18:16:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DD8872076C for ; Mon, 14 Sep 2020 18:16:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600107392; bh=xU23LwM4Ogjff7eNhZz0naSZIX0TX6fB30IgqldEW7M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=iB482Zv/44TW3IGHJtxSfNqZw/9K7xk+VXXQ/YPR3v69aOVgsDn0UHvZ5amyvwU4o 2h8hNaGvlPegXjuVMvLGeSJBAJjKWLMXSdYkEzyxSOgaYNcxtg1OyTmv2aCc0rTWXm 8VN91FLzSY5w/zfooXO0K9yi4ahWLZtRDa8fH1YI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726044AbgINSQa (ORCPT ); Mon, 14 Sep 2020 14:16:30 -0400 Received: from mail-io1-f65.google.com ([209.85.166.65]:42820 "EHLO mail-io1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725951AbgINSQ1 (ORCPT ); Mon, 14 Sep 2020 14:16:27 -0400 Received: by mail-io1-f65.google.com with SMTP id u6so1108000iow.9; Mon, 14 Sep 2020 11:16:27 -0700 (PDT) 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=gkgh20bzSMEzQBjaR/yXNkvt2d9QAmenQ6iuJ6sWbhQ=; b=R0g/mKZWKD4fp75F7SXh/u4VWkMhyJzgiTQZlD9Ppn/u+Fs0xUfjr9WEEMz++QVlYv +P3wSpNeVjNiTKCiu0ADGDBJ1jd954Uc5KQ0GGhDDxQH4H84KVHUGtUQufkv37emWoMA 5f5+g0d01wfGICN2vYP2JBRiUMHzIV839F73R2tn92M24cRhfPRQFiucWATOAVd8r+oM dqZinkgwniEd4AJw95YjgeP4+XlPGZUeTptWU/7nQPC+gDtSpff0umOVfBefwOuCxbG2 iDbCLUaRQZRJeZrgOGKdzgM4IxtGaGiaB+6Y4nLejE1Y+2weAEFqvYqetyYo3iIUi+yC zD5A== X-Gm-Message-State: AOAM531JqDspnUgPj23y0oUez36REtSgI8AAZoitQ8i9OVT8s7QCJwgk OWo/4rFzGF1h/uzBgXaX0Q== X-Google-Smtp-Source: ABdhPJysQTS83/P0m/NWQcM+Si2V+AT/0soNX7Yd+tqoN1X+CxgOiIkfng9Eqf/6+mv48oGeuJ5e0w== X-Received: by 2002:a5d:96ce:: with SMTP id r14mr12026983iol.146.1600107386676; Mon, 14 Sep 2020 11:16:26 -0700 (PDT) Received: from xps15 ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id y10sm6300353ioy.25.2020.09.14.11.16.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Sep 2020 11:16:26 -0700 (PDT) Received: (nullmailer pid 4172155 invoked by uid 1000); Mon, 14 Sep 2020 18:16:22 -0000 Date: Mon, 14 Sep 2020 12:16:22 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: Daniel Vetter , linux-kernel@vger.kernel.org, Bartlomiej Zolnierkiewicz , Rob Herring , linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, Sam Ravnborg , Marek Szyprowski , linux-arm-kernel@lists.infradead.org, David Airlie , Sylwester Nawrocki , Hoegeun Kwon , dri-devel@lists.freedesktop.org, Kukjin Kim , Thierry Reding Subject: Re: [PATCH 1/4] dt-bindings: display: samsung, amoled-mipi-dsi: Do not require enable-gpios on samsung, s6e63j0x03 Message-ID: <20200914181622.GA4172076@bogus> References: <20200829172532.29358-1-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200829172532.29358-1-krzk@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 29 Aug 2020 19:25:29 +0200, Krzysztof Kozlowski wrote: > The samsung,s6e63j0x03 does not have enable GPIO, so do not require it. > This fixes dtbs_check warning: > > arch/arm/boot/dts/exynos3250-rinato.dt.yaml: panel@0: 'enable-gpios' is a required property > > Signed-off-by: Krzysztof Kozlowski > --- > .../display/panel/samsung,amoled-mipi-dsi.yaml | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) > Applied, thanks! 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=-8.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 0CEE1C433E2 for ; Mon, 14 Sep 2020 18:17:44 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 AE22A2076C for ; Mon, 14 Sep 2020 18:17:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="QKS+iTNT" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AE22A2076C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=UVFndHdhu6egGB+lgMjNDNMdSTO9zlD9HasEPpuuG64=; b=QKS+iTNT2/sKhDI4JD4HuoPKy zLSKHvoOeKmG3OEV6MWnf06RvgB60F1Exvm90Yve/B8l7ahsGBmJZITte+JD3ubYWzNNc+wY4oRX0 LcmEBQh6vTeokjfHG3kBy//F0Dea9ry8+sLTiwy3cUa0+BY65YkJfTIoSS2n3CTWclCyLGq1XeaMO Y3ZOlLB41b/Z0gh0hcZsYlKttI5fpalpzT/x9ksiBSvHxqD+1hNh5C1nWYVYeHfc1R21AdDhmXYOQ /qzkfC+CsVeGgX1NyOoeOKuQMCtTLRhMq27GggropSSS9luxXtW8TAumgXm2ATnFGFNERbL4yK0yT vWUkdvTcQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kHt1h-0002AZ-6L; Mon, 14 Sep 2020 18:16:29 +0000 Received: from mail-io1-f68.google.com ([209.85.166.68]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kHt1f-00029i-7P for linux-arm-kernel@lists.infradead.org; Mon, 14 Sep 2020 18:16:27 +0000 Received: by mail-io1-f68.google.com with SMTP id j2so1119414ioj.7 for ; Mon, 14 Sep 2020 11:16:27 -0700 (PDT) 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=gkgh20bzSMEzQBjaR/yXNkvt2d9QAmenQ6iuJ6sWbhQ=; b=OSD2M9jtodxvDPUsjdDW3yg2Zh3Tvvvz7D3HA5o0muQQqBPvvA09N4CGwz3clEEd98 hWmoynIKXjZnCCFQIigU5QolcvpOoBI0IemagjaBRNoaFD+JHdmUVPvxpZXKYKw3la7b KJ+akKnPoFeIrDGJejFwaIyHLZvtE/RzUh3nsGTRH9Na/Xsur0/9p15ERS6SUloYgAWB Bt9rgSDgMdLqwGEucOM536/g06vhrwzHkeMwQEaXray3mWGz1/WX/JPPQ8z36SQ3aEMA nzlgYQv5j5I1jZemGSj4QW3SeZjrbTEQCDpq5XixW8ivSuyS72YKNxtIijfemeTcZJL4 S1Ug== X-Gm-Message-State: AOAM533H9oktakFyEaIp06BEBemWNk6CX53Bo3VBSDRrYBf62O42GCKx pv0DtKplZqa2alsgCtKFbA== X-Google-Smtp-Source: ABdhPJysQTS83/P0m/NWQcM+Si2V+AT/0soNX7Yd+tqoN1X+CxgOiIkfng9Eqf/6+mv48oGeuJ5e0w== X-Received: by 2002:a5d:96ce:: with SMTP id r14mr12026983iol.146.1600107386676; Mon, 14 Sep 2020 11:16:26 -0700 (PDT) Received: from xps15 ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id y10sm6300353ioy.25.2020.09.14.11.16.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Sep 2020 11:16:26 -0700 (PDT) Received: (nullmailer pid 4172155 invoked by uid 1000); Mon, 14 Sep 2020 18:16:22 -0000 Date: Mon, 14 Sep 2020 12:16:22 -0600 From: Rob Herring To: Krzysztof Kozlowski Subject: Re: [PATCH 1/4] dt-bindings: display: samsung, amoled-mipi-dsi: Do not require enable-gpios on samsung, s6e63j0x03 Message-ID: <20200914181622.GA4172076@bogus> References: <20200829172532.29358-1-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200829172532.29358-1-krzk@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200914_141627_269051_E64DD7E5 X-CRM114-Status: GOOD ( 14.41 ) 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, linux-samsung-soc@vger.kernel.org, Bartlomiej Zolnierkiewicz , David Airlie , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Sylwester Nawrocki , Rob Herring , Thierry Reding , Kukjin Kim , Daniel Vetter , Sam Ravnborg , Hoegeun Kwon , linux-arm-kernel@lists.infradead.org, Marek Szyprowski Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, 29 Aug 2020 19:25:29 +0200, Krzysztof Kozlowski wrote: > The samsung,s6e63j0x03 does not have enable GPIO, so do not require it. > This fixes dtbs_check warning: > > arch/arm/boot/dts/exynos3250-rinato.dt.yaml: panel@0: 'enable-gpios' is a required property > > Signed-off-by: Krzysztof Kozlowski > --- > .../display/panel/samsung,amoled-mipi-dsi.yaml | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) > Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-7.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 489B1C433E2 for ; Mon, 14 Sep 2020 18:16:29 +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 E96CA2076C for ; Mon, 14 Sep 2020 18:16:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E96CA2076C 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 577316E505; Mon, 14 Sep 2020 18:16:28 +0000 (UTC) Received: from mail-io1-f66.google.com (mail-io1-f66.google.com [209.85.166.66]) by gabe.freedesktop.org (Postfix) with ESMTPS id 38A0B6E505 for ; Mon, 14 Sep 2020 18:16:27 +0000 (UTC) Received: by mail-io1-f66.google.com with SMTP id y13so1150915iow.4 for ; Mon, 14 Sep 2020 11:16:27 -0700 (PDT) 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=gkgh20bzSMEzQBjaR/yXNkvt2d9QAmenQ6iuJ6sWbhQ=; b=H/Plums552p2hFFRT9mENOzU0n0SfQJTwBKNJ/PVkS9mT/haIfykhqXVEgJ3MgRUzi 7bz2I79/ulPRxkkqyB38te+KuNlaXebKMXUwb5w8wdfXGZkonKcGOJy4dwF8tw6I1TN9 A+UzdHnLLr5HPTCLwy5eBGt8zJs6GZEGTSwP5CgvYoXOrVAu7wGBX+v5iuiimkVc3lg6 LqzXY1cmJF+51YSP9NpUQNwBERlrhuK/u5+/2W37MDiFAFQ1Z4MS4bkirKeYMQxPdoKX WrkuhWnfP7MJtIFFm0RSYvrod2qdEgXubBbK8QIOyN/nkWcMMJ3Zo3SRhljiuGN/Utpa cZVg== X-Gm-Message-State: AOAM5323773wrJG7ve69cSddg2IHai3RLyfwkf+MZnle2RSUpIDKfEeL Ygpb5tIGs84YoIxQOaP+KA== X-Google-Smtp-Source: ABdhPJysQTS83/P0m/NWQcM+Si2V+AT/0soNX7Yd+tqoN1X+CxgOiIkfng9Eqf/6+mv48oGeuJ5e0w== X-Received: by 2002:a5d:96ce:: with SMTP id r14mr12026983iol.146.1600107386676; Mon, 14 Sep 2020 11:16:26 -0700 (PDT) Received: from xps15 ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id y10sm6300353ioy.25.2020.09.14.11.16.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Sep 2020 11:16:26 -0700 (PDT) Received: (nullmailer pid 4172155 invoked by uid 1000); Mon, 14 Sep 2020 18:16:22 -0000 Date: Mon, 14 Sep 2020 12:16:22 -0600 From: Rob Herring To: Krzysztof Kozlowski Subject: Re: [PATCH 1/4] dt-bindings: display: samsung, amoled-mipi-dsi: Do not require enable-gpios on samsung, s6e63j0x03 Message-ID: <20200914181622.GA4172076@bogus> References: <20200829172532.29358-1-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200829172532.29358-1-krzk@kernel.org> 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: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Bartlomiej Zolnierkiewicz , David Airlie , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Sylwester Nawrocki , Rob Herring , Thierry Reding , Kukjin Kim , Sam Ravnborg , Hoegeun Kwon , linux-arm-kernel@lists.infradead.org, Marek Szyprowski Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sat, 29 Aug 2020 19:25:29 +0200, Krzysztof Kozlowski wrote: > The samsung,s6e63j0x03 does not have enable GPIO, so do not require it. > This fixes dtbs_check warning: > > arch/arm/boot/dts/exynos3250-rinato.dt.yaml: panel@0: 'enable-gpios' is a required property > > Signed-off-by: Krzysztof Kozlowski > --- > .../display/panel/samsung,amoled-mipi-dsi.yaml | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) > Applied, thanks! _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel