[PATCH v3 36/36] ARM: STi: Add support for the FSM Serial Flash Controller
From: srinivas kandagatla <hidden>
Date: 2013-12-02 13:10:34
Also in:
lkml
From: srinivas kandagatla <hidden>
Date: 2013-12-02 13:10:34
Also in:
lkml
Hi Lee, On 29/11/13 12:19, Lee Jones wrote:
+ /* FSM */
+ spifsm: spifsm at fe902000{
+ compatible = "st,spi-fsm", "simple-bus";"simple-bus" is redundant here.
+ reg = <0xfe902000 0x1000>; + reg-names = "spi-fsm"; + pinctrl-0 = <&pinctrl_fsm>; + + st,syscfg = <&syscfg_rear>; + st,boot-device-reg = <0x958>; + st,boot-device-spi = <0x1a>; + + status = "okay"; + };
thanks, srini