Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752644AbdIBCLG (ORCPT ); Fri, 1 Sep 2017 22:11:06 -0400 Received: from mail-oi0-f66.google.com ([209.85.218.66]:37829 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751357AbdIBCLE (ORCPT ); Fri, 1 Sep 2017 22:11:04 -0400 X-Google-Smtp-Source: ADKCNb6nM4qv+k17Kan1JZMTcoyw25spY+mKdIdyB/S5OTaZQgHQoSzgcVYfdmKHTnjVv3uRwgurBA== Subject: Re: [PATCH 2/2] ARM: dts: Add the PWM node to Cygnus To: Scott Branden , Eric Anholt , Florian Fainelli Cc: linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stefan Wahren , bcm-kernel-feedback-list@broadcom.com, Ray Jui , Scott Branden , Jon Mason , devicetree@vger.kernel.org, Rob Herring , Mark Rutland References: <20170831185416.8181-1-eric@anholt.net> <20170831185416.8181-2-eric@anholt.net> From: Florian Fainelli Message-ID: Date: Fri, 1 Sep 2017 19:11:01 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1314 Lines: 45 On 08/31/2017 01:10 PM, Scott Branden wrote: > pwm node is correct. > > > On 17-08-31 11:54 AM, Eric Anholt wrote: >> This is connected up to the backlight on 911360_entphn, which we'll >> need for a panel driver. For now, leave the node disabled in the >> shared dtsi. >> >> Signed-off-by: Eric Anholt > Acked-by: Scott Branden Applied to devicetree/next: https://github.com/Broadcom/stblinux/commit/31807d46f85c4d86ef3b6df9c5a4e69d35f75bc0 >> --- >> arch/arm/boot/dts/bcm-cygnus.dtsi | 8 ++++++++ >> 1 file changed, 8 insertions(+) >> >> diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi >> b/arch/arm/boot/dts/bcm-cygnus.dtsi >> index 74f73ff24aec..b9a654d733ae 100644 >> --- a/arch/arm/boot/dts/bcm-cygnus.dtsi >> +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi >> @@ -585,6 +585,14 @@ >> status = "disabled"; >> }; >> + pwm: pwm@180aa500 { >> + compatible = "brcm,kona-pwm"; >> + reg = <0x180aa500 0xc4>; >> + #pwm-cells = <3>; >> + clocks = <&asiu_clks BCM_CYGNUS_ASIU_PWM_CLK>; >> + status = "disabled"; >> + }; >> + >> keypad: keypad@180ac000 { >> compatible = "brcm,bcm-keypad"; >> reg = <0x180ac000 0x14c>; > -- Florian