Commit 44b9c8e7 authored by Linus Walleij's avatar Linus Walleij Committed by Olof Johansson

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: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 97fc172d
...@@ -267,6 +267,11 @@ flash@30000000 { ...@@ -267,6 +267,11 @@ flash@30000000 {
/* 32MB of flash */ /* 32MB of flash */
reg = <0x30000000 0x02000000>; reg = <0x30000000 0x02000000>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
/* /*
* This "RedBoot" is the Storlink derivative. * This "RedBoot" is the Storlink derivative.
*/ */
...@@ -307,6 +312,7 @@ partition@1fe0000 { ...@@ -307,6 +312,7 @@ partition@1fe0000 {
read-only; read-only;
}; };
}; };
};
syscon: syscon@40000000 { syscon: syscon@40000000 {
pinctrl { pinctrl {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment