Commit a2decdbd authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Arnd Bergmann
Browse files

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



These are slighly easier to read.

Signed-off-by: default avatarLubomir Rintel <lkundrak@v3.sk>
Link: https://lore.kernel.org/r/20210121034130.1381872-9-lkundrak@v3.sk

'
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent d2192c0d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
/*
 * OLPC XO 1.75 Laptop.
 *
 * Copyright (C) 2018,2019 Lubomir Rintel <lkundrak@v3.sk>
 * Copyright (C) 2018,2019,2020 Lubomir Rintel <lkundrak@v3.sk>
 */

/dts-v1/;
@@ -10,6 +10,7 @@
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/linux-event-codes.h>
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/clock/marvell,mmp2-audio.h>

/ {
	model = "OLPC XO-1.75";
@@ -194,7 +195,7 @@ audio-codec@1a {
		port {
			rt5631_0: endpoint {
				mclk-fs = <256>;
				clocks = <&audio_clk 0>;
				clocks = <&audio_clk MMP2_CLK_AUDIO_SYSCLK>;
				remote-endpoint = <&sspa0_0>;
			};
		};