From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755279AbcIIVVC (ORCPT ); Fri, 9 Sep 2016 17:21:02 -0400 Received: from anholt.net ([50.246.234.109]:37495 "EHLO anholt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754739AbcIIVU7 (ORCPT ); Fri, 9 Sep 2016 17:20:59 -0400 From: Eric Anholt To: Gerd Hoffmann , Stefan Wahren Cc: linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Scott Branden , Ray Jui , Russell King , open list , Rob Herring , bcm-kernel-feedback-list@broadcom.com, Mark Rutland , Florian Fainelli Subject: Re: [PATCH 1/8] ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node. In-Reply-To: <1473411924.6698.85.camel@redhat.com> References: <1473244289-20728-1-git-send-email-kraxel@redhat.com> <1473244289-20728-2-git-send-email-kraxel@redhat.com> <1628308726.55593.220fafc0-57d9-4317-a72d-0875dfb2d658.open-xchange@email.1und1.de> <1473411924.6698.85.camel@redhat.com> User-Agent: Notmuch/0.22.1 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Fri, 09 Sep 2016 14:20:57 -0700 Message-ID: <8737l893d2.fsf@eliezer.anholt.net> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org e<#secure method=pgpmime mode=sign> Gerd Hoffmann writes: > Hi, > >> According to this page [1] the pinctrl group for parallel display interface is >> missing. Is it intended? >> >> [1] - http://elinux.org/RPi_BCM2835_GPIOs > > Just an oversight I guess. Eric? > > Does this look correct? > > + dpi_gpio4: dpi_gpio4 { > + brcm,pins = <4 5 6 7 8 9 10 11 12 13 > + 14 15 16 17 18 19 20 21 > + 22 23 24 25 26 27>; > + brcm,function = ; > + }; For DPI, you also need pins 0-3 in there for clock and syncs. That set of data pins would be for a 24-bit mode, which is what we should be using for the Adafruit kippah + 7" panel combo.