From mboxrd@z Thu Jan 1 00:00:00 1970 From: phil@raspberrypi.org (Phil Elwell) Date: Wed, 3 Jan 2018 20:29:08 +0000 Subject: [PATCH 4/4] ARM: dts: bcm2837-rpi-3-b: add GPIO expander In-Reply-To: <804535329.243555.1515010649018@email.1und1.de> References: <1524381852.182115.1514919793281@email.1und1.de> <804535329.243555.1515010649018@email.1und1.de> Message-ID: <3993684b-5b99-6c38-6247-999f7564762b@raspberrypi.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Stefan, On 03/01/2018 20:17, Stefan Wahren wrote: > Hi Baruch, > >> Stefan Wahren hat am 2. Januar 2018 um 20:03 geschrieben: >> >> >> Hi Baruch, >> >>> Baruch Siach hat am 2. Januar 2018 um 14:19 geschrieben: >> >>> + expgpio: expgpio { >>> + compatible = "brcm,bcm2835-expgpio"; >>> + gpio-controller; >>> + #gpio-cells = <2>; >>> + firmware = <&firmware>; >> >> Please add the gpio-line-names from Eric's patch [1]. >> >> Thanks >> Stefan >> >> [1] - https://patchwork.kernel.org/patch/9339857/ >> > > sorry i missed the fact that the same GPIO expander is on the CM3. So please move the exgpio node to bcm2837.dtsi and only define the gpio-line-names in this file. The GPIO expander is not a part of the BCM2837 SoC, and not all BCM2837-based Pis have a GPIO expander - see the Pi 2+. Phil