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 <rafal@milecki.pl> Link: https://lore.kernel.org/all/20230228144400.21689-3-zajec5@gmail.com/ Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
1 parent 23be9f6 commit f16a829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)