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 AF393CA0EC2 for ; Mon, 11 Sep 2023 20:54:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238630AbjIKUyK (ORCPT ); Mon, 11 Sep 2023 16:54:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33462 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236145AbjIKJvf (ORCPT ); Mon, 11 Sep 2023 05:51:35 -0400 Received: from out-217.mta1.migadu.com (out-217.mta1.migadu.com [IPv6:2001:41d0:203:375::d9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F90BCEB for ; Mon, 11 Sep 2023 02:51:29 -0700 (PDT) Date: Mon, 11 Sep 2023 19:49:11 +1000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jookia.org; s=key1; t=1694425887; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=0AVtJvOvxL1Rv82m1/fmLK9vTdLbPmAMKzyqL7jm1Lw=; b=wD+Aq9cumadywoTlaZfJQPfztntYR2EA85Ee0fx4LuNSc1kO44IrfGls9Qb4pFGDhfpqio eePJailD5wS4SBW1Kmf9bZWc00Ah0ykZP/YkwLnI9xRIkdK2QbvS6CrNPgw0EMomWDTaFl aEXPWIgaYgcqRFaXAnr+cfUho6BauW1/+MIRsed3b2fONc6ZAyucKbU7Ex23pZ8RNU938E QS6OMptPwxUmqjvGwU7oMLfb0b2SCVUD7l48mLP4EWNmHBSraI6yNRmHZw5gcPU4Kdi4iP b/PFGvLBAgdCsK2/48hf652iBm8COsulQHjBhQ3lJ6UMurokaBJZBzfNHmNbKw== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: John Watts To: Krzysztof Kozlowski Cc: dri-devel@lists.freedesktop.org, Neil Armstrong , Sam Ravnborg , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Shawn Guo , Chris Morgan , Jagan Teki , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 8/8] dt-bindings: display: panel: add Fascontek FS035VG158 panel Message-ID: References: <20230911090206.3121440-1-contact@jookia.org> <20230911090206.3121440-9-contact@jookia.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hello again, On Mon, Sep 11, 2023 at 11:41:12AM +0200, Krzysztof Kozlowski wrote: > > +maintainers: > > + - John Watts > > + > > +allOf: > > + - $ref: panel-common.yaml# > > + - $ref: /schemas/spi/spi-peripheral-props.yaml# > > + > > +properties: > > + compatible: > > + const: fascontek,fs035vg158 > > + > > + backlight: true > > + port: true > > + power-supply: true > > + reg: true > > + reset-gpios: true > > Why do you need all these 5? They are allowed by panel-common. > > > + > > + spi-3wire: true > > + > > +required: > > + - compatible > > Missing reg. Probably also port. > > > > + - power-supply > > + - reset-gpios > > + I have just copy pasted the other panel's yaml, so these issues apply there too. Should I fix that panel's yaml up first then re-copy? > > > Best regards, > Krzysztof > John.