diff options
| author | Samuel Holland <[email protected]> | 2020-01-19 10:31:01 -0600 |
|---|---|---|
| committer | Maxime Ripard <[email protected]> | 2020-02-10 08:57:42 +0100 |
| commit | 412e19c34f501da68c19d8fdd7de4c535ea89d3b (patch) | |
| tree | 11347bf66bf3922a013499d28e37797929f96726 | |
| parent | c3d22680df8da15c6ee2a6a157fcf3078915cc26 (diff) | |
arm64: dts: allwinner: pinebook: Document MMC0 CD pin name
Normally GPIO pin references are followed by a comment giving the pin
name for searchability. Add the comment here where it was missing.
Signed-off-by: Samuel Holland <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts index 224bed65d008..a1e15777d524 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts @@ -119,7 +119,7 @@ pinctrl-names = "default"; pinctrl-0 = <&mmc0_pins>; vmmc-supply = <®_dcdc1>; - cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; + cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */ disable-wp; bus-width = <4>; status = "okay"; |