Hi All,
I am unable SC_P_M41_I2C0_SCL move M4 Core to Application Processor. Because of that we unable to use these pins in Application Processor
Please find my patch in scfw source,
+
+ BRD_ERR(rm_set_resource_movable(pt_boot, SC_R_M4_1_I2C,
+ SC_R_M4_1_I2C, SC_FALSE));
+
BRD_ERR(rm_set_pad_movable(pt_boot, SC_P_M41_I2C0_SCL,
- SC_P_M41_GPIO0_01, SC_TRUE));
+ SC_P_M41_GPIO0_01, SC_FALSE));