Robert,

The Kernel side *dts change is :

        clk_mcasp0_fixed: clk_mcasp0_fixed {
              #clock-cells = <0>;
              compatible = "fixed-clock";
              clock-frequency = <24576000>;
        };

        clk_mcasp0: clk_mcasp0 {
              #clock-cells = <0>;
              compatible = "gpio-gate-clock";
              clocks = <&clk_mcasp0_fixed>;
              enable-gpios = <&gpio1 27 GPIO_ACTIVE_HIGH>; /* BeagleBone
Black Clk enable on GPIO1_27 */
        };



is it ?

Le mar. 8 mars 2016 à 15:46, Robert Nelson <[email protected]> a
écrit :

> On Tue, Mar 8, 2016 at 12:21 AM,  <[email protected]> wrote:
> > Everyone,
> >
> > I'm a noob and trying to get the BBB Audio Cape Rev B working.  Is there
> an
> > update at all coming from BB on this?
>
>
> https://github.com/beagleboard/bb.org-overlays/commit/419c160cb30f40230edea0460a9776eed1f7779f
>
> I have a kernel side *dts change i need todo to..
>
> Regards,
>
> --
> Robert Nelson
> https://rcn-ee.com/
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to