Messages in this thread |  | | From | Kevin Hilman <> | Subject | Re: [PATCH 4/6] ARM64: dts: meson-gxbb: nanopi-k2: enable sdcard UHS modes | Date | Mon, 07 Aug 2017 14:45:41 -0700 |
| |
Jerome Brunet <jbrunet@baylibre.com> writes:
> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
nit: missing changelog.
> --- > arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts > index 6b7495dc6014..5d59fd75cae7 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts > +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts > @@ -225,7 +225,10 @@ > > bus-width = <4>; > cap-sd-highspeed; > - max-frequency = <100000000>; > + sd-uhs-sdr12; > + sd-uhs-sdr25; > + sd-uhs-sdr50; > + max-frequency = <200000000>; > disable-wp; > > cd-gpios = <&gpio CARD_6 GPIO_ACTIVE_HIGH>;
|  |