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 12A34C2BA19 for ; Tue, 21 Apr 2020 07:19:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EDFCD2074B for ; Tue, 21 Apr 2020 07:19:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725992AbgDUHTm (ORCPT ); Tue, 21 Apr 2020 03:19:42 -0400 Received: from mail-ot1-f68.google.com ([209.85.210.68]:39518 "EHLO mail-ot1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725926AbgDUHTm (ORCPT ); Tue, 21 Apr 2020 03:19:42 -0400 Received: by mail-ot1-f68.google.com with SMTP id m13so10421216otf.6; Tue, 21 Apr 2020 00:19: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=veb+c1epeetzdg6zofKI0cevmUaJQHxspqLhCZkderQ=; b=ndyBYrO+DXHPnKvIrfhxlhWUR8FO5Dj6/UNaX9Nvte4EYPHQI45qTYgo+TpO6KGhzf DCLUnw3WmqG2vdCil2+aNK5MeMOX3lyUNGq8lPSAue3rSmOzvqXbBTDgpnq+Urel+an7 yXlwCFGCpNQVINBPqrEuPbYGgKR8zGYc40ehY9y5VHGCgmNkXVLyh6KLXs8MPicND/te SFIALxh8W2AoD6aC8Snm6+vQhO4rFz9O2LRof6/Iw8yGHg75qUUmihHV2OCEN1dZ08Cm aqHVSersNHu9WOSv40Wfc663xGHhK4kd+ERq/ariBA58P5AvSv/Jdqlpkmii/Jz3/M2K qM8w== X-Gm-Message-State: AGi0PuavN2cnrrYaISY4r6keuNPe+kB3Q+RaQ3b55JnBuD7M+/YmXxgq h06V8sOplDQCpd1jN/Ya5FdiXcOMvoHg6NO2clI= X-Google-Smtp-Source: APiQypLzOp3GKz0WqE0yA707ywSnKhIAt8Y1SJIGp1YtyySWFoWR+keaq+xo+4clNPhU5Y70hNXNgaXr4Cv7dzv7JVU= X-Received: by 2002:a9d:76c7:: with SMTP id p7mr12300178otl.145.1587453581546; Tue, 21 Apr 2020 00:19:41 -0700 (PDT) MIME-Version: 1.0 References: <1587446152-23886-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> In-Reply-To: <1587446152-23886-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> From: Geert Uytterhoeven Date: Tue, 21 Apr 2020 09:19:30 +0200 Message-ID: Subject: Re: [PATCH v5] dt-bindings: iommu: renesas,ipmmu-vmsa: convert to json-schema To: Yoshihiro Shimoda Cc: Joerg Roedel , Rob Herring , Linux IOMMU , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux-Renesas 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 On Tue, Apr 21, 2020 at 7:16 AM Yoshihiro Shimoda wrote: > Convert Renesas VMSA-Compatible IOMMU bindings documentation > to json-schema. > > Note that original documentation doesn't mention renesas,ipmmu-vmsa > for R-Mobile APE6. But, R-Mobile APE6 is similar to the R-Car > Gen2. So, renesas,ipmmu-r8a73a4 belongs the renesas,ipmmu-vmsa > section. > > Signed-off-by: Yoshihiro Shimoda 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