]> Git Repo - J-u-boot.git/commitdiff
rockchip: dts: Enable SARADC for rk3328-evb
authorDavid Wu <[email protected]>
Wed, 20 Sep 2017 06:44:23 +0000 (14:44 +0800)
committerPhilipp Tomsich <[email protected]>
Sat, 30 Sep 2017 22:33:30 +0000 (00:33 +0200)
Enable the SARADC for download key pressed detect.

Signed-off-by: David Wu <[email protected]>
Acked-by: Philipp Tomsich <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
arch/arm/dts/rk3328-evb.dts

index 8a14c653e4697d8cd5e28330a1d38bbcf786d02f..df44ccbdb02910a26ac487c26f68f3431c64c229 100644 (file)
        };
 };
 
+&saradc {
+       status = "okay";
+};
+
 &uart2 {
        status = "okay";
 };
This page took 0.035784 seconds and 4 git commands to generate.