Commit 2c20032e authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Krzysztof Kozlowski

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: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20240401141128.98317-1-krzk@kernel.org
parent c7a3ad88
...@@ -207,7 +207,7 @@ ap_clk: clock-controller@20000000 { ...@@ -207,7 +207,7 @@ ap_clk: clock-controller@20000000 {
#clock-cells = <1>; #clock-cells = <1>;
}; };
aon_prediv: aon-prediv { aon_prediv: aon-prediv@402d0000 {
compatible = "sprd,sc9860-aon-prediv"; compatible = "sprd,sc9860-aon-prediv";
reg = <0 0x402d0000 0 0x400>; reg = <0 0x402d0000 0 0x400>;
clocks = <&ext_26m>, <&pll 0>, clocks = <&ext_26m>, <&pll 0>,
......
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