ODROID-N2: arm64/dts: overlay: Add a gpio-spdifout.

- Add gpio's spdifout overlays. It support GPIOA 13 -PIN7 spdifout.

Change-Id: I95b99af5e531cba53748c0d82ff112d39ca8bbee
This commit is contained in:
Luke Go
2020-08-24 15:26:29 +09:00
committed by Chris
parent 202902f042
commit 01234dd487
2 changed files with 17 additions and 1 deletions

View File

@@ -19,7 +19,8 @@ dtbo-$(CONFIG_ARCH_MESON64_ODROIDN2) += spi0.dtbo \
pwm_cd.dtbo \
pwm_ef.dtbo \
pwm_c-pwmfan.dtbo \
pwm_d-backlight.dtbo
pwm_d-backlight.dtbo \
gpio_spdif.dtbo
targets += $(dtbo-y)
always := $(dtbo-y)

View File

@@ -0,0 +1,15 @@
/dts-v1/;
/plugin/;
/ {
fragment@0 {
// GPIOA 13
target = <&spdifout>;
__overlay__ {
mux {
groups = "spdif_out_a13";
};
};
};
};