工具/软件:Linux
大家好、
我使用的是具有 IPNC 3.9.1 RDK 的 DM388 EVM。
默认情况下、我想配置 i2c2和 i2c3、但未配置。
下面、我添加了 t181xx.dtsi
i2c3:I2C@19c000{
兼容="ti、OMAP4-i2c";
#address-cells =<1>;
#size-cells =<0>;
ti、hwmods ="i2c3";
reg =<0x19c000 0x1000>;
中断=<30>;
};
i2c4:I2C@19e000{
兼容="ti、OMAP4-i2c";
#address-cells =<1>;
#size-cells =<0>;
ti、hwmods ="i2c4";
reg =<0x19e000 0x1000>;
中断=<31>;
};
我遇到了类似的错误
Platform 4819c000.i2c:无法查找 hwmod 'i2c3'
[0.279043] platform 4819e000.i2c:无法查找 hwmod 'i2c4'
[0.404691] OMAP_i2c 4819c000.i2c:_od_fail_runtime_resume:FIXME:缺少 hwmod/OMA_dev 信息
[0.413820] omap_i2c 4819e000.i2c:_od_fail_runtime_resume:FIXME:缺少 hwmod/OMAP-dev 信息
此致、
Raj M