Skip to content

Commit

Permalink
arm64: dts: mediatek: mt6797: Fix 26M oscillator unit name
Browse files Browse the repository at this point in the history
[ Upstream commit 5f535cc ]

Update its unit name to oscillator-26m and remove the unneeded unit
address to fix a unit_address_vs_reg warning.

Fixes: 464c510 ("arm64: dts: mediatek: add mt6797 support")
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20221013152212.416661-9-angelogioacchino.delregno@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
AngeloGioacchino Del Regno authored and gregkh committed Dec 31, 2022
1 parent e435f89 commit 29ca6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/mediatek/mt6797.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
};
};

clk26m: oscillator@0 {
clk26m: oscillator-26m {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <26000000>;
Expand Down

0 comments on commit 29ca6ff

Please sign in to comment.