Skip to content
Snippets Groups Projects
Commit 86372372 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

Draft: Enable the eeprom nvmem driver

parent cd93facc
No related branches found
No related tags found
1 merge request!289Draft: Jonas/draft eeprom nvmem driver stub
......@@ -31,7 +31,10 @@
* as there is no related driver/device available.
*/
compatible = "seco,devconf";
status = "disabled";
status = "okay";
nvmem = <&eeprom_smarc>;
//nvmem = <&eeprom>;
overlays {
panel-id-1 = "seco-imx8mp-d18-lvds-wsvga-qx_070wsvgamml01d.dtbo";
......@@ -42,6 +45,7 @@
touch-id-2 = "seco-imx8mp-d18-ts-ilitek.dtbo";
touch-id-3 = "seco-imx8mp-d18-ts-mxt.dtbo";
};
};
reg_audio: regulator-soc-audio {
......@@ -192,8 +196,8 @@
* seco-eeprom-manager accesses the eeprom
* using i2c commands directly.
*/
eeprom@50 {
status = "disabled";
eeprom_smarc:eeprom@50 {
status = "okay";
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment