mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
arm64: dts: whale2: add missing ap-apb unit address
Nodes with "reg" property are supposed to have unit address, as reported by dtc W=1 warning: whale2.dtsi:67.10-116.5: Warning (simple_bus_reg): /soc/ap-apb: simple-bus unit address format error, expected "70000000" Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20240401141128.98317-4-krzk@kernel.org
This commit is contained in:
committed by
Krzysztof Kozlowski
parent
653f383e7c
commit
09dddc24eb
@@ -64,7 +64,7 @@
|
||||
reg = <0 0x70b00000 0 0x40000>;
|
||||
};
|
||||
|
||||
ap-apb {
|
||||
ap-apb@70000000 {
|
||||
compatible = "simple-bus";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
Reference in New Issue
Block a user