ARM: dts: gemini: Indent DIR-685 partition table
It is discouraged to have OF partitions as subnodes directly under the device, create a "partitions" subnode and put the partitions inside it. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
parent
97fc172d86
commit
44b9c8e772
|
@ -267,6 +267,11 @@
|
|||
/* 32MB of flash */
|
||||
reg = <0x30000000 0x02000000>;
|
||||
|
||||
partitions {
|
||||
compatible = "fixed-partitions";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
/*
|
||||
* This "RedBoot" is the Storlink derivative.
|
||||
*/
|
||||
|
@ -307,6 +312,7 @@
|
|||
read-only;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
syscon: syscon@40000000 {
|
||||
pinctrl {
|
||||
|
|
Loading…
Reference in New Issue