commit | f93f92bc6f09da96301ae8165fcdad0abcabd6cc | [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 | 1115c304885c0dac98a412cd5a41719f581428f7 [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>