arm64: dts: k3-am623-pfc-750-84xx: disable HW-ID eeproms due to firmware incompatability
Disable for now all HW-ID eeprom devices due to incapability of the firmware of handling several eeprom devices at the same time. /dev/eeprom needs to be set to the specific typelabel eeprom device. See /etc/init.d/link_devices for the details. Signed-off-by: Heinrich Toews <ht@twx-software.de>
This commit is contained in:
parent
74fb3bc665
commit
ae5f9da79d
@ -82,6 +82,7 @@ fixed-link {
|
||||
|
||||
&main_i2c1 {
|
||||
eeprom_hw_id_bb: at24c02@54 {
|
||||
status = "disabled";
|
||||
compatible = "atmel,24c02";
|
||||
reg = <0x51>;
|
||||
pagesize = <16>;
|
||||
|
||||
@ -13,6 +13,7 @@ &main_i2c1 {
|
||||
status = "okay";
|
||||
|
||||
eeprom_hw_id_ib: at24c02@54 {
|
||||
status = "disabled";
|
||||
compatible = "atmel,24c02";
|
||||
reg = <0x54>;
|
||||
pagesize = <16>;
|
||||
|
||||
@ -52,6 +52,7 @@ AM62X_IOPAD(0x01a4, PIN_INPUT, 7) /* (B20) MCASP0_ACLKX.GPIO1_11 IO-RAB */
|
||||
|
||||
&main_i2c1 {
|
||||
eeprom_hw_id_kbus: at24c02@50 {
|
||||
status = "disabled";
|
||||
compatible = "atmel,24c02";
|
||||
reg = <0x50>;
|
||||
pagesize = <16>;
|
||||
|
||||
@ -176,6 +176,7 @@ &main_i2c0 {
|
||||
status = "okay";
|
||||
|
||||
eeprom_hw_id_wosm: at24c02@50 {
|
||||
status = "disabled";
|
||||
compatible = "atmel,24c02";
|
||||
reg = <0x50>;
|
||||
pagesize = <16>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user