aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2016-09-09 04:28:57 -0400
committerKevin Hilman <khilman@baylibre.com>2016-09-14 13:48:05 -0400
commitc74b5ecfe3328196ae3c1809e98ce5fd0fb17ed8 (patch)
tree465b2279d4d27032a7427c24d94fb5c4f0cdd492
parent42bede64c834e29fda0bd126c61ef61bc9d71278 (diff)
ARM64: dts: amlogic: add spi nor pins
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi10
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 f76a3cdd1b2c..195c012bab9a 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
@@ -361,6 +361,16 @@
361 }; 361 };
362 }; 362 };
363 363
364 nor_pins: nor {
365 mux {
366 groups = "nor_d",
367 "nor_q",
368 "nor_c",
369 "nor_cs";
370 function = "nor";
371 };
372 };
373
364 sdcard_pins: sdcard { 374 sdcard_pins: sdcard {
365 mux { 375 mux {
366 groups = "sdcard_d0", 376 groups = "sdcard_d0",