Skip to content

Commit

Permalink
ARM64: dts: pico-imx8mm-wizard: fix gpio-led active way
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Zhang <joe.zhang@technexion.com>
  • Loading branch information
JoeZhang-tn committed Jan 20, 2022
1 parent 00350ca commit acb7450
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/freescale/imx8mm-pico-wizard.dts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@

led {
label = "gpio-led";
gpios = <&pca9555_21 8 GPIO_ACTIVE_LOW>;
default-state = "on";
gpios = <&pca9555_21 8 GPIO_ACTIVE_HIGH>;
};
};

Expand Down

0 comments on commit acb7450

Please sign in to comment.