Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: mmp2-olpc-xo-1-75: Use symbolic names for audio clocks

These are slighly easier to read.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Link: https://lore.kernel.org/r/20210121034130.1381872-9-lkundrak@v3.sk'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Lubomir Rintel and committed by
Arnd Bergmann
a2decdbd d2192c0d

+3 -2
+3 -2
arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
··· 2 2 /* 3 3 * OLPC XO 1.75 Laptop. 4 4 * 5 - * Copyright (C) 2018,2019 Lubomir Rintel <lkundrak@v3.sk> 5 + * Copyright (C) 2018,2019,2020 Lubomir Rintel <lkundrak@v3.sk> 6 6 */ 7 7 8 8 /dts-v1/; ··· 10 10 #include <dt-bindings/gpio/gpio.h> 11 11 #include <dt-bindings/input/linux-event-codes.h> 12 12 #include <dt-bindings/interrupt-controller/irq.h> 13 + #include <dt-bindings/clock/marvell,mmp2-audio.h> 13 14 14 15 / { 15 16 model = "OLPC XO-1.75"; ··· 195 194 port { 196 195 rt5631_0: endpoint { 197 196 mclk-fs = <256>; 198 - clocks = <&audio_clk 0>; 197 + clocks = <&audio_clk MMP2_CLK_AUDIO_SYSCLK>; 199 198 remote-endpoint = <&sspa0_0>; 200 199 }; 201 200 };