mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
arm64: dts: sc9860: add missing aon-prediv unit address
Nodes with "reg" property are supposed to have unit address, as reported by dtc W=1 warning: sc9860.dtsi:210.26-216.5: Warning (simple_bus_reg): /soc/aon-prediv: simple-bus unit address format error, expected "402d0000" Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20240401141128.98317-1-krzk@kernel.org
This commit is contained in:
parent
c7a3ad884d
commit
2c20032e1e
|
|
@ -207,7 +207,7 @@ ap_clk: clock-controller@20000000 {
|
|||
#clock-cells = <1>;
|
||||
};
|
||||
|
||||
aon_prediv: aon-prediv {
|
||||
aon_prediv: aon-prediv@402d0000 {
|
||||
compatible = "sprd,sc9860-aon-prediv";
|
||||
reg = <0 0x402d0000 0 0x400>;
|
||||
clocks = <&ext_26m>, <&pll 0>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user