[PATCH 2/3] bmips: inteno-xg6846: Add EEPROM node

Linus Walleij linus.walleij at linaro.org
Wed Aug 14 01:26:25 PDT 2024


For some troublesome devices it is necessary to obtain direct access
to the SFP module EEPROM so define it in the device tree.

Suggested-by: Paul Donald <newtwen at gmail.com>
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
 target/linux/bmips/dts/bcm6328-inteno-xg6846.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts b/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts
index 3e75a38d07fc..3cd5fb0607ec 100644
--- a/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts
+++ b/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts
@@ -40,6 +40,12 @@
 		scl-gpios = <&gpio 19 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
 		#address-cells = <1>;
 		#size-cells = <0>;
+
+		sfp_eeprom: eeprom at 50 {
+			compatible = "atmel,24c02";
+			reg = <0x50>;
+			read-only;
+		};
 	};
 
 	/* This I2C bus is used for the external CATV connector (usually unused) */

-- 
2.45.2




More information about the openwrt-devel mailing list