summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2014-04-15 14:40:08 +0200
committerJason Cooper <jason@lakedaemon.net>2014-04-25 21:23:42 +0000
commite247686085f71e9c25e3488ce83d5d0f77023438 (patch)
tree466f60d2b5749e3974755f17f81a074cc0bbc181 /arch/arm/boot
parentd685058f5b878a71f99c8e2fd9707b3f49510b94 (diff)
downloadtalos-op-linux-e247686085f71e9c25e3488ce83d5d0f77023438.tar.gz
talos-op-linux-e247686085f71e9c25e3488ce83d5d0f77023438.zip
ARM: Kirkwood: T5325: Fix double probe of Codec
The codec is defined both in DT and the board file. The board file however contains platform data which is required in order that the codec works. When the DT instantiates the codec before the board files does, it is missing the platform data and so fails. Remove the DT node until we have a binding which can pass the additional data. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Link: https://lkml.kernel.org/r/1397565608-1830-1-git-send-email-andrew@lunn.ch Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/kirkwood-t5325.dts5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/kirkwood-t5325.dts b/arch/arm/boot/dts/kirkwood-t5325.dts
index 7d1c7677a18f..0bd70d928c69 100644
--- a/arch/arm/boot/dts/kirkwood-t5325.dts
+++ b/arch/arm/boot/dts/kirkwood-t5325.dts
@@ -127,11 +127,6 @@
i2c@11000 {
status = "okay";
-
- alc5621: alc5621@1a {
- compatible = "realtek,alc5621";
- reg = <0x1a>;
- };
};
serial@12000 {
OpenPOWER on IntegriCloud