Re: [PATCH] powerpc/83xx: Update sdhci nodes per new bindings

2009-06-10 Thread Kumar Gala
On Jun 10, 2009, at 10:19 AM, Anton Vorontsov wrote: As of commit 404614728f857d0ac63d29c3a29d0cf392a15598 ("Update FSL esdhc binding"), we use "fsl,esdhc" compatible entry as a base match. U-Boot will use the same compatible to fixup esdhc nodes. This patch updates 83xx dts files so that they

[PATCH] powerpc/83xx: Update sdhci nodes per new bindings

2009-06-10 Thread Anton Vorontsov
As of commit 404614728f857d0ac63d29c3a29d0cf392a15598 ("Update FSL esdhc binding"), we use "fsl,esdhc" compatible entry as a base match. U-Boot will use the same compatible to fixup esdhc nodes. This patch updates 83xx dts files so that they conform to the new bindings. Signed-off-by: Anton Voron