mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 13:23:01 +02:00
board/aarch64: styx: Source product data from VPD
In order for the probe logic to source product data from a VPD, it must be marked as such. Otherwise we end up in a scenario where the data is collected, but not hoisted up to the system level, leaving the system without a defined base-MAC for instance.
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
compatible = "atmel,24c256";
|
||||
reg = <0x50>;
|
||||
|
||||
infix,board = "cpu";
|
||||
infix,board = "product";
|
||||
infix,trusted;
|
||||
|
||||
nvmem-layout {
|
||||
|
||||
Reference in New Issue
Block a user