Hi everybody,

there is my config :

BBK Rev.C
OS ubuntu with Linux arm 4.1.18-bone-rt-r20
DTC 1.4.1-g1e75ebc9

i have an issue with my GSM internet cape, after compile my dtbo file with 
dtc, imposible to load it ! all OK ok on an Linux 3.8.13-bone73

Error message is :

[ 1257.261448] bone_capemgr bone_capemgr: part_number 'INTERNET-HUB', 
version 'N/A'
[ 1257.261513] bone_capemgr bone_capemgr: slot #7: override
[ 1257.261553] bone_capemgr bone_capemgr: Using override eeprom data at 
slot 7
[ 1257.261594] bone_capemgr bone_capemgr: slot #7: 'Override Board 
Name,00A0,Override Manuf,INTERNET-HUB'
[ 1257.262806] __of_adjust_tree_phandle_references: Illegal property (size) 
'fixup' @/__local_fixups__
[ 1257.271937] bone_capemgr bone_capemgr: slot #7: Failed to resolve tree

Please have you an idea of what appened ?

Many thanks.

*PS : My dts file : INTERNET-HUB-00A0.dts*

/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";
        };
};


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