Mark Rutland <mark.rutland@xxxxxxx> wrote: > > +Example: > > + > > + aliases { > > + ethernet0 = <&sxgbe0>; > > + }; > > + > > + sxgbe0: ethernet@1a040000 { > > + compatible = "samsung,sxgbe-v2.0a"; > > + reg = <0 0x1a040000 0 0x10000>; > > + interrupt-parent = <&gic>; > > + interrupts = <0 209 4>, <0 185 4>, <0 186 4>, <0 187 4>, > > + <0 188 4>, <0 189 4>, <0 190 4>, <0 191 4>, > > + <0 192 4>, <0 193 4>, <0 194 4>, <0 195 4>, > > + <0 196 4>, <0 197 4>, <0 198 4>, <0 199 4>, > > + <0 200 4>, <0 201 4>, <0 202 4>, <0 203 4>, > > + <0 204 4>, <0 205 4>, <0 206 4>, <0 207 4>, > > + <0 208 4>, <0 210 4>; > > + samsung,pbl = <0x08> > > + samsung,burst-map = <0x20> > > + samsung,adv-addr-mode = "true" > > + samsung,force-sf-dma-mode = "true" > > You don't need these strings for boolean properties. Their presence of the > property alone (even in the absende of a value) is sufficient. These should > simply be: > > samsung,adv-addr-map; > samsung,force-sf-dma-mode; OK. It looks better > > It is still an open question as to whether these properties are necessary. I understood, actually those two properties are for future. "samsung,adv-addr-map" is needed for more than 32 bit addressing and "force-sf-dma-mode" to use full dma fifo. As of now these are not mandatory property. These will be added later, I'll remove it this patch series. > > Cheers, > Mark. > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in the body of > a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at > http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html