mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
Revert "dt-bindings: mtd: add Rockchip NAND controller V9 documentation"
This reverts commit910d9e3f54. Replaced by commit9b45a7e697("UPSTREAM: dt-bindings: mtd: Describe Rockchip RK3xxx NAND flash controller"). Signed-off-by: Tao Huang <huangtao@rock-chips.com> Change-Id: Ic2f3dd56a843b4fe2e73c63b7bca6b3847955b3b
This commit is contained in:
parent
463ee4c817
commit
915d7e128c
|
|
@ -1,34 +0,0 @@
|
|||
Rockchip NAND Flash Controller DT binding
|
||||
|
||||
Required properties:
|
||||
|
||||
- compatible : "rockchip,rk-nand-v9".
|
||||
- reg : shall contain registers location and length for data and reg.
|
||||
- interrupts : shall define the nand controller interrupt.
|
||||
- clocks : shall reference nand controller clocks.
|
||||
- clock-names : nand controller internal clock names. Shall contain :
|
||||
* "hclk_nandc" : AHB gating clock
|
||||
* "clk_nandc" : nand controller clock
|
||||
|
||||
Example for rk3326 / rkpx30:
|
||||
nandc0: nandc@ff3b0000 {
|
||||
compatible = "rockchip,rk-nandc-v9";
|
||||
reg = <0x0 0xff3b0000 0x0 0x4000>;
|
||||
interrupts = <GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
|
||||
nandc_id = <0>;
|
||||
clocks = <&cru SCLK_NANDC>, <&cru HCLK_NANDC>;
|
||||
clock-names = "clk_nandc", "hclk_nandc";
|
||||
assigned-clocks = <&cru SCLK_NANDC>;
|
||||
assigned-clock-parents = <&cru SCLK_NANDC_DIV50>;
|
||||
clock-frequency = <150000000>;
|
||||
status = "okay";
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
nand@0 {
|
||||
reg = <0>;
|
||||
nand-ecc-mode = "hw";
|
||||
nand-ecc-strength = <16>;
|
||||
nand-ecc-step-size = <1024>;
|
||||
};
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user