diff options
Diffstat (limited to 'target/linux/mpc85xx/files/arch')
-rw-r--r-- | target/linux/mpc85xx/files/arch/powerpc/boot/dts/hiveap-330.dts | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/hiveap-330.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/hiveap-330.dts index 67b93707c7..166342759c 100644 --- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/hiveap-330.dts +++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/hiveap-330.dts @@ -183,10 +183,14 @@ #endif }; - /* Most likely SoC boot config */ eeprom@51 { - compatible = "eeprom"; + /* + * 1Kbit I2C/SMBus EEPROM with SHA-1 Engine + * Aerohive calls it "dallas". + */ + compatible = "adi,ds28cn01"; reg = <0x51>; + read-only; }; }; |