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>
This commit is contained in:
parent
d2192c0d3c
commit
a2decdbd75
1 changed files with 3 additions and 2 deletions
|
|
@ -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 @@
|
|||
port {
|
||||
rt5631_0: endpoint {
|
||||
mclk-fs = <256>;
|
||||
clocks = <&audio_clk 0>;
|
||||
clocks = <&audio_clk MMP2_CLK_AUDIO_SYSCLK>;
|
||||
remote-endpoint = <&sspa0_0>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue