From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 24 Nov 2014 21:07:25 -0700 Subject: [U-Boot] [PATCH v2 1/2] dm: rpi: Move serial to driver model In-Reply-To: <1416877738-2982-2-git-send-email-sjg@chromium.org> References: <1416877738-2982-1-git-send-email-sjg@chromium.org> <1416877738-2982-2-git-send-email-sjg@chromium.org> Message-ID: <5474007D.1080906@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 11/24/2014 06:08 PM, Simon Glass wrote: > Adjust the configuration to use the driver model version of the pl01x > serial driver. Add the required platform data. This basically seems to work, but I'll withhold any tested-by/acked-by until we can work out why writes to address 0 cause U-Boot to fail, with this patch applied.