From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 30 Jun 2014 15:32:20 -0600 Subject: [U-Boot] [PATCH] ARM: tegra: Add support for norrin board In-Reply-To: <1404161611-18697-1-git-send-email-amartin@nvidia.com> References: <1404161611-18697-1-git-send-email-amartin@nvidia.com> Message-ID: <53B1D764.6010007@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/30/2014 02:53 PM, Allen Martin wrote: > Norrin (PM370) is a Tegra124 clamshell board that is very similar to > venice2, but it has a different panel, the sdcard cd sense is flipped, > and it has a different revision of the AS3722 PMIC. Reuse the venice2 > config with a norrin dtb. This board is also refered to as "nyan" in > the ChromeOS trees. Isn't the pinmux different too? I think this patch should contain board/nvidia/norrin/pinmux-config-norrin.h shouldn't it? That in turn would mean adding Norrin support to tegra-pinmux-scripts. Of course, if they really do have 100% identical pinmux, then there's no issue. I'm skeptical though.