Hi Ralf,
Thank you very much!

I'll try it out!

I actually read few guides on the DT Overlay, but still haven't reached a 
full understanding of it.

Are you familiar with a thorough DT Overlay guide?

Thanks a lot!

* I'll of course update on the DT Overlay Fragment@1 addition  you kindly 
attached :)

On Monday, February 17, 2014 1:10:13 PM UTC+2, Ralf Roesch wrote:
>
> Hi Matt,
> your dts seems not to be complete.
>
> Please append following code after your existing fragment@0 section:
>
> fragment@1 {
>         target = <&ocp>;
>         __overlay__ {
>                 /* avoid stupid warning */
>                 #address-cells = <1>;
>                 #size-cells = <1>;
>
>                 gpio1_16_test {
>                         compatible = "bone-pinmux-helper";
>                         pinctrl-names = "default";
>                         pinctrl-0 = <&bb_GPIO1_16_pins>;
>                         status = "okay";
>                 };
>         };
> };
>
> Now you should get the expected value:
> pin 16 (44e10840) 00000007 pinctrl-single
>
> (I successfully checked the overlay on my bone)
>
> regards
> Ralf
>
>

-- 
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/groups/opt_out.

Reply via email to