[PATCH v1] ARM: dts: aspeed: yosemite4: Revise adc128d818 adc mode on Spider Board

Delphine CC Chiu posted 1 patch 2 months, 1 week ago
.../boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts  | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
[PATCH v1] ARM: dts: aspeed: yosemite4: Revise adc128d818 adc mode on Spider Board
Posted by Delphine CC Chiu 2 months, 1 week ago
From: Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>

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>
---
 .../boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts  | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts
index 98477792aa00..84b7dca88ce8 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts
+++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts
@@ -385,19 +385,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 {
-- 
2.25.1
Re: [PATCH v1] ARM: dts: aspeed: yosemite4: Revise adc128d818 adc mode on Spider Board
Posted by Andrew Jeffery 2 months, 1 week ago
On Fri, 20 Sep 2024 16:50:07 +0800, Delphine CC Chiu wrote:
> Revise adc128d818 adc mode on Spider Board according to schematic.
> 
> 

Thanks, I've applied this to be picked up through the BMC tree.

--
Andrew Jeffery <andrew@codeconstruct.com.au>