Skip to content

Commit

Permalink
ARM: dts: mmp2-olpc-xo-1-75: Use symbolic names for audio clocks
Browse files Browse the repository at this point in the history
These are slighly easier to read.

Signed-off-by: Lubomir Rintel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
lkundrak authored and arndb committed Feb 2, 2021
1 parent d2192c0 commit a2decdb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arch/arm/boot/dts/mmp2-olpc-xo-1-75.dts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
/*
* OLPC XO 1.75 Laptop.
*
* Copyright (C) 2018,2019 Lubomir Rintel <[email protected]>
* Copyright (C) 2018,2019,2020 Lubomir Rintel <[email protected]>
*/

/dts-v1/;
#include "mmp2.dtsi"
#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";
Expand Down Expand Up @@ -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>;
};
};
Expand Down

0 comments on commit a2decdb

Please sign in to comment.