提交 0c0d1c90 编写于 作者: R Rafał Miłecki 提交者: Florian Fainelli

ARM: dts: BCM5301X: Switch Luxul XWC-1000 to the new fixed partitions syntax

This new syntax is slightly better designed & uses "compatible" string.
For details see Documentation/devicetree/bindings/mtd/partition.txt .
Signed-off-by: NRafał Miłecki <rafal@milecki.pl>
Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
上级 4034600e
...@@ -26,9 +26,15 @@ ...@@ -26,9 +26,15 @@
nand: nand@18028000 { nand: nand@18028000 {
nandcs@0 { nandcs@0 {
partition@0 { partitions {
label = "ubi"; compatible = "fixed-partitions";
reg = <0x00000000 0x08000000>; #address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "ubi";
reg = <0x00000000 0x08000000>;
};
}; };
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册