On 04/02/2025 19:22, Ivaylo Ivanov wrote: >> + >> +#include <dt-bindings/clock/exynos7870.h> >> +#include <dt-bindings/interrupt-controller/arm-gic.h> >> +#include <dt-bindings/soc/samsung,boot-mode.h> >> + >> +/ { >> + compatible = "samsung,exynos7870"; >> + #address-cells = <2>; >> + #size-cells = <1>; >> + >> + /* Samsung's bootloader (S-BOOT) checks for these DT properties */ >> + model_info-hw_rev = <0>; >> + model_info-hw_rev_end = <255>; >> + model_info-chip = <7870>; > > You could skip the properties with a shim bootloader like uniLoader. Up to > Krzysztof to decide if you should keep these. There is a strict dtbs_check W=1 requirement (see MAINTAINERS file and maintainer profile), so I think this answers here :). Sorry, no exceptions. Best regards, Krzysztof