Skip to content

Commit

Permalink
recomputer:add the wp of eeprom
Browse files Browse the repository at this point in the history
  • Loading branch information
is-qian committed Mar 27, 2024
1 parent ae89804 commit 3f8693e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion overlays/rpi/reComputer-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
eeprom@50 {
compatible = "atmel,24c256";
reg = <0x50>;
wp-gpios = <&pcf857x 8 0>;
};

};
Expand Down Expand Up @@ -276,6 +275,13 @@
gpios = <&pcf857x 11 0>;
default-state = "off";
};

eeprom_wp:eeprom_wp {
label = "eeprom-wp";
linux,default-trigger = "default-off";
gpios = <&pcf857x 8 0>;
default-state = "off";
};

};
};
Expand Down

0 comments on commit 3f8693e

Please sign in to comment.