This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Replies: 1
Views: 79
Part Number: TDA4VM
Tool/software: Code Composer Studio
MCP79410-I/SN is connected I2C0 interface of J721E SoC. How to enable the same?
Hi,Following changes are needed:
diff --git a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts index 6788a3611..9d642eb7a 100644 --- a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts +++ b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts @@ -593,6 +593,11 @@ #gpio-cells = <2>; }; + rtc@67 { + compatible = "microchip,mcp7941x"; + reg = <0x67>; + }; + exp2: gpio@22 { compatible = "ti,tca6424"; reg = <0x22>;
Best Regards,Keerthy