Commit 850888d2 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Sudeep Holla

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240518203903.119608-2-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
parent 8373767b
......@@ -158,7 +158,8 @@ v2m_sysctl: sysctl@20000 {
};
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment