tests/kernel/device: add missing #power-domain-cells
in overlays
This commits defines the `#power-domain-cells` properties for fakedomain nodes in the HiFive Unmatched devicetree overlay file. Without this change, this tests fails to build for the `hifive_unmatched` Zephyr target. Fixes #80503. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
This commit is contained in:
parent
c22233a1af
commit
b17156692f
1 changed files with 3 additions and 0 deletions
|
@ -66,17 +66,20 @@
|
|||
fakedomain_0: fakedomain_0 {
|
||||
compatible = "fakedomain";
|
||||
status = "okay";
|
||||
#power-domain-cells = <0>;
|
||||
power-domains = <&fakedomain_2>;
|
||||
};
|
||||
|
||||
fakedomain_1: fakedomain_1 {
|
||||
compatible = "fakedomain";
|
||||
status = "okay";
|
||||
#power-domain-cells = <0>;
|
||||
power-domains = <&fakedomain_0>;
|
||||
};
|
||||
|
||||
fakedomain_2: fakedomain_2 {
|
||||
compatible = "fakedomain";
|
||||
status = "okay";
|
||||
#power-domain-cells = <0>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue