Skip to content

Commit

Permalink
arm64: dts: qcom: qrb5165-rb5: Fix can-clock node name
Browse files Browse the repository at this point in the history
Per DT spec node names should not have underscores (_) in them, so
change can_clock to can-clock.

Fixes: 5c44c56 ("arm64: dts: qcom: qrb5165-rb5: Add support for MCP2518FD")
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220421073502.1824089-1-vkoul@kernel.org
  • Loading branch information
vinodkoul authored and andersson committed Apr 23, 2022
1 parent 5d04419 commit 1eae95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/qrb5165-rb5.dts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
};

/* Fixed crystal oscillator dedicated to MCP2518FD */
clk40M: can_clock {
clk40M: can-clock {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <40000000>;
Expand Down

0 comments on commit 1eae95f

Please sign in to comment.