Part Number: DM388
Tool/software: Linux
Hello all,
I am using DM388 evm with IPNC 3.9.1 rdk.
I want to configure i2c2 and i2c3 by default its not configured.
Below i added in t181xx.dtsi
i2c3: i2c@19c000 {
compatible = "ti,omap4-i2c";
#address-cells = <1>;
#size-cells = <0>;
ti,hwmods = "i2c3";
reg = <0x19c000 0x1000>;
interrupts = <30>;
};
i2c4: i2c@19e000 {
compatible = "ti,omap4-i2c";
#address-cells = <1>;
#size-cells = <0>;
ti,hwmods = "i2c4";
reg = <0x19e000 0x1000>;
interrupts = <31>;
};
I got error like
platform 4819c000.i2c: Cannot lookup hwmod 'i2c3'
[ 0.279043] platform 4819e000.i2c: Cannot lookup hwmod 'i2c4'
[ 0.404691] omap_i2c 4819c000.i2c: _od_fail_runtime_resume: FIXME: missing hwmod/omap_dev info
[ 0.413820] omap_i2c 4819e000.i2c: _od_fail_runtime_resume: FIXME: missing hwmod/omap_dev info
Regards,
RAJ M