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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 A05BDC433E6 for ; Fri, 8 Jan 2021 14:12:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 680F323770 for ; Fri, 8 Jan 2021 14:12:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727433AbhAHOMx (ORCPT ); Fri, 8 Jan 2021 09:12:53 -0500 Received: from mail-oi1-f177.google.com ([209.85.167.177]:38848 "EHLO mail-oi1-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725793AbhAHOMw (ORCPT ); Fri, 8 Jan 2021 09:12:52 -0500 Received: by mail-oi1-f177.google.com with SMTP id x13so11442412oic.5; Fri, 08 Jan 2021 06:12:36 -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=wIuJZZvb0gzZkSS4B0eLCyXExMgaXIe5iJbAbqQLb5w=; b=limr+0RxlP/aCLqANfhJnqKMwyLk3aMgSnz1M1NoyxsaW0O/GuHmsN4ZOuLFGCDdwv AIVS8vyR85MrnwdWEbbnBnqd4lVjmdSI7Ho7YacVn45YZmc/ZF9NH4o6MMs1uUsogZd8 LIBxLusquv1CPMfVDtRPSUV/+JUR5t4nQchKFX8Zh+nkweIdGwg1wWLjFXrMzgAmfGGD sPUerNat2P4OZwqmijmBqosC3hMMBbZQe5CkImuiKMEnCqyTXzUkpIlaDCiQOhonRCJx +Lk7TpxNQheJuSRj7IHJLyUqF2sudFE8p9fU5YUkrUkWiKiMrFEv/pDA3CR8jtsgZjPq DwDw== X-Gm-Message-State: AOAM533oxhmRYoAg3H/tHPF3sQuJOMno1GfnAK5n6fkSW2pF3LgNCtJ1 3XSiFya4acueZGi9AVxKAhQAGGp3ffsyC4/tWjY= X-Google-Smtp-Source: ABdhPJyemCjOC5dvpA4+jMsIA0V0xTUIe/Wk8kgEjN4sB5bYCpAmxwjdD7IQ/WgXE542apoi59gaN+8T5vt4YF4Ccig= X-Received: by 2002:aca:3cc5:: with SMTP id j188mr2459213oia.54.1610115130954; Fri, 08 Jan 2021 06:12:10 -0800 (PST) MIME-Version: 1.0 References: <20201228213121.2331449-1-aford173@gmail.com> In-Reply-To: <20201228213121.2331449-1-aford173@gmail.com> From: Geert Uytterhoeven Date: Fri, 8 Jan 2021 15:11:59 +0100 Message-ID: Subject: Re: [PATCH 1/4] dt-bindings: net: renesas,etheravb: Add additional clocks To: Adam Ford Cc: Linux-Renesas , Adam Ford-BE , Sergei Shtylyov , "David S. Miller" , Jakub Kicinski , Rob Herring , Magnus Damm , netdev , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 28, 2020 at 10:32 PM Adam Ford wrote: > The AVB driver assumes there is an external clock, but it could > be driven by an external clock. In order to enable a programmable > clock, it needs to be added to the clocks list and enabled in the > driver. Since there currently only one clock, there is no > clock-names list either. > > Update bindings to add the additional optional clock, and explicitly > name both of them. > > Signed-off-by: Adam Ford 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