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.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, 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 75E8AC56201 for ; Thu, 12 Nov 2020 10:56:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0F01D22228 for ; Thu, 12 Nov 2020 10:56:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=0x0f.com header.i=@0x0f.com header.b="onsk+2Q6" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727227AbgKLK44 (ORCPT ); Thu, 12 Nov 2020 05:56:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54212 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725902AbgKLK4z (ORCPT ); Thu, 12 Nov 2020 05:56:55 -0500 Received: from mail-qt1-x844.google.com (mail-qt1-x844.google.com [IPv6:2607:f8b0:4864:20::844]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CB841C0613D1 for ; Thu, 12 Nov 2020 02:56:53 -0800 (PST) Received: by mail-qt1-x844.google.com with SMTP id 7so3623244qtp.1 for ; Thu, 12 Nov 2020 02:56:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=0x0f.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=TGJZQaTm5BTG1XEJ4L/JYj5sReja1I+vS6/GWAWRDTw=; b=onsk+2Q6DpXnv1wkqywSaLWgoiNRnp+BH8Cud3m3ix4NLhApe9S8U01a0ZpgYRO2az 14WSirBOauLhGkDfu/x+gvpbUPCsos7H5oe8f1AEaHpWpb2pv+mj7WZhX9MDESl4/2oA lRwvCYMFz22MDHUFqob8+flsq4xWINo88lNUA= 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=TGJZQaTm5BTG1XEJ4L/JYj5sReja1I+vS6/GWAWRDTw=; b=CoOehLayvlliFAmsH2jRGBgtdkJn244SMc3q6EDBAbX3qXCec/sfaIr7gCBlLXXT5t CICnigZJ2DA476U47j6Z7IwPQTzKf/NY6kHYcPF0MdOvaL+ZskcchFpE/8JkwPJIYdrI BGITLysDtOiK9eEgKQqB2KgyIzEU0dIaPR/YTP6G6rbsu2euQAQRSYMBHbcjn6Zu6Vuh Pu6OBteNam0dMvW2mJta14FOHaC8fkrdKuxPlOSFWVdDiUW5pAt4rM8zfu4lASDBlMxX c2p1hN6tzP1Y/z0WalMQB5OWjXFmVPmyNMIxZaP3z8X2xR50r3PGM0yoIkGUwOf+F9Qj Shfw== X-Gm-Message-State: AOAM5324pyEoUKoQseR2Zz6YtljUhC3hBHgQR3QoMDOK6A2c5t8YJ8mb Hsg11plzCmABpsQ9ZYHiP9voe8YeYocqinE//R8aTQ== X-Google-Smtp-Source: ABdhPJzMPkGmQ3VF7RW86gB4eHEfbhN9omVDSrbB2hl2Ge//B59MmV1xM6QkUMIa5UunJXXnMMZ9044YQmhTEMd1UxA= X-Received: by 2002:ac8:7316:: with SMTP id x22mr28222013qto.386.1605178613034; Thu, 12 Nov 2020 02:56:53 -0800 (PST) MIME-Version: 1.0 References: <20201109121731.1537580-1-daniel@0x0f.com> <20201109121731.1537580-3-daniel@0x0f.com> <20201111210602.GA1974594@bogus> In-Reply-To: <20201111210602.GA1974594@bogus> From: Daniel Palmer Date: Thu, 12 Nov 2020 19:57:43 +0900 Message-ID: Subject: Re: [PATCH v3 2/5] dt-bindings: gpio: Binding for MStar MSC313 GPIO controller To: Rob Herring List-Id: Cc: SoC Team , "open list:GPIO SUBSYSTEM" , DTML , linux-arm-kernel , Linux Kernel Mailing List , Linus Walleij , Marc Zyngier , Willy Tarreau Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Rob, On Thu, 12 Nov 2020 at 06:06, Rob Herring wrote: > > + gpio-ranges-group-names: > > + $ref: /schemas/types.yaml#/definitions/string-array > > Not a standard property. Probably should be dropped, but why do you need > this and what is it for? It's unneeded. I thought it was a standard item from the other files I looked at when putting together mine. I'll delete it for the next version. Is there anything else that looks off? Thanks, Daniel