Hi igor,
Thank you for replying to the issue.
I changed the value as 1 at bit number 6 and bit number 8 , but it seems not taking any effect to change as internal pullup
&iomuxc {
pinctrl_csi0_rst: csi0_rst_grp {
fsl,pins = <
MX8MP_IOMUXC_GPIO1_IO06__GPIO1_IO06 0x159
>;
};
};
for confirmation I tried reading register address 0x3033028C using devmem2, but it thrown a error mentioning bad address.
can you please answer the following queries
1.Does the control register I'm referring to is correct?
2.what is the correct physical address of the register that refer the preprocessor directive MX8MP_IOMUXC_GPIO1_IO06__GPIO1_IO06 ?
3.At the defination of this preprocessor directive the tuple contains a member named input_val, is it input to mux_reg or conf_reg ?
/* <mux_reg conf_reg input_reg mux_mode input_val>
*/
#define MX8MP_IOMUXC_GPIO1_IO06__GPIO1_IO06 0x02C 0x28C 0x000 0x0 0x0
can you please answer these queries,
Thank you,
Mukesh kumar