From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hui Song Subject: [PATCH v1 3/3] gpio: mpc8xxx: add ls1088a platform special function Date: Thu, 8 Aug 2019 18:16:28 +0800 Message-ID: <20190808101628.36782-3-hui.song_1@nxp.com> References: <20190808101628.36782-1-hui.song_1@nxp.com> Return-path: In-Reply-To: <20190808101628.36782-1-hui.song_1@nxp.com> Sender: linux-kernel-owner@vger.kernel.org To: Shawn Guo , Li Yang , Rob Herring , Mark Rutland , Linus Walleij , Bartosz Golaszewski Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Song Hui List-Id: devicetree@vger.kernel.org From: Song Hui ls1028a and ls1088a platform share common special function. The gpio hardware what they use is the same version. Signed-off-by: Song Hui --- drivers/gpio/gpio-mpc8xxx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpio/gpio-mpc8xxx.c b/drivers/gpio/gpio-mpc8xxx.c index 1a680aa..16a47de 100644 --- a/drivers/gpio/gpio-mpc8xxx.c +++ b/drivers/gpio/gpio-mpc8xxx.c @@ -319,6 +319,7 @@ static const struct of_device_id mpc8xxx_gpio_ids[] = { { .compatible = "fsl,mpc5125-gpio", .data = &mpc5125_gpio_devtype, }, { .compatible = "fsl,pq3-gpio", }, { .compatible = "fsl,ls1028a-gpio", .data = &ls1028a_gpio_devtype, }, + { .compatible = "fsl,ls1088a-gpio", .data = &ls1028a_gpio_devtype, }, { .compatible = "fsl,qoriq-gpio", }, {} }; -- 2.9.5