From e4067b75fb6ca83a58b2c342a0b3ee12e1223c4e Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 21 Jun 2018 13:44:30 +0200 Subject: dts: update to v4.18-rc1 Signed-off-by: Sascha Hauer --- dts/Bindings/sound/tscs454.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dts/Bindings/sound/tscs454.txt (limited to 'dts/Bindings/sound/tscs454.txt') diff --git a/dts/Bindings/sound/tscs454.txt b/dts/Bindings/sound/tscs454.txt new file mode 100644 index 0000000000..3ba3e2d2c2 --- /dev/null +++ b/dts/Bindings/sound/tscs454.txt @@ -0,0 +1,23 @@ +TSCS454 Audio CODEC + +Required Properties: + + - compatible : "tempo,tscs454" + + - reg : <0x69> + + - clock-names: Must one of the following "xtal", "mclk1", "mclk2" + + - clocks: phandle of the clock that provides the codec sysclk + + Note: If clock is not provided then bit clock is assumed + +Example: + +redwood: codec@69 { + #sound-dai-cells = <1>; + compatible = "tempo,tscs454"; + reg = <0x69>; + clock-names = "mclk1"; + clocks = <&audio_mclk>; +}; -- cgit v1.2.3