diff options
| author | Tom Rini <[email protected]> | 2023-03-07 10:42:22 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-03-07 10:42:22 -0500 |
| commit | 36bb622df5ba391271043416c234dd5544a0199f (patch) | |
| tree | 7160561793bbaf2b5a1a27a5fbed1c6f36eede87 /include | |
| parent | d1653548d29959a6ea6b4037a00b48a28257e6e6 (diff) | |
| parent | 7400d34ba992e324840d3b404fb403bee323a0c5 (diff) | |
Merge branch '2023-03-06-assorted-platform-updates' into next
- semihosting updates for arm and riscv, assorted arm64 core updates,
assorted ast2600 updates, remove some more unused code, some TI K3
defconfig and DTS updates, uniphier DTS updates, mpc83xx Kconfig
cleanup, re-add fttmr010 driver with an update to use DM.
Diffstat (limited to 'include')
| -rw-r--r-- | include/faraday/fttmr010.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/faraday/fttmr010.h b/include/faraday/fttmr010.h index ec1c9895f57..5b1bef38c77 100644 --- a/include/faraday/fttmr010.h +++ b/include/faraday/fttmr010.h @@ -26,6 +26,7 @@ struct fttmr010 { unsigned int cr; /* 0x30 */ unsigned int interrupt_state; /* 0x34 */ unsigned int interrupt_mask; /* 0x38 */ + unsigned int revision; /* 0x3c */ }; /* |
