免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 4243 | 回复: 1
打印 上一主题 下一主题

[驱动] mpc8306 spi控制器接从设备片选问题,或者是如何修改。 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2012-03-19 12:06 |只看该作者 |倒序浏览
在现在的板子上(cpu:mpc8306s,linux: linux-2.6.34)的spi控制器上接了个从设备,想用gpio来片选这个从设备, 参考内核中的文档修改dts,编译mpc8306som.dts总报错,请高手看看如何修改dts。谢谢!
默认的mpc8306som.dts中关于spi的如下:
                spi@7000 {
                        cell-index = <0>;
                        compatible = "fsl,spi";
                        reg = <0x7000 0x1000>;
                        interrupts = <16 0x8>;
                        interrupt-parent = <&ipic>;
                        mode = "cpu";
                };

参考linux-2.6.34\Documentation\powerpc\dts-bindings\fsl\spi.txt   如下:

Example:
        spi@4c0 {
                cell-index = <0>;
                compatible = "fsl,spi";
                reg = <4c0 40>;
                interrupts = <82 0>;
                interrupt-parent = <700>;
                mode = "cpu";
                gpios = <&gpio 18 1        // device reg=<0>
                         &gpio 19 1>;        // device reg=<1>
        };

修改mpc8306som.dts,  如下:
                spi@7000 {
                        cell-index = <0>;
                        compatible = "fsl,spi";
                        reg = <0x7000 0x1000>;
                        interrupts = <16 0x8>;
                        interrupt-parent = <&ipic>;
                        mode = "cpu";
                        gpios = <&gpio 10 1>;
                };

但是编译总是在报错,
make mpc8306som.dtb
[root@localhost linux-2.6.34]# make mpc8306som.dtb
/opt/freescale/mpc8306/kernel/linux-2.6.34/scripts/dtc/dtc -O dtb -o arch/powerpc/boot/mpc8306som.dtb -b 0 -p 1024 /opt/freescale/mpc8306/kernel/linux-2.6.34/arch/powerpc/boot/dts/mpc8306som.dts
DTC: dts->dtb  on file "/opt/freescale/mpc8306/kernel/linux-2.6.34/arch/powerpc/boot/dts/mpc8306som.dts"
ERROR (phandle_references): Reference to non-existent node or label "gpio"

ERROR: Input tree has errors, aborting (use -f to force output)
make[1]: *** [arch/powerpc/boot/mpc8306som.dtb] Error 2
make: *** [mpc8306som.dtb] Error 2

论坛徽章:
0
2 [报告]
发表于 2012-03-19 14:38 |只看该作者
mpc8306som.dts中关于gpio的设置如下:
                gpio@c00 {
                        device_type = "gpio";
                        compatible = "fsl,mpc8315-gpio";
                        reg = <0xc00 0x18>;
                        interrupt-parent = < &ipic >;
                };
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP