Tegra: All Tamonten-derived boards use onboard NAND
Move the nand-controller node to the tegra20-tamonten.dtsi so that it can be shared between all derived boards. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Tom Warren <twarren@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
3ebbbfe4c7
commit
3408a34823
|
@ -279,6 +279,17 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nand-controller@70008000 {
|
||||||
|
nvidia,wp-gpios = <&gpio 23 0>; /* PC7 */
|
||||||
|
nvidia,width = <8>;
|
||||||
|
nvidia,timing = <26 100 20 80 20 10 12 10 70>;
|
||||||
|
|
||||||
|
nand@0 {
|
||||||
|
reg = <0>;
|
||||||
|
compatible = "hynix,hy27uf4g2b", "nand-flash";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
i2c@7000c000 {
|
i2c@7000c000 {
|
||||||
clock-frequency = <400000>;
|
clock-frequency = <400000>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
|
@ -32,17 +32,6 @@
|
||||||
clock-frequency = <216000000>;
|
clock-frequency = <216000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
nand-controller@70008000 {
|
|
||||||
nvidia,wp-gpios = <&gpio 23 0>; /* PC7 */
|
|
||||||
nvidia,width = <8>;
|
|
||||||
nvidia,timing = <26 100 20 80 20 10 12 10 70>;
|
|
||||||
|
|
||||||
nand@0 {
|
|
||||||
reg = <0>;
|
|
||||||
compatible = "hynix,hy27uf4g2b", "nand-flash";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
i2c@7000c000 {
|
i2c@7000c000 {
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue