diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2016-09-09 08:28:57 (GMT) |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2016-09-14 17:48:05 (GMT) |
commit | c74b5ecfe3328196ae3c1809e98ce5fd0fb17ed8 (patch) | |
tree | 465b2279d4d27032a7427c24d94fb5c4f0cdd492 /arch/arm64/boot | |
parent | 42bede64c834e29fda0bd126c61ef61bc9d71278 (diff) | |
download | linux-c74b5ecfe3328196ae3c1809e98ce5fd0fb17ed8.tar.xz |
ARM64: dts: amlogic: add spi nor pins
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index f76a3cd..195c012 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -361,6 +361,16 @@ }; }; + nor_pins: nor { + mux { + groups = "nor_d", + "nor_q", + "nor_c", + "nor_cs"; + function = "nor"; + }; + }; + sdcard_pins: sdcard { mux { groups = "sdcard_d0", |