Hi everybody,

There is my configuration :

Beaglebone Black Rev.C
kernel 4.1.18-bone-rt-r20
DTV version 1.4.1-g1e75ebc9

I'm tryin to update my plateform to new kernel 4.1 but it's seem to have an 
issue when i load my dtbo file. (all is ok with a 3.8.13-bone73 kernel)

*There is the error output in dmesg :*

[  189.772569] bone_capemgr bone_capemgr: part_number 'INTERNET-HUB', 
version 'N/A'
[  189.772633] bone_capemgr bone_capemgr: slot #5: override
[  189.772672] bone_capemgr bone_capemgr: Using override eeprom data at 
slot 5
[  189.772712] bone_capemgr bone_capemgr: slot #5: 'Override Board 
Name,00A0,Override Manuf,INTERNET-HUB'
[  189.776974] __of_adjust_tree_phandle_references: Illegal property (size) 
'fixup' @/__local_fixups__
[  189.786246] bone_capemgr bone_capemgr: slot #5: Failed to resolve tree

My dts file :

/dts-v1/;

/ {
        compatible = "ti,beaglebone", "ti,beaglebone-black";
        version = "00A0";
        manufacturer = "EACH";
        part-number = "INTERNET-HUB";
        exclusive-use = "P9.25", "P9.27", "P9.42";

        fragment@0 {
                target = <0xdeadbeef>;

                __overlay__ {

                        pinctrl_gpio_pins {
                                pinctrl-single,pins = <0x1ac 0x27 0x1a4 
0x27 0x164 0x7 0x1a0 0x7>;
                                linux,phandle = <0x1>;
                                phandle = <0x1>;
                        };
                };
        };

        fragment@1 {
                target = <0xdeadbeef>;

                __overlay__ {
                        #address-cells = <0x1>;
                        #size-cells = <0x1>;

                        gpio {
                                compatible = "bone-pinmux-helper";
                                pinctrl-names = "default";
                                pinctrl-0 = <0x1>;
                                status = "okay";
                        };
                };
        };

        __symbols__ {
                pinctrl_gpio = "/fragment@0/__overlay__/pinctrl_gpio_pins";
        };

        __fixups__ {
                am33xx_pinmux = "/fragment@0:target:0";
                ocp = "/fragment@1:target:0";
        };

        __local_fixups__ {
                fixup = "/fragment@1/__overlay__/gpio:pinctrl-0:0";
        };
};


Please, can you help me to understand what appened ?

Many thanks.


-- 
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