[PATCH] arm/dt: Fix babbage.dts memory node

Shawn Guo shawn.guo at freescale.com
Sun Apr 24 22:48:02 EST 2011


Hi Grant,

Let me know if you prefer to get babbage.dts deprecated by merging it
into mx51-babbage.dts.

-- 
Regards,
Shawn

On Fri, Apr 22, 2011 at 02:25:26PM +0800, Shawn Guo wrote:
> Without device_type property set as memory for the node, the generated
> dtb can still work when it gets passed to kernel by u-boot, since
> u-boot will fix it up.  But kernel will not boot due to that it fails
> to parse the memory node, when the dtb is appended to kernel image as
> it is.
> 
> The patch adds a property device_type="memory" for memory node to fix
> the problem.
> 
> Signed-off-by: Shawn Guo <shawn.guo at linaro.org>
> ---
> It applies on branch devicetree/test.
> 
>  arch/arm/boot/dts/babbage.dts |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/babbage.dts b/arch/arm/boot/dts/babbage.dts
> index 8f9b47c..4805168 100644
> --- a/arch/arm/boot/dts/babbage.dts
> +++ b/arch/arm/boot/dts/babbage.dts
> @@ -21,6 +21,7 @@
>  	interrupt-parent = <&tzic>;
>  
>  	memory {
> +		device_type = "memory";
>  		reg = <0x90000000 0x20000000>;
>  	};
>  
> -- 
> 1.7.4.1
> 



More information about the devicetree-discuss mailing list