mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-01 10:42:11 +00:00
ARM: dts: aspeed: yosemite4: Revise adc128d818 adc mode on Spider Board
Revise adc128d818 adc mode on Spider Board according to schematic. Signed-off-by: Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com> Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com> Reviewed-by: Andrew Jeffery <andrew@codeconstruct.com.au> Link: https://patch.msgid.link/20240920085007.1076174-1-Delphine_CC_Chiu@wiwynn.com Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
parent
a09dad9a21
commit
88782ce125
@ -689,19 +689,19 @@ &i2c14 {
|
||||
adc@1d {
|
||||
compatible = "ti,adc128d818";
|
||||
reg = <0x1d>;
|
||||
ti,mode = /bits/ 8 <2>;
|
||||
ti,mode = /bits/ 8 <1>;
|
||||
};
|
||||
|
||||
adc@35 {
|
||||
adc@36 {
|
||||
compatible = "ti,adc128d818";
|
||||
reg = <0x35>;
|
||||
ti,mode = /bits/ 8 <2>;
|
||||
reg = <0x36>;
|
||||
ti,mode = /bits/ 8 <1>;
|
||||
};
|
||||
|
||||
adc@37 {
|
||||
compatible = "ti,adc128d818";
|
||||
reg = <0x37>;
|
||||
ti,mode = /bits/ 8 <2>;
|
||||
ti,mode = /bits/ 8 <1>;
|
||||
};
|
||||
|
||||
power-sensor@40 {
|
||||
|
Loading…
Reference in New Issue
Block a user