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,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 443B0C433E1 for ; Fri, 15 May 2020 08:10:43 +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 24723206B6 for ; Fri, 15 May 2020 08:10:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 24723206B6 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 78AEF6EC13; Fri, 15 May 2020 08:10:42 +0000 (UTC) Received: from mail-ot1-f67.google.com (mail-ot1-f67.google.com [209.85.210.67]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9E9076EC13 for ; Fri, 15 May 2020 08:10:41 +0000 (UTC) Received: by mail-ot1-f67.google.com with SMTP id c3so1217021otr.12 for ; Fri, 15 May 2020 01:10:41 -0700 (PDT) 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=vKa3opg7C6b7eZU3bWUoqo8wy/Mm7/l4FtIPg5wr+z4=; b=dqDpvRrPSy8OIbMYI38kVPlT2pO9GR5Wu6ocWNlBrkZzJaqeYPOKM8fS90bMFucPDp lz0/zJhgjMtWElJ6QiGD3y1iYG3dspw9eNIEBOssnG4JZSraLgcPdUtioW/wPM1kJHIf vhVgZuaNDhW//oKZlCNO37wgyU1YXvnKssp862qBiaD+lDF/yGG3TP7/4+fUZAARP+MD HkPYqi0LBqSFU6kcftzITIHO+m7PztFR996wrf8w5av2WI2kYssjgNAiYEU2efEMH8TU YlJT7LDX7NWKNak3OXx7cI0Y3ZIKc6t5cen0sVIfbeD09e5Zqa7RSfRkkvsDdLgM437p GXRw== X-Gm-Message-State: AOAM532sDFjVdqkqM8NCaTEvB7nbBrZd0PdZIkwajAkTtkjbKVbGz+xJ t1qUf+O9f2VzeorbqwDf6kUKfgvj5CSr7Wddxoj3m49b X-Google-Smtp-Source: ABdhPJwvC2aP4d3PtU39rRiNVY4+dbRfoi/AZvTo2CERwlcKdM+RGAs4CQ5/a7guuTjJ0b2BBZab5vp6AeIiTj06zSs= X-Received: by 2002:a9d:564:: with SMTP id 91mr1398559otw.250.1589530240994; Fri, 15 May 2020 01:10:40 -0700 (PDT) MIME-Version: 1.0 References: <20200515012432.31326-1-laurent.pinchart+renesas@ideasonboard.com> <20200515012432.31326-8-laurent.pinchart+renesas@ideasonboard.com> In-Reply-To: <20200515012432.31326-8-laurent.pinchart+renesas@ideasonboard.com> From: Geert Uytterhoeven Date: Fri, 15 May 2020 10:10:30 +0200 Message-ID: Subject: Re: [PATCH 7/8] dt-bindings: media: renesas, vsp1: Convert binding to YAML To: Laurent Pinchart 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: Linux-Renesas , Rob Herring , DRI Development , Linux Media Mailing List Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, May 15, 2020 at 3:42 AM Laurent Pinchart wrote: > Convert the Renesas R-Car VSP1 text binding to YAML. > > Signed-off-by: Laurent Pinchart Reviewed-by: Geert Uytterhoeven > --- /dev/null > +++ b/Documentation/devicetree/bindings/media/renesas,vsp1.yaml > @@ -0,0 +1,83 @@ > +properties: > + compatible: > + enum: > + - renesas,vsp1 # for the R-Car Gen2 and RZ/G1 VSP1 > + - renesas,vsp2 # for the R-Car Gen3 and RZ/G2 VSP2 I would do it the terse way, and just write e.g. "# R-Car Gen2 and RZ/G1". Up to you... 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