]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: socfpga: Remove I2C EEPROMs from VINING FPGA
authorMarek Vasut <marex@denx.de>
Tue, 9 May 2017 14:02:33 +0000 (09:02 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Fri, 23 Jun 2017 14:29:10 +0000 (09:29 -0500)
Remove the EEPROMs attached to the I2C expander ports which
lead to the backplane slots from the main VIN|ING DTS file.
These EEPROMs are bound using separate DTO files, which lets
us handle both two-slot and six-slot configuration of the
backplane.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/boot/dts/socfpga_cyclone5_vining_fpga.dts

index cb4bdbcf54eef4defc856ca85d4b10e2661e7075..268785ecb82a9585b77b65b0ae6ef4d8029fc5db 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <0>;
-                       eeprom@51 {
-                               compatible = "at,24c01";
-                               pagesize = <8>;
-                               reg = <0x51>;
-                       };
                };
 
                i2c@1 {
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <1>;
-                       eeprom@51 {
-                               compatible = "at,24c01";
-                               pagesize = <8>;
-                               reg = <0x51>;
-                       };
                };
 
                i2c@2 {
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <2>;
-                       eeprom@51 {
-                               compatible = "at,24c01";
-                               pagesize = <8>;
-                               reg = <0x51>;
-                       };
                };
 
                i2c@3 {
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <3>;
-                       eeprom@51 {
-                               compatible = "at,24c01";
-                               pagesize = <8>;
-                               reg = <0x51>;
-                       };
                };
 
                i2c@4 {
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <4>;
-                       eeprom@51 {
-                               compatible = "at,24c01";
-                               pagesize = <8>;
-                               reg = <0x51>;
-                       };
                };
 
                i2c@5 {
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <5>;
-                       eeprom@51 {
-                               compatible = "at,24c01";
-                               pagesize = <8>;
-                               reg = <0x51>;
-                       };
                };
 
-               i2c@6 {
+               i2c@6 { /* Backplane EEPROM */
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <6>;
                        };
                };
 
-               i2c@7 {
+               i2c@7 { /* Power board EEPROM */
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <7>;