Skip to content

Commit f16a829

Browse files
Rafał Miłeckiffainelli
authored andcommitted
arm64: dts: broadcom: bcmbca: bcm4908: fix procmon nodename
This fixes: arch/arm64/boot/dts/broadcom/bcmbca/bcm94908.dtb: syscon@280000: $nodename:0: 'syscon@280000' does not match '^([a-z][a-z0-9\\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$' From schema: schemas/simple-bus.yaml Signed-off-by: Rafał Miłecki <[email protected]> Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Florian Fainelli <[email protected]>
1 parent 23be9f6 commit f16a829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
};
261261
};
262262

263-
procmon: syscon@280000 {
263+
procmon: bus@280000 {
264264
compatible = "simple-bus";
265265
reg = <0x280000 0x1000>;
266266
ranges;

0 commit comments

Comments
 (0)