From e8a2aa0b2841fe26c7bce158ae0196430ce246e7 Mon Sep 17 00:00:00 2001 From: "Ithamar R. Adema" Date: Thu, 19 Sep 2013 01:30:12 +0200 Subject: [PATCH] ARM: FDT: verdex: fix the PXA2xx DTSI file. It references a non-existing device in the aliases, just comment it out until we sort out with upstream what's up. (Since we've also added PXA devices to the Verdex definition we need to chat with them anyway) --- src/data/dts/pxa2xx.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/dts/pxa2xx.dtsi b/src/data/dts/pxa2xx.dtsi index a5e90f078a..670e23090b 100644 --- a/src/data/dts/pxa2xx.dtsi +++ b/src/data/dts/pxa2xx.dtsi @@ -18,7 +18,7 @@ serial1 = &btuart; serial2 = &stuart; serial3 = &hwuart; - i2c0 = &pwri2c; + /* i2c0 = &pwri2c; */ i2c1 = &pxai2c1; };