arm64: dts: juno: add dedicated FPGA syscon compatible

Each syscon node must come with a dedicated/specific compatible, which
is also reported by dtbs_check:

  juno.dtb: apbregs@10000: compatible: ['syscon', 'simple-mfd'] is too short

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240518203903.119608-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
This commit is contained in:
Krzysztof Kozlowski 2024-05-18 22:39:03 +02:00 committed by Sudeep Holla
parent 8373767b94
commit 850888d2d9

View File

@ -158,7 +158,8 @@
};
apbregs@10000 {
compatible = "syscon", "simple-mfd";
compatible = "arm,juno-fpga-apb-regs",
"syscon", "simple-mfd";
reg = <0x010000 0x1000>;
ranges = <0x0 0x10000 0x1000>;
#address-cells = <1>;