]> Git Repo - J-linux.git/commitdiff
ARM: dts: socfpga: Fix at24 EEPROM node names
authorRob Herring (Arm) <[email protected]>
Tue, 10 Sep 2024 21:59:20 +0000 (16:59 -0500)
committerDinh Nguyen <[email protected]>
Wed, 2 Oct 2024 02:35:49 +0000 (21:35 -0500)
at24.yaml defines the node name for at24 EEPROMs as 'eeprom'.

Signed-off-by: Rob Herring (Arm) <[email protected]>
Signed-off-by: Dinh Nguyen <[email protected]>
arch/arm/boot/dts/intel/socfpga/socfpga_cyclone5_vining_fpga.dts

index 84f39dec3c42508c6dd57cc09fa4d176194f8e79..170c1ae441a6efffccf2514d8532ca8f5523939f 100644 (file)
                reg = <0x48>;
        };
 
-       at24@50 {
+       eeprom@50 {
                compatible = "atmel,24c01";
                pagesize = <8>;
                reg = <0x50>;
        status = "okay";
        clock-frequency = <100000>;
 
-       at24@50 {
+       eeprom@50 {
                compatible = "atmel,24c02";
                pagesize = <8>;
                reg = <0x50>;
This page took 0.054463 seconds and 4 git commands to generate.