Linus, Please pull this one fix for 6.13. Rob The following changes since commit 8600058ba28a7b07660ddcd150372d72fb3bc895: of: Add coreboot firmware to excluded default cells list (2024-12-20 15:39:22 -0600) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-6.13-2 for you to fetch changes up to 6e5773d52f4a2d9c80692245f295069260cff6fc: of/address: Fix WARN when attempting translating non-translatable addresses (2025-01-12 15:31:47 -0600) ---------------------------------------------------------------- Devicetree fixes for 6.13, part 2: Another fix and testcase to avoid the newly added WARN in the case of non-translatable addresses. ---------------------------------------------------------------- Rob Herring (Arm) (2): of/unittest: Add test that of_address_to_resource() fails on non-translatable address of/address: Fix WARN when attempting translating non-translatable addresses drivers/of/address.c | 18 +++++++++++++++--- drivers/of/unittest-data/tests-platform.dtsi | 13 +++++++++++++ drivers/of/unittest.c | 14 ++++++++++++++ 3 files changed, 42 insertions(+), 3 deletions(-)