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=-13.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, 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 7E15FC2BB48 for ; Thu, 17 Dec 2020 11:15:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 416712389F for ; Thu, 17 Dec 2020 11:15:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727739AbgLQLP0 (ORCPT ); Thu, 17 Dec 2020 06:15:26 -0500 Received: from mail-ot1-f50.google.com ([209.85.210.50]:46047 "EHLO mail-ot1-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727495AbgLQLPZ (ORCPT ); Thu, 17 Dec 2020 06:15:25 -0500 Received: by mail-ot1-f50.google.com with SMTP id h18so26878672otq.12; Thu, 17 Dec 2020 03:15:09 -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=xx+auVM6B7V+kGzHPkX2t0XMGkTBqcyzunQHJA2F1+A=; b=ThNdvMRsCdyXmfXa2uuN/U6ILIw+oA4bA/GGMHe9X0Yft/txfWlxsXBSZipbKhR4v3 XSsQ3Hm90JNRpa+pUX+T3s09m/jr49K63p1QGcxRDfSNHqW1X/hbbBI1aSLvAFpkrNRN vAIy5a95ybpTZ8B/QevSQuIo5OdA9heQKOVpAuGbVy/ryu/W2QILn6leTkGQDNnvIVVc XKkt7nt6mcbwLD8n1cuLR+kF/ARwUl24fsBguJRZyS03lO/wbmoKhrJgtt8WN5p3szOW OsqxkRQopyAavtQTuQ2PfulqxNP9KfcxFzaZYbgoglMBiyuUEgG0L5tb4g8dHKsEC343 2yvQ== X-Gm-Message-State: AOAM530UXcDS58FPFZ23jAVtfwoxir3L5CCkWuzfiYFc+xsg3+oePihg Dph3T8ouHH642c0lSBmnRBkIuxo/87+0Tnu1Vqk= X-Google-Smtp-Source: ABdhPJxLGt/W6nkgEwjUvKWAdfGB1PYqCXjEIIa0+xcj//Lwr1HXG5hCbHs+weK8iwK4fOlGpyibkSxVgSJKsAC51RQ= X-Received: by 2002:a05:6830:210a:: with SMTP id i10mr28992639otc.145.1608203684453; Thu, 17 Dec 2020 03:14:44 -0800 (PST) MIME-Version: 1.0 References: <20201213183759.223246-1-aford173@gmail.com> <20201213183759.223246-8-aford173@gmail.com> In-Reply-To: <20201213183759.223246-8-aford173@gmail.com> From: Geert Uytterhoeven Date: Thu, 17 Dec 2020 12:14:33 +0100 Message-ID: Subject: Re: [PATCH 07/18] arm64: dts: renesas: beacon: Fix LVDS PWM Backlight To: Adam Ford Cc: Linux-Renesas , Adam Ford-BE , Geert Uytterhoeven , Magnus Damm , Rob Herring , "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-renesas-soc@vger.kernel.org On Sun, Dec 13, 2020 at 7:38 PM Adam Ford wrote: > The backlight didn't really work correctly due to some updates that were > made in hardware. It should be safe to apply these, because the older > hardware was never shipped to anyone, so it shouldn't break anything. > > Signed-off-by: Adam Ford Thanks, I have to trust you on this one, i.e. will queue in renesas-devel for v5.12. > --- a/arch/arm64/boot/dts/renesas/beacon-renesom-baseboard.dtsi > +++ b/arch/arm64/boot/dts/renesas/beacon-renesom-baseboard.dtsi > @@ -575,7 +575,7 @@ pwm0_pins: pwm0 { > > pwm2_pins: pwm2 { > groups = "pwm2_a"; > - function = "pwm2_a"; > + function = "pwm2"; > }; This part is definitely correct. 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