mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-18 14:48:17 +01:00
arm: dts: armada-cp110-master: update nand-controller
Align node properties to kernel dts node. The change of compatible property does not affect any currently supported board. Keep U-Boot specific nand-enable-arbiter, and num-cs for compatibility with the current driver. Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
This commit is contained in:
parent
e2eafaa18a
commit
a941226e00
@ -285,15 +285,18 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
cpm_nand: nand@720000 {
|
cpm_nand: nand@720000 {
|
||||||
compatible = "marvell,mvebu-pxa3xx-nand";
|
compatible = "marvell,armada-8k-nand-controller",
|
||||||
reg = <0x720000 0x100>;
|
"marvell,armada370-nand-controller";
|
||||||
|
reg = <0x720000 0x54>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
clocks = <&cpm_syscon0 1 2>;
|
interrupts = <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
clock-names = "core", "reg";
|
||||||
|
clocks = <&cpm_syscon0 1 2>,
|
||||||
|
<&cpm_syscon0 1 17>;
|
||||||
|
marvell,system-controller = <&cpm_syscon0>;
|
||||||
nand-enable-arbiter;
|
nand-enable-arbiter;
|
||||||
num-cs = <1>;
|
num-cs = <1>;
|
||||||
nand-ecc-strength = <4>;
|
|
||||||
nand-ecc-step-size = <512>;
|
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user