On 18/05/2024 23:07, Krzysztof Kozlowski wrote: > SoCs (and associated MCUs) should use dedicated compatibles for their > nodes, not re-use one coming from an another SoC. Using an incorrect > compatible does not allow to properly match/validate children of the > MCU device and causes dtbs_check warnings: > > k3-am62a7-sk.dtb: syscon@43000000: 'syscon@4008', 'syscon@4018' do not match any of the regexes: > '^chipid@[0-9a-f]+$', '^clock-controller@[0-9a-f]+$', '^mux-controller@[0-9a-f]+$', 'phy@[0-9a-f]+$', 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Reviewed-by: Roger Quadros <rogerq@xxxxxxxxxx> -- cheers, -roger