arm64: dts: microchip: drop 0x from unit address
By coding style, unit address should not start with 0x. Link: https://lore.kernel.org/r/20221210113343.63864-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
@@ -465,7 +465,7 @@
|
|||||||
reg = <0x6 0x10808000 0x5d0000>;
|
reg = <0x6 0x10808000 0x5d0000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
switch: switch@0x600000000 {
|
switch: switch@600000000 {
|
||||||
compatible = "microchip,sparx5-switch";
|
compatible = "microchip,sparx5-switch";
|
||||||
reg = <0x6 0 0x401000>,
|
reg = <0x6 0 0x401000>,
|
||||||
<0x6 0x10004000 0x7fc000>,
|
<0x6 0x10004000 0x7fc000>,
|
||||||
|
|||||||
Reference in New Issue
Block a user