diff options
author | Chen-Yu Tsai <wens@csie.org> | 2020-01-06 11:59:33 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-01-07 01:24:05 +0300 |
commit | 765866edb16a3c2117c681977e3c64f9f62f2099 (patch) | |
tree | 4ed894ac4be719dee9580b50e466e446820c5052 /arch/arm/boot/dts/sun8i-r40.dtsi | |
parent | 60d0426d7603e72329345060c52cc20154f32a4b (diff) | |
download | linux-765866edb16a3c2117c681977e3c64f9f62f2099.tar.xz |
ARM: dts: sunxi: Use macros for references to CCU clocks
A few clocks from the CCU were exported later, and references to them in
the device tree were using raw numbers.
Now that the DT binding header changes are in as well, switch to the
macros for more clarity.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-r40.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun8i-r40.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-r40.dtsi b/arch/arm/boot/dts/sun8i-r40.dtsi index 13668a16353d..8f09a24b36ec 100644 --- a/arch/arm/boot/dts/sun8i-r40.dtsi +++ b/arch/arm/boot/dts/sun8i-r40.dtsi @@ -995,7 +995,7 @@ compatible = "allwinner,sun8i-r40-hdmi-phy"; reg = <0x01ef0000 0x10000>; clocks = <&ccu CLK_BUS_HDMI1>, <&ccu CLK_HDMI_SLOW>, - <&ccu 7>, <&ccu 16>; + <&ccu CLK_PLL_VIDEO0>, <&ccu CLK_PLL_VIDEO1>; clock-names = "bus", "mod", "pll-0", "pll-1"; resets = <&ccu RST_BUS_HDMI0>; reset-names = "phy"; |