Hi Florian, > On 1 Jan 2017, at 3:42 AM, Florian Fainelli <f.fainelli@xxxxxxxxx> wrote: > > Hi Jaedon, > > On 12/29/2016 10:30 PM, Jaedon Shin wrote: >> Adds SPI device nodes to BCM7xxx MIPS based SoCs. >> >> Signed-off-by: Jaedon Shin <jaedon.shin@xxxxxxxxx> >> --- > >> + >> +&qspi { >> + status = "okay"; >> + >> + m25p80@0 { >> + compatible = "m25p80"; >> + reg = <0>; >> + spi-max-frequency = <0x2625a00>; > > Sorry for not noticing this earlier, can we have the frequency in a > decimal form? I will change to "spi-max-frequency = <40000000>" in v3. Thanks, Jaedon > > With that fixed, feel free to add: > > Reviewed-by: Florian Fainelli <f.fainelli@xxxxxxxxx> > > Thanks! > -- > Florian