Skip to content
Snippets Groups Projects
Commit dc29d0f6 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

dts:mc3: Added ADC chip to I2C

The ADC chip is detected on the bus but probing fails at the moment.
It seems that the driver tries to send the wrong setup and config bytes
to the chip. Further investigation is required.

BCS 746-001092
parent b33f9429
No related branches found
No related tags found
2 merge requests!455CI: Update gitlab-ci,!179dts:mc3: Added ADC chip to I2C
Pipeline #42061 passed with stage
in 22 seconds
...@@ -437,6 +437,18 @@ rtc: rtc@32 { ...@@ -437,6 +437,18 @@ rtc: rtc@32 {
pinctrl-0 = <&pinctrl_rtc>; pinctrl-0 = <&pinctrl_rtc>;
reg = <0x32>; reg = <0x32>;
}; };
/*
* The ADC chip is detected on the bus but probing
* fails at the moment.
* It seems that the driver tries to send the wrong
* setup and config bytes to the chip. Further
* investigation is required.
*/
adc: max11601@64 {
compatible = "maxim,max11601";
reg = <0x64>;
};
}; };
&i2c2 { &i2c2 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment