commit | 806c95163a404d3e3fbae299f8ce7ea8edf94870 | [log] [tgz] |
---|---|---|
author | Filip Kokosinski <fkokosinski@antmicro.com> | Tue Sep 05 15:15:25 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Sep 14 14:34:34 2023 +0200 |
tree | 3a6bea6a2adf60c77738b310d73aff500394b801 | |
parent | 9ed51516ed4a4e514db98b7077f7f2ab22a441f7 [diff] |
dts/riscv: add missing `riscv,isa` fields and modify existing ones This commit adds/modifies `riscv,isa` strings using the following rules: * the ISA string is lowercase * multi-letter extensions are preceded with the underscore mark * if an extension is implied by another one, it is not specified - e.g. the D extension implies the F extension, so writing `rv32ifd` is redundant Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>