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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 59240C47409 for ; Thu, 23 Jan 2020 07:43:52 +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 39AAC206D4 for ; Thu, 23 Jan 2020 07:43:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 39AAC206D4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.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 A3A1F6FB11; Thu, 23 Jan 2020 07:43:51 +0000 (UTC) Received: from mail-ot1-f68.google.com (mail-ot1-f68.google.com [209.85.210.68]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0A4496FB11 for ; Thu, 23 Jan 2020 07:43:51 +0000 (UTC) Received: by mail-ot1-f68.google.com with SMTP id h9so1851815otj.11 for ; Wed, 22 Jan 2020 23:43:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vLGlAAGiegO0GysYxYun8pWcF7YLYXC3rdiJuuUaflk=; b=YHP5sKzGJ/VRoKLyHbv3F7kvk07TDbFj6I8QNWPSN6OoyZWIJ6INNrDYZiB3jXdh9O QShPlRQiAw9zle0qB7QlYLWFyDXCZG8Rxo/+p9Th7NWQIsQbeDgIJC00wIzqDBk/dCH2 no6zrYc/W8vjxgolrlu+dlbsbPEGo8ouXry38Wy5Ux5CGY/rmy7/UactQYembTb4RmHr jEd5TKKfmxaRSS/7YvwG3zVhfHMywJO7RV1xv588ChBxsIPBc4vflJBPJ+M5oDugPy1w 7sGKVehwGCSXF4v7GjQLywm9jnasfVGEWbfvh0nv/uU1rPTJ7ZOMgOtKNlwq0LK4ZXib jEcQ== X-Gm-Message-State: APjAAAWJQCVcT/EfFjsh8mMvA6IePUCJTc80qsVx7c4UYHMReirRVc60 qwDg44jTBJR3jujJjqRiQQXcBODyBDidb/NvRpk= X-Google-Smtp-Source: APXvYqzGxT2Jtu940TL4l2TiU5FOZBq7t2LMHQVChF947mfbvyVwZosKQjz0+xvORbuInNBHdiuc+1exNEHQYrNmoss= X-Received: by 2002:a9d:7984:: with SMTP id h4mr10595289otm.297.1579765430323; Wed, 22 Jan 2020 23:43:50 -0800 (PST) MIME-Version: 1.0 References: <20200115124548.3951-1-geert+renesas@glider.be> <20200115124548.3951-2-geert+renesas@glider.be> <20200120190249.GA9619@ravnborg.org> In-Reply-To: <20200120190249.GA9619@ravnborg.org> From: Geert Uytterhoeven Date: Thu, 23 Jan 2020 08:43:39 +0100 Message-ID: Subject: Re: [PATCH] dt-bindings: restrict properties for sitronix,st7735r To: Sam Ravnborg 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: Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , David Lechner , Geert Uytterhoeven , David Airlie , Kieran Bingham , Linux Kernel Mailing List , Linux-Renesas , Rob Herring , Chris Brandt , DRI Development Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Sam, On Mon, Jan 20, 2020 at 8:02 PM Sam Ravnborg wrote: > From 6b54fb0a071c0732cd4bd5b88f456b5a85bcf4f2 Mon Sep 17 00:00:00 2001 > From: Sam Ravnborg > Date: Mon, 20 Jan 2020 19:55:04 +0100 > Subject: [PATCH] dt-bindings: restrict properties for sitronix,st7735r > > David Lechner noticed (paraphrased): > - not all properties from panel-common are applicable. > - missing optional rotation and backlight properties > > Fix this by listing all allowed properties, and do not allow other properties. > > Fixes: abdd9e3705c8 ("dt-bindings: display: sitronix,st7735r: Convert to DT schema") > Reported-by: David Lechner > Signed-off-by: Sam Ravnborg I'm far from a DT yaml expert, but LGTM, so: Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel