Commit 849f0553 authored by Jacob Chen's avatar Jacob Chen Committed by Heiko Stuebner

ARM: dts: rockchip: enable saradc for rk3288-evb

saradc in rk3288-evb use 1.8v ref.
Signed-off-by: default avatarJacob Chen <jacob-chen@iotwrt.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 6a23afbf
...@@ -218,6 +218,11 @@ &emmc { ...@@ -218,6 +218,11 @@ &emmc {
status = "okay"; status = "okay";
}; };
&saradc {
vref-supply = <&vcc_18>;
status = "okay";
};
&sdmmc { &sdmmc {
bus-width = <4>; bus-width = <4>;
cap-mmc-highspeed; cap-mmc-highspeed;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment