arm64: dts: socfpga: agilex: fix dtbs_check warning for clock manager

clock-controller@ffd10000 (intel,agilex-clkmgr): 'clocks' is a required
property

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
Dinh Nguyen
2025-10-21 13:59:40 -05:00
parent b8fb4cbe0a
commit 4bb2d0f87c

View File

@@ -167,6 +167,7 @@
compatible = "intel,agilex-clkmgr";
reg = <0xffd10000 0x1000>;
#clock-cells = <1>;
clocks = <&osc1>;
};
gmac0: ethernet@ff800000 {