Message ID | 1397565608-1830-1-git-send-email-andrew@lunn.ch (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, Apr 15, 2014 at 02:40:08PM +0200, Andrew Lunn wrote: > 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> > --- > > It would be good to get this into -rc2. oops, sorry. This was accidentally placed in my -next queue, not my -fixes. Applied to mvebu/dt-fixes. thx, Jason.
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 {
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> --- It would be good to get this into -rc2. arch/arm/boot/dts/kirkwood-t5325.dts | 5 ----- 1 file changed, 5 deletions(-)