Re: [RaspberryPI 3B] [unicorn Hat] [how to configure spi]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ok, I worked a little on this issue and I found something.

module spidev is not loaded, so it tried to load it with modprobe spidev.
it worked but nothing was created into /dev

I also ran  dtc -Ifs /proc/device-tree 
and found

spi@7e204000 {
                        compatible = "brcm,bcm2835-spi";
                        clocks = <0x7 0x14>;
                        status = "disabled";
                        #address-cells = <0x1>;
                        interrupts = <0x2 0x16>;
                        #size-cells = <0x0>;
                        reg = <0x7e204000 0x1000>;
                };

spi@7e215080 {
                        compatible = "brcm,bcm2835-aux-spi";
                        clocks = <0xf 0x1>;
                        status = "disabled";
                        #address-cells = <0x1>;
                        interrupts = <0x1 0x1d>;
                        #size-cells = <0x0>;
                        reg = <0x7e215080 0x40>;
                };

spi@7e2150c0 {
                        compatible = "brcm,bcm2835-aux-spi";
                        clocks = <0xf 0x2>;
                        status = "disabled";
                        #address-cells = <0x1>;
                        interrupts = <0x1 0x1d>;
                        #size-cells = <0x0>;
                        reg = <0x7e2150c0 0x40>;
                };

but status of these trees is "disabled" ... 
how can I enable them, that will probably creat the devices into /dev :)

Thanks a lot
_______________________________________________
arm mailing list -- arm@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to arm-leave@xxxxxxxxxxxxxxxxxxxxxxx




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux ARM (Vger)]     [Linux ARM]     [ARM Kernel]     [Fedora User Discussion]     [Older Fedora Users Discussion]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Maintainers]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [Linux Apps]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]

Powered by Linux