Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-falcon.dts
Original file line number Diff line number Diff line change
Expand Up @@ -329,13 +329,13 @@
compatible = "mps,mp29608";
reg = <0x42>;
};
vdd33s5run@47 {
vdd33s5run@08 {
// P0_VDD_18_S5_RUN
// Infineon: TDA38740A
compatible = "pmbus";
reg = <0x47>;
reg = <0x08>;
};
vdd18s5run@08 {
vdd18s5run@47 {
// P0_VDD_33_S5_RUN
// TDK:FS1604
compatible = "pmbus";
Expand All @@ -362,31 +362,31 @@
#address-cells = <1>;
#size-cells = <0>;

vdd33dual@43 {
// 47 in EVT2
vdd33dual@4F {
// 4F in EVT2
// P3V3_AUX
// Infineon: TDA38725A
compatible = "pmbus";
reg = <0x43>;
reg = <0x4F>;
};
p2v5_aux@8{
p2v5_aux@0B{
// 0B in EVT2
// P5V_S5
// TDK:FS1006
compatible = "pmbus";
reg = <0x8>;
reg = <0x0B>;
};
p1v8_aux@9{
// P1V8_AUX
// TDK:FS1606
compatible = "pmbus";
reg = <0x9>;
};
p1v0_aux@a{
p1v0_aux@0A{
// P0V85_AUX
// TDK:FS1606
compatible = "pmbus";
reg = <0xa>;
reg = <0x0A>;
};
};

Expand Down
8 changes: 4 additions & 4 deletions arch/arm64/boot/dts/aspeed/aspeed-bmc-amd-seagull.dts
Original file line number Diff line number Diff line change
Expand Up @@ -377,15 +377,15 @@
#address-cells = <1>;
#size-cells = <0>;

p3v3aux@43 {
p3v3aux@4F {
//P3V3_AUX VRM
compatible = "pmbus";
reg = <0x43>;
reg = <0x4F>;
};
p5vs5@08 {
p5vs5@0B {
//P5V_S5 VRM
compatible = "pmbus";
reg = <0x08>;
reg = <0x0B>;
};
p1v8aux@09 {
//P1V8_AUX VRM
Expand Down