From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 15 May 2014 15:51:08 +0900 Subject: [U-Boot] [PATCH v2 09/12] exynos: dts: Disable cros_ec interrupts due to broken GPIOs In-Reply-To: <1396481069-24950-10-git-send-email-sjg@chromium.org> References: <1396481069-24950-1-git-send-email-sjg@chromium.org> <1396481069-24950-10-git-send-email-sjg@chromium.org> Message-ID: <537463DC.50900@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/04/14 08:24, Simon Glass wrote: > At present the GPIO numbering patch has not been applied, so exynos GPIO > numbering is inconsistent (there are large gaps). Disable interrupts to > avoid a crash on boot. now, gpio patch is merged to u-boot-samsung. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/arm/dts/exynos5250-snow.dts | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > Thanks, Minkyu Kang.