OSDN Git Service

ARM: dts: rockchip: enable saradc for rk3288-evb
authorJacob Chen <jacob-chen@iotwrt.com>
Sat, 1 Jul 2017 13:10:01 +0000 (21:10 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 16 Jul 2017 15:08:58 +0000 (17:08 +0200)
saradc in rk3288-evb use 1.8v ref.

Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288-evb.dtsi

index f226ca7..f549f91 100644 (file)
        status = "okay";
 };
 
+&saradc {
+       vref-supply = <&vcc_18>;
+       status = "okay";
+};
+
 &sdmmc {
        bus-width = <4>;
        cap-mmc-highspeed;