mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-03 13:37:00 -04:00
ARM: dts: aspeed: mtjade: Add uefi partition
Add SPI NOR partition for uefi. Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com> Reviewed-by: Joel Stanley <joel@jms.id.au> Link: https://lore.kernel.org/r/20211019060155.945-4-quan@os.amperecomputing.com Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
committed by
Joel Stanley
parent
8189162c66
commit
16d6dc8d80
@@ -374,6 +374,15 @@ flash@0 {
|
||||
m25p,fast-read;
|
||||
label = "pnor";
|
||||
/* spi-max-frequency = <100000000>; */
|
||||
partitions {
|
||||
compatible = "fixed-partitions";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
uefi@400000 {
|
||||
reg = <0x400000 0x1C00000>;
|
||||
label = "pnor-uefi";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user