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
[ Upstream commit 1eae95f ]

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
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
vinodkoul authored and gregkh committed Jun 9, 2022
1 parent 01d4fe0 commit c43efa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/qrb5165-rb5.dts
Expand Up @@ -27,7 +27,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 c43efa6

Please sign in to comment.