提交 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,12 +26,18 @@
nand: nand@18028000 {
nandcs@0 {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "ubi";
reg = <0x00000000 0x08000000>;
};
};
};
};
leds {
compatible = "gpio-leds";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册