Skip to content

Commit ca46ad2

Browse files
committed
ARM: dts: aspeed: Fix AST2600 machines line names
Tacoma and Rainier both have a line-names array that is too long: gpio gpiochip0: gpio-line-names is length 232 but should be at most length 208 This was probably copied from an AST2500 device tree that did have more GPIOs on the controller. Fixes: e9b24b5 ("ARM: dts: aspeed: rainier: Add gpio line names") Fixes: 2f68e4e ("ARM: dts: aspeed: tacoma: Add gpio line names") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]>
1 parent dd87684 commit ca46ad2

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,7 @@
280280
/*W0-W7*/ "","","","","","","","",
281281
/*X0-X7*/ "","","","","","","","",
282282
/*Y0-Y7*/ "","","","","","","","",
283-
/*Z0-Z7*/ "","","","","","","","",
284-
/*AA0-AA7*/ "","","","","","","","",
285-
/*AB0-AB7*/ "","","","","","","","",
286-
/*AC0-AC7*/ "","","","","","","","";
283+
/*Z0-Z7*/ "","","","","","","","";
287284

288285
pin_mclr_vpp {
289286
gpio-hog;

arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,7 @@
136136
/*W0-W7*/ "","","","","","","","",
137137
/*X0-X7*/ "","","","","","","","",
138138
/*Y0-Y7*/ "","","","","","","","",
139-
/*Z0-Z7*/ "","","","","","","","",
140-
/*AA0-AA7*/ "","","","","","","","",
141-
/*AB0-AB7*/ "","","","","","","","",
142-
/*AC0-AC7*/ "","","","","","","","";
139+
/*Z0-Z7*/ "","","","","","","","";
143140
};
144141

145142
&fmc {

0 commit comments

Comments
 (0)