>     fragment@2 {
>         target-path="/";
>         __overlay__ {
>
>             w1_1: onewire@0 {
>                 status = "okay";
>                 pinctrl-names = "default";
>                 pinctrl-0 = <&dallas_w1_pins_tx>;
>
>                 compatible = "w1-gpio";
>                 gpios = <
>                   &gpio2 12 GPIO_ACTIVE_HIGH
>                 >;
>             };
>
>             w1_2: onewire@1 {
>                 status = "okay";
>                 pinctrl-names = "default";
>                 pinctrl-0 = <&dallas_w1_pins_rx>;
>
>                 compatible = "w1-gpio";
>                 gpios = <
>                     &gpio2 10 GPIO_ACTIVE_HIGH
>                 >;
>             };
>         };
>     };
> };

You used the exact same name for both pinmux identifiers:
"dallas_w1_pins_rx"... give each a unique name..

(and use v4.19.x based kernel)..

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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYiraBCkmtL6Fk0BmMoPnhvvG%3DWo4HbPKP_brn%2BbgNNriw%40mail.gmail.com.

Reply via email to