Skip to content

Commit a846443

Browse files
committed
arm64:dts:aspeed: Fix KCS devive name for node 2
- Fix kcs channel for second node in 2P platforms Tested: Verified in Morocco Signed-off-by: Rajaganesh Rathinasabapathi <Rajaganesh.Rathinasabapathi@amd.com>
1 parent 9bd3450 commit a846443

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-ghana.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ spd_ ## bus ## _ ## index: spd@addr,4cc5118 ## index ## 000 { \
822822

823823
&lpc1_kcs3 {
824824
status = "okay";
825-
kcs-io-addr = <0xca4>;
825+
kcs-io-addr = <0xca2>;
826826
kcs-channel = <4>;
827827
};
828828

arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-hornbill.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ spd_ ## bus ## _ ## index: spd@addr,4cc5118 ## index ## 000 { \
12271227

12281228
&lpc1_kcs3 {
12291229
status = "okay";
1230-
kcs-io-addr = <0xca4>;
1230+
kcs-io-addr = <0xca2>;
12311231
kcs-channel = <4>;
12321232
};
12331233

arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-morocco.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ spd_ ## bus ## _ ## index: spd@addr,4cc5118 ## index ## 000 { \
12451245

12461246
&lpc1_kcs3 {
12471247
status = "okay";
1248-
kcs-io-addr = <0xca4>;
1248+
kcs-io-addr = <0xca2>;
12491249
kcs-channel = <4>;
12501250
};
12511251

arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-nigeria.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ spd_ ## bus ## _ ## index: spd@addr,4cc5118 ## index ## 000 { \
10221022

10231023
&lpc1_kcs3 {
10241024
status = "okay";
1025-
kcs-io-addr = <0xca4>;
1025+
kcs-io-addr = <0xca2>;
10261026
kcs-channel = <4>;
10271027
};
10281028

arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-seagull.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ spd_ ## bus ## _ ## index: spd@addr,4cc5118 ## index ## 000 { \
828828

829829
&lpc1_kcs3 {
830830
status = "okay";
831-
kcs-io-addr = <0xca4>;
831+
kcs-io-addr = <0xca2>;
832832
kcs-channel = <4>;
833833
};
834834

0 commit comments

Comments
 (0)