Thread (7 messages) flat view 7 messages, 4 authors, 2007-10-18

Re: loading NOR flash from DT

From: Scott Wood <hidden>
Date: 2007-10-17 20:19:01

Sebastian Siewior wrote:
	flash@fc000000 {
It's probably not getting probed, because it's not under a probed bus.
Try adding the root node to the list passed to of_platform_bus_probe().
			compatible = "amd,s29gl512n", "cfi-flash";
			reg = <fc000000 4000000>;
			bank-width = <2>;
			#address-cells = <1>;
			#size-cells = <1>;
			fs@0 {
					label = "fs";
					reg = <0 f80000>;
			};
			firmware@f80000 {
					label ="firmware";
					reg = <f80000 80000>;
					read-only;
			};

	soc8544@e0000000 {
Missing }; for the flash node.

-Scott
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help