Skip to content

Commit 8825f27

Browse files
committed
Merge tag 'aspeed-5.14-devicetree-2' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc into arm/fixes
ASPEED device tree fixes for 5.14 - eMMC phase corrections so Tacoma and Everest can boot - VUART irq polarity fix for e3c246d4i, using new bindings - I2C address fix for Rainier power supply - GPIO line name fixes * tag 'aspeed-5.14-devicetree-2' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc: ARM: dts: aspeed: everest: PSU Rust-for-Linux#3 address change ARM: dts: everest: Add phase corrections for eMMC ARM: dts: tacoma: Add phase corrections for eMMC ARM: dts: aspeed: Update e3c246d4i vuart properties ARM: dts: aspeed: Fix AST2600 machines line names Link: https://lore.kernel.org/r/CACPK8XefdPzeOUDnDgk9cHQEs-9wF_ZSPdYQRzuNOpGZTyGUKQ@mail.gmail.com Signed-off-by: Arnd Bergmann <[email protected]>
2 parents ab37a7a + ab4a49d commit 8825f27

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

arch/arm/boot/dts/aspeed-bmc-asrock-e3c246d4i.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "aspeed-g5.dtsi"
55
#include <dt-bindings/gpio/aspeed-gpio.h>
66
#include <dt-bindings/i2c/i2c.h>
7+
#include <dt-bindings/interrupt-controller/irq.h>
78

89
/{
910
model = "ASRock E3C246D4I BMC";
@@ -73,7 +74,8 @@
7374

7475
&vuart {
7576
status = "okay";
76-
aspeed,sirq-active-high;
77+
aspeed,lpc-io-reg = <0x2f8>;
78+
aspeed,lpc-interrupts = <3 IRQ_TYPE_LEVEL_HIGH>;
7779
};
7880

7981
&mac0 {

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -406,14 +406,14 @@
406406
reg = <0x69>;
407407
};
408408

409-
power-supply@6a {
409+
power-supply@6b {
410410
compatible = "ibm,cffps";
411-
reg = <0x6a>;
411+
reg = <0x6b>;
412412
};
413413

414-
power-supply@6b {
414+
power-supply@6d {
415415
compatible = "ibm,cffps";
416-
reg = <0x6b>;
416+
reg = <0x6d>;
417417
};
418418
};
419419

@@ -2832,6 +2832,7 @@
28322832

28332833
&emmc {
28342834
status = "okay";
2835+
clk-phase-mmc-hs200 = <180>, <180>;
28352836
};
28362837

28372838
&fsim0 {

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: 2 additions & 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 {
@@ -189,6 +186,7 @@
189186

190187
&emmc {
191188
status = "okay";
189+
clk-phase-mmc-hs200 = <36>, <270>;
192190
};
193191

194192
&fsim0 {

0 commit comments

Comments
 (0)