Skip to content

Commit

Permalink
arm64: dts: broadcom: bcmbca: bcm4908: fix procmon nodename
Browse files Browse the repository at this point in the history
[ Upstream commit f16a829 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Rafał Miłecki authored and gregkh committed May 11, 2023
1 parent 0a4c841 commit dfa194d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
};
};

procmon: syscon@280000 {
procmon: bus@280000 {
compatible = "simple-bus";
reg = <0x280000 0x1000>;
ranges;
Expand Down

0 comments on commit dfa194d

Please sign in to comment.