rockchip: rk3399-puma: enable fan53555 regulators in DTS
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 30 Nov 2018 19:00:10 +0000 (20:00 +0100)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Mon, 10 Dec 2018 09:04:45 +0000 (10:04 +0100)
Now that we have FAN53555 support, we can enable the regulators in our
DTS.  To make these easier to identify on the U-Boot commandline, we
rename them to the names of the voltage rails they control.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
arch/arm/dts/rk3399-puma.dtsi

index 11ffcb7..ba9bb4c 100644 (file)
        i2c-scl-falling-time-ns = <4>;
        clock-frequency = <400000>;
 
-       vdd_gpu: fan535555@60 {
+       vdd_gpu: vdd_gpu {
+               status = "okay";
                compatible = "fcs,fan53555";
                reg = <0x60>;
                vsel-gpios = <&gpio1 RK_PB6 GPIO_ACTIVE_HIGH>;
        status = "okay";
        clock-frequency = <400000>;
 
-       vdd_cpu_b: fan53555@60 {
+       vdd_cpu_b: vdd_cpu_b {
+               status = "okay";
                compatible = "fcs,fan53555";
                reg = <0x60>;
                vsel-gpios = <&gpio1 RK_PA4 GPIO_ACTIVE_HIGH>;