commit | 6261cf6abde2d7972332b018a64dfb37c75176b2 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Fri Oct 27 16:43:01 2023 +0200 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Mon Nov 13 10:55:38 2023 +0100 |
tree | c2ae99deda86b95edb3f35071a56c5e566b8d73f | |
parent | 3e0b12af8ad0a8e2e918982bae37d656048149e2 [diff] |
serial: stm32: Fix AARCH64 compilation warnings When building with AARCH64 defconfig, we got warnings, fix them by using registers base address defined as void __iomem * instead of fdt_addr_t. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>