On Mon, Mar 30, 2015 at 01:06:57PM +0100, Russell King wrote: > @@ -120,6 +137,17 @@ > compatible = "nxp,pcf8523"; > reg = <0x68>; > }; > + > + /* Pro baseboard model */ > + sgtl5000: sgtl5000@0a { > + clocks = <&clks 201>; Macro IMX6QDL_CLK_CKO in include/dt-bindings/clock/imx6qdl-clock.h should make it more readable. I fixed it up and applied the patch. Shawn > + compatible = "fsl,sgtl5000"; > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_hummingboard_sgtl5000>; > + reg = <0x0a>; > + VDDA-supply = <®_3p3v>; > + VDDIO-supply = <®_3p3v>; > + }; > }; > > &i2c2 { -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html