Skip to content

Commit

Permalink
dts: vt8500: Add SDHC node to DTS file for WM8650
Browse files Browse the repository at this point in the history
Since WM8650 has the same 'WMT' SDHC controller as WM8505, and the driver
is already in the kernel, this node enables the controller support for
WM8650

Signed-off-by: Roman Volkov <[email protected]>
Reviewed-by: Alexey Charkov <[email protected]>
Cc: [email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
Roman Volkov authored and arndb committed Jan 7, 2016
1 parent 5b1a618 commit 0f090bf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/wm8650.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,15 @@
interrupts = <43>;
};

sdhc@d800a000 {
compatible = "wm,wm8505-sdhc";
reg = <0xd800a000 0x400>;
interrupts = <20>, <21>;
clocks = <&clksdhc>;
bus-width = <4>;
sdon-inverted;
};

fb: fb@d8050800 {
compatible = "wm,wm8505-fb";
reg = <0xd8050800 0x200>;
Expand Down

0 comments on commit 0f090bf

Please sign in to comment.