Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751672AbdHaUQP (ORCPT ); Thu, 31 Aug 2017 16:16:15 -0400 Received: from mail-qt0-f173.google.com ([209.85.216.173]:37673 "EHLO mail-qt0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750998AbdHaUQN (ORCPT ); Thu, 31 Aug 2017 16:16:13 -0400 X-Google-Smtp-Source: ADKCNb5h0HyHdjukI0SLiYoYFBQ/LvckQT+YweLaMTxHhNLaja4mnoV8lmbn/xy9S3IG9z3/a44nDw== Subject: Re: [PATCH 1/2] ARM: dts: Add the CLCD controller to Cygnus. To: Eric Anholt , Florian Fainelli References: <20170831185416.8181-1-eric@anholt.net> 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 From: Scott Branden Message-ID: <3a947d06-53cc-bb28-86de-0ddb5c6b853c@broadcom.com> Date: Thu, 31 Aug 2017 13:16:07 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170831185416.8181-1-eric@anholt.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1413 Lines: 42 Hi Eric, mode is correct, location in file needs to be moved. On 17-08-31 11:54 AM, Eric Anholt wrote: > This doesn't yet enable it on any particular platform, as we still > need a panel driver for bcm911360_entphn. > > Signed-off-by: Eric Anholt > --- > > These bits are just carving off a little bit of my 911360_entphn panel > series, to reduce conflicts when rebasing (which I just did for > testing pl111 changes for cygnus regressions). I'm waiting to get my > current RPi panel driver in before working on the 911360 panel again. > > arch/arm/boot/dts/bcm-cygnus.dtsi | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi > index 7c957ea06c66..74f73ff24aec 100644 > --- a/arch/arm/boot/dts/bcm-cygnus.dtsi > +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi > @@ -575,6 +575,16 @@ > status = "disabled"; > }; > > + clcd: clcd@180a0000 { please place in correct address ordered location in file > + compatible = "arm,pl111", "arm,primecell"; > + reg = <0x180a0000 0x1000>; > + interrupts = ; > + interrupt-names = "combined"; > + clocks = <&axi41_clk>, <&apb_clk>; > + clock-names = "clcdclk", "apb_pclk"; > + status = "disabled"; > + }; > + > keypad: keypad@180ac000 { > compatible = "brcm,bcm-keypad"; > reg = <0x180ac000 0x14c>;