MIPS: Malta: fix alignment of the devicetree buffer
stable inclusion from stable-5.10.67 commit 981bf9b0aa1bffe3d98607e4024aa42fb8024bf0 bugzilla: 182619 https://gitee.com/openeuler/kernel/issues/I4EWO7 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=981bf9b0aa1bffe3d98607e4024aa42fb8024bf0 -------------------------------- [ Upstream commit bea6a94a ] Starting with following patch MIPS Malta is not able to boot: | commit 79edff12 | Author: Rob Herring <robh@kernel.org> | scripts/dtc: Update to upstream version v1.6.0-51-g183df9e9c2b9 The reason is the alignment test added to the fdt_ro_probe_(). To fix this issue, we need to make sure that fdt_buf is aligned. Since the dtc patch was designed to uncover potential issue, I handle initial MIPS Malta patch as initial bug. Fixes: e81a8c7d ("MIPS: Malta: Setup RAM regions via DT") Signed-off-by: NOleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: NThomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: NSasha Levin <sashal@kernel.org> Signed-off-by: NChen Jun <chenjun102@huawei.com> Acked-by: NWeilong Chen <chenweilong@huawei.com> Signed-off-by: NChen Jun <chenjun102@huawei.com> Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
Showing
想要评论请 注册 或 登录