]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rockchip: dts: Enable SARADC for rk3328-evb
authorDavid Wu <david.wu@rock-chips.com>
Wed, 20 Sep 2017 06:44:23 +0000 (14:44 +0800)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sat, 30 Sep 2017 22:33:30 +0000 (00:33 +0200)
Enable the SARADC for download key pressed detect.

Signed-off-by: David Wu <david.wu@rock-chips.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
arch/arm/dts/rk3328-evb.dts

index 8a14c653e4697d8cd5e28330a1d38bbcf786d02f..df44ccbdb02910a26ac487c26f68f3431c64c229 100644 (file)
        };
 };
 
+&saradc {
+       status = "okay";
+};
+
 &uart2 {
        status = "okay";
 };