mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 01:36:52 +09:00
ODROID:dtd Remove 'audio_spdif_pins' of SPDIF
Change-Id: Ieb5d77974bcf54feb79505aece1375efb867accd Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
@@ -761,7 +761,6 @@ void root_func(){
|
||||
compatible = "amlogic,aml-spdif-codec";
|
||||
dev_name = "spdif-dit.0";
|
||||
pinctrl-names = "aml_audio_spdif";
|
||||
pinctrl-0 = <&audio_spdif_pins>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -1414,23 +1413,12 @@ void root_func(){
|
||||
amlogic,pins="GPIOAO_7";
|
||||
};
|
||||
|
||||
//$$ MATCH "Audio_pin_0_match" = "&audio_spdif_pins"
|
||||
//$$ L2 PROP_U32 2 = "amlogic,setmask"
|
||||
//$$ L2 PROP_U32 2 = "amlogic,clrmask"
|
||||
//$$ L2 PROP_STR 1 = "amlogic,pins"
|
||||
audio_spdif_pins:audio_pin1{
|
||||
amlogic,setmask=<10 0x8>; /*spdif_out*/
|
||||
amlogic,clrmask=<10 0x80002000>; /*spdif_out*/
|
||||
amlogic,pins ="GPIOAO_6"; /*spdif_out*/
|
||||
};
|
||||
|
||||
//$$ MATCH "Audio_pin_0_match" = "&audio_pins"
|
||||
//$$ L2 PROP_U32 4 = "amlogic,setmask"
|
||||
//$$ L2 PROP_U32 10 = "amlogic,clrmask"
|
||||
//$$ L2 PROP_STR 6 = "amlogic,pins"
|
||||
audio_pins:audio_pin{
|
||||
amlogic,setmask=<10 0x78000008>;
|
||||
amlogic,clrmask=<10 0x80002000>;
|
||||
amlogic,setmask=<10 0x78000000>;
|
||||
amlogic,pins = "GPIOAO_8","GPIOAO_9","GPIOAO_10","GPIOAO_11";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user