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 7C0FCC33CAA for ; Thu, 23 Jan 2020 07:43:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5961724125 for ; Thu, 23 Jan 2020 07:43:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725991AbgAWHnv (ORCPT ); Thu, 23 Jan 2020 02:43:51 -0500 Received: from mail-ot1-f66.google.com ([209.85.210.66]:38398 "EHLO mail-ot1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725785AbgAWHnu (ORCPT ); Thu, 23 Jan 2020 02:43:50 -0500 Received: by mail-ot1-f66.google.com with SMTP id z9so1891770oth.5; 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=ToNyC02e/IocvhJQBdDU3gKFpgquvqOUiiQFuOVoaFNb1Xn/4G9ej7JGqIqYi1//kV 6QrNbkPrLO6xRKsv8Ly0GM5NCPIWA6v8WC20ZCCSv3YLazdQsnQND/zU+nDk0CWRFf3g c6zpvX9JqOSkZ12cZ1fAHQvkpV+K2ElVxzmzaLnQ81f2SY2U7za8ukmXSxg7qotkXZbM YDrkpfYhyuyp1exqojm1PaJVTcG5CBcJUn0VGaY4RM2YP3kUhQYlQEyQLptZunMLzz/3 ZFBb1HMZTa51Okd7gd3CT98f/R40Nru3AKCZ+8ehkltBQ1Tu9wAJpe1JxaWw+4L4FNm4 2bxA== X-Gm-Message-State: APjAAAXSDXE+A3c5CwW/Lf7wUG0FDODvyll+n1pmZ7hilWyzI9RdegyU z24kwA8qxQlkAb0xhT0cxwpcFCr5uiU9HeT5vWc= 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 Cc: David Lechner , Geert Uytterhoeven , =?UTF-8?Q?Noralf_Tr=C3=B8nnes?= , David Airlie , Daniel Vetter , Maarten Lankhorst , Maxime Ripard , Rob Herring , Mark Rutland , Chris Brandt , Kieran Bingham , DRI Development , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux-Renesas , Linux Kernel Mailing List , Rob Herring Content-Type: text/plain; charset="UTF-8" Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org 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