Hi all. > +Optional property: > +- nxp,quartz_load_12.5pF: The capacitive load on the quartz is 12.5 pF, > + which differ from the default value of 7 pF > + > +Example: > + > +pcf8523: pcf8523@68 { > + compatible = "nxp,pcf85063"; > + reg = <0x68>; > + nxp,quartz_load_12.5pF; > +}; The property described in the bindings uses capital F. But the intent was to use a lower-case f, so the property is all lower-case. Will fix in v2. This goes for both this binding file and the nxp,pcf85063.txt. The dts files and the implmentation uses lower-case f already. Sam