Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'socfpga_dts_updates_for_v6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into soc/dt

SoCFPGA DTS updates for v6.13
- Fix dts warning for at24 EEPROM node names

* tag 'socfpga_dts_updates_for_v6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
ARM: dts: socfpga: Fix at24 EEPROM node names

Link: https://lore.kernel.org/r/20241101190046.912598-1-dinguyen@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+2 -2
+2 -2
arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_vining_fpga.dts
··· 135 135 reg = <0x48>; 136 136 }; 137 137 138 - at24@50 { 138 + eeprom@50 { 139 139 compatible = "atmel,24c01"; 140 140 pagesize = <8>; 141 141 reg = <0x50>; ··· 211 211 status = "okay"; 212 212 clock-frequency = <100000>; 213 213 214 - at24@50 { 214 + eeprom@50 { 215 215 compatible = "atmel,24c02"; 216 216 pagesize = <8>; 217 217 reg = <0x50>;