commit | 56d8d2b34288c3ea6b62d9e0069cc927d542ea93 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Dec 13 16:23:55 2024 +0000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Dec 15 12:55:33 2024 -0600 |
tree | 177bfdbd71d984b7865c9d5dc3a4836a1d65de67 | |
parent | ce385ef3cceeb9e6d1a80b1ef6f96133b060bd58 [diff] |
hw/misc/xlnx-versal-trng: Constify trng_props Use DEFINE_PROP_UNSIGNED instead of DEFINE_PROP_UINT64 so that we can set the PropertyInfo during initialization, instead of updating within trng_class_init. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>