Skip to content

Commit

Permalink
Add HDD backplane and SAS expander VPD to device tree
Browse files Browse the repository at this point in the history
Signed-off-by: Norman James <[email protected]>
  • Loading branch information
nkskjames committed Jan 19, 2016
1 parent c7c7af9 commit 674d7f9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@
compatible = "nuvoton,nct7904";
reg = <0x2e>;
};
eeprom@51 {
compatible = "atmel,24c02";
reg = <0x51>;
pagesize = <8>;
};
eeprom@55 {
compatible = "atmel,24c02";
reg = <0x55>;
pagesize = <8>;
};
};
};
};
Expand Down

0 comments on commit 674d7f9

Please sign in to comment.