From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Thu, 08 Sep 2016 11:09:03 -0700 Subject: [PATCH 2/7] pinctrl: amlogic: gxbb: add nand pins In-Reply-To: <1473261223-15412-3-git-send-email-jbrunet@baylibre.com> (Jerome Brunet's message of "Wed, 7 Sep 2016 17:13:38 +0200") References: <1473261223-15412-1-git-send-email-jbrunet@baylibre.com> <1473261223-15412-3-git-send-email-jbrunet@baylibre.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Jerome Brunet writes: > Add EE domains pins for the NAND flash controller. > Even tough we have no driver for the NAND flash controller yet, we need > to have these pins in pinctrl as the actual pin are shared with the spifc > controller. The bootloader on the S905-P200 setup pinmux for the NAND > controller so we need the kernel to properly deactivate this if necessary. > > Signed-off-by: Jerome Brunet Acked-by: Kevin Hilman