From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Mon, 3 Apr 2017 16:16:39 -0300 Subject: [U-Boot] [PATCH v2 07/29] ARM: i.MX6QP: sabresd: Add initial devicetree support In-Reply-To: <1491227616-15042-8-git-send-email-jagan@openedev.com> References: <1491227616-15042-1-git-send-email-jagan@openedev.com> <1491227616-15042-8-git-send-email-jagan@openedev.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Apr 3, 2017 at 10:53 AM, Jagan Teki wrote: > From: Jagan Teki > > Add initial dts support for i.MX6 Quad Plus Sabresd board. > > Boot from MMC: > ------------- > U-Boot SPL 2017.03-33690-ga80e4f6-dirty (Mar 30 2017 - 00:40:29) > Trying to boot from MMC1 > > U-Boot 2017.03-33690-ga80e4f6-dirty (Mar 30 2017 - 00:40:29 +0530) > > CPU: Freescale i.MX6QP rev1.0 996 MHz (running at 792 MHz) > CPU: Automotive temperature grade (-40C to 125C) at 29C > Reset cause: POR > Model: Freescale i.MX6 Quad Plus SABRE Smart Device Board > Board: MX6-SabreSD > I2C: ready > DRAM: 1 GiB > PMIC: PFUZE100 ID=0x10 > MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2 > *** Warning - bad CRC, using default environment > > gpio at 020a4000: dir_output: error: gpio GPIO3_19 not reserved > gpio at 020a4000: set_value: error: gpio GPIO3_19 not reserved > gpio at 020b4000: dir_output: error: gpio GPIO7_12 not reserved > gpio at 020b4000: set_value: error: gpio GPIO7_12 not reserved Do you plan to fix these errors?