Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/a65256d304a28b05426ac361629a44b6f8c3073d You should set ROOT_URL correctly, otherwise the web may not work correctly.

ARM: dts: uniphier: add EEPROM node for ProXstream2 Gentil board

This board has an EEPROM connected to the I2C channel 0 of the SoC.
Its slave address is 0x54.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
master
Masahiro Yamada 9 years ago
parent 768cade1aa
commit a65256d304
  1. 6
      arch/arm/dts/uniphier-proxstream2-gentil.dts

@ -39,6 +39,12 @@
&i2c0 {
status = "okay";
eeprom {
compatible = "24c64", "i2c-eeprom";
reg = <0x54>;
u-boot,i2c-offset-len = <2>;
};
};
&usb0 {

Loading…
Cancel
Save