You need to sign in or sign up before continuing.
提交 94c6a37a 编写于 作者: A Arnd Bergmann

Merge tag 'lpc18xx_dts_for_4.9' of https://github.com/manabian/linux-lpc into next/dt

Merge "Device Tree additions for LPC18xx platform" from Joachim Eastwood:

Small fix for the compatible string for the NXP SE97 I2C chip on the
Hitex Eval board from Guenter and a couple of additional DT properties
for the DWMAC that is need for correct operation.

* tag 'lpc18xx_dts_for_4.9' of https://github.com/manabian/linux-lpc:
  ARM: dts: lpc18xx: configure dwmac properly
  ARM: dts: lpc4350-hitex-eval: fix binding for SE97 i2c device
...@@ -186,6 +186,10 @@ ...@@ -186,6 +186,10 @@
clock-names = "stmmaceth"; clock-names = "stmmaceth";
resets = <&rgu 22>; resets = <&rgu 22>;
reset-names = "stmmaceth"; reset-names = "stmmaceth";
rx-fifo-depth = <256>;
tx-fifo-depth = <256>;
snps,pbl = <4>; /* 32 (8x mode) */
snps,force_thresh_dma_mode;
status = "disabled"; status = "disabled";
}; };
......
...@@ -424,7 +424,7 @@ ...@@ -424,7 +424,7 @@
/* NXP SE97BTP with temperature sensor + eeprom */ /* NXP SE97BTP with temperature sensor + eeprom */
sensor@18 { sensor@18 {
compatible = "nxp,jc42"; compatible = "nxp,se97", "jedec,jc-42.4-temp";
reg = <0x18>; reg = <0x18>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册