Sebastian Siewior wrote:
>       [EMAIL PROTECTED] {

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>;
>                       [EMAIL PROTECTED] {
>                                       label = "fs";
>                                       reg = <0 f80000>;
>                       };
>                       [EMAIL PROTECTED] {
>                                       label ="firmware";
>                                       reg = <f80000 80000>;
>                                       read-only;
>                       };
> 
>       [EMAIL PROTECTED] {

Missing }; for the flash node.

-Scott
_______________________________________________
Linuxppc-embedded mailing list
[email protected]
https://ozlabs.org/mailman/listinfo/linuxppc-embedded

Reply via email to