diff options
Diffstat (limited to 'target/linux/lantiq/dts/ACMP252.dts')
-rw-r--r-- | target/linux/lantiq/dts/ACMP252.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/lantiq/dts/ACMP252.dts b/target/linux/lantiq/dts/ACMP252.dts index 06b21b61b0..3961bf4dcc 100644 --- a/target/linux/lantiq/dts/ACMP252.dts +++ b/target/linux/lantiq/dts/ACMP252.dts @@ -1,6 +1,6 @@ /dts-v1/; -/include/ "danube.dtsi" +#include "danube.dtsi" / { model = "ACMP252 - AudioCodes MediaPack MP-252"; @@ -16,7 +16,7 @@ sram@1F000000 { vmmc@107000 { status = "okay"; - gpios = <&gpio 31 0>; + gpios = <&gpio 31 GPIO_ACTIVE_HIGH>; }; }; @@ -87,7 +87,7 @@ ifxhcd@E101000 { status = "okay"; - gpios = <&gpio 3 0>; + gpios = <&gpio 3 GPIO_ACTIVE_HIGH>; }; etop@E180000 { |