2016-09-10 12:54:26 +00:00
|
|
|
From 5f01fff2c8d665404e11aff29278d63f6250af61 Mon Sep 17 00:00:00 2001
|
2016-06-08 09:59:37 +00:00
|
|
|
From: Phil Elwell <phil@raspberrypi.org>
|
|
|
|
Date: Wed, 27 Apr 2016 12:01:41 +0100
|
2016-09-10 12:54:26 +00:00
|
|
|
Subject: [PATCH] BCM270X_DT: Fix codec use in hifiberry-dac overlay
|
2016-06-08 09:59:37 +00:00
|
|
|
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
|
|
|
|
---
|
|
|
|
arch/arm/boot/dts/overlays/hifiberry-dac-overlay.dts | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
--- a/arch/arm/boot/dts/overlays/hifiberry-dac-overlay.dts
|
|
|
|
+++ b/arch/arm/boot/dts/overlays/hifiberry-dac-overlay.dts
|
|
|
|
@@ -13,7 +13,7 @@
|
|
|
|
};
|
|
|
|
|
|
|
|
fragment@1 {
|
|
|
|
- target = <&soc>;
|
|
|
|
+ target-path = "/";
|
|
|
|
__overlay__ {
|
|
|
|
pcm5102a-codec {
|
|
|
|
#sound-dai-cells = <0>;
|