mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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)
|
||||
|
||||
15
arch/arm64/boot/dts/amlogic/overlays/odroidn2/gpio_spdif.dts
Normal file
15
arch/arm64/boot/dts/amlogic/overlays/odroidn2/gpio_spdif.dts
Normal file
@@ -0,0 +1,15 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
fragment@0 {
|
||||
// GPIOA 13
|
||||
target = <&spdifout>;
|
||||
|
||||
__overlay__ {
|
||||
mux {
|
||||
groups = "spdif_out_a13";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user