From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Thu, 8 Jun 2017 20:01:43 -0400 Subject: [U-Boot] [PATCH v2 18/28] rockchip: Fix regualtor typo in veyron In-Reply-To: <20170531235737.11676-19-sjg@chromium.org> References: <20170531235737.11676-1-sjg@chromium.org> <20170531235737.11676-19-sjg@chromium.org> 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 This typo doesn't actually cause any problems, but is wrong. Fix it. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/dts/rk3288-veyron-jerry.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-dm, thanks!