diff --git a/[refs] b/[refs] index 1f0e2da28dc0..f7b43f73cad0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 85cad1b0b6409c62bce4828da2fd8a535e2148b0 +refs/heads/master: 2b4180af3faaf6088162d8a6b8d3f571bd7c2004 diff --git a/trunk/arch/arm/boot/dts/skeleton.dtsi b/trunk/arch/arm/boot/dts/skeleton.dtsi new file mode 100644 index 000000000000..b41d241de2cd --- /dev/null +++ b/trunk/arch/arm/boot/dts/skeleton.dtsi @@ -0,0 +1,13 @@ +/* + * Skeleton device tree; the bare minimum needed to boot; just include and + * add a compatible value. The bootloader will typically populate the memory + * node. + */ + +/ { + #address-cells = <1>; + #size-cells = <1>; + chosen { }; + aliases { }; + memory { device_type = "memory"; reg = <0 0>; }; +};