From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Fan Date: Thu, 6 Apr 2017 09:59:17 +0800 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: <20170406015915.GA19031@linux-7smt.suse> 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 03, 2017 at 07:23:14PM +0530, 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 >PCI: pcie phy link never came up >No panel detected: default to Hannstar-XGA >gpio at 0209c000: dir_output: error: gpio GPIO1_21 not reserved >Display: Hannstar-XGA (1024x768) >In: serial >Out: serial >Err: serial >Net: gpio at 0209c000: dir_output: error: gpio GPIO1_25 not reserved >gpio at 0209c000: set_value: error: gpio GPIO1_25 not reserved >FEC [PRIME] >Hit any key to stop autoboot: 0 >=> > >Cc: Stefano Babic >Cc: Fabio Estevam >Cc: Michael Trimarchi >Signed-off-by: Jagan Teki >--- > board/freescale/mx6sabresd/MAINTAINERS | 1 + > configs/imx6qp_sabresd_defconfig | 60 ++++++++++++++++++++++++++++++++++ Could this be renamed to imx6qp_sabresd_spl_defconfig? Thanks, Peng.