ARM: dts: rockchip: use pin constants to describe gpios
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / rk3066a-marsboard.dts
index 0a54c4beff8d94d2ae1fc65c170104791f472015..c6d92c25df42d5a673e991df58f86f566df73679 100644 (file)
@@ -69,7 +69,7 @@
                regulator-name = "sdmmc-supply";
                regulator-min-microvolt = <3000000>;
                regulator-max-microvolt = <3000000>;
-               gpio = <&gpio3 7 GPIO_ACTIVE_LOW>;
+               gpio = <&gpio3 RK_PA7 GPIO_ACTIVE_LOW>;
                startup-delay-us = <100000>;
                vin-supply = <&vcc_io>;
        };
@@ -91,7 +91,7 @@
                reg = <0x2d>;
 
                interrupt-parent = <&gpio6>;
-               interrupts = <4 IRQ_TYPE_LEVEL_LOW>;
+               interrupts = <RK_PA4 IRQ_TYPE_LEVEL_LOW>;
 
                vcc1-supply = <&vsys>;
                vcc2-supply = <&vsys>;
        phy0: ethernet-phy@0 {
                reg = <0>;
                interrupt-parent = <&gpio1>;
-               interrupts = <26 IRQ_TYPE_LEVEL_LOW>;
+               interrupts = <RK_PD2 IRQ_TYPE_LEVEL_LOW>;
        };
 };