~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/amlogic/meson-g12b-dreambox.dtsi

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /scripts/dtc/include-prefixes/arm64/amlogic/meson-g12b-dreambox.dtsi (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/amlogic/meson-g12b-dreambox.dtsi (Version linux-5.7.19)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)     
  2 /*                                                
  3  * Copyright (c) 2021 Christian Hewitt <christi    
  4  */                                               
  5                                                   
  6 #include "meson-g12b-w400.dtsi"                   
  7 #include <dt-bindings/gpio/gpio.h>                
  8 #include <dt-bindings/leds/common.h>              
  9 #include <dt-bindings/sound/meson-g12a-tohdmit    
 10                                                   
 11 / {                                               
 12         cvbs-connector {                          
 13                 status = "disabled";              
 14         };                                        
 15                                                   
 16         sdio_pwrseq: sdio-pwrseq {                
 17                 compatible = "mmc-pwrseq-simpl    
 18                 reset-gpios = <&gpio GPIOA_11     
 19                 clocks = <&wifi32k>;              
 20                 clock-names = "ext_clock";        
 21         };                                        
 22                                                   
 23         spdif_dit: audio-codec-1 {                
 24                 #sound-dai-cells = <0>;           
 25                 compatible = "linux,spdif-dit"    
 26                 status = "okay";                  
 27                 sound-name-prefix = "DIT";        
 28         };                                        
 29                                                   
 30         sound {                                   
 31                 compatible = "amlogic,axg-soun    
 32                 model = "DREAMBOX";               
 33                 audio-aux-devs = <&tdmout_b>;     
 34                 audio-routing = "TDMOUT_B IN 0    
 35                                 "TDMOUT_B IN 1    
 36                                 "TDMOUT_B IN 2    
 37                                 "TDM_B Playbac    
 38                                 "SPDIFOUT_A IN    
 39                                 "SPDIFOUT_A IN    
 40                                 "SPDIFOUT_A IN    
 41                                                   
 42                 clocks = <&clkc CLKID_MPLL2>,     
 43                          <&clkc CLKID_MPLL0>,     
 44                          <&clkc CLKID_MPLL1>;     
 45                                                   
 46                                                   
 47                 assigned-clocks = <&clkc CLKID    
 48                                   <&clkc CLKID    
 49                                   <&clkc CLKID    
 50                 assigned-clock-parents = <0>,     
 51                 assigned-clock-rates = <294912    
 52                                        <270950    
 53                                        <393216    
 54                                                   
 55                 dai-link-0 {                      
 56                         sound-dai = <&frddr_a>    
 57                 };                                
 58                                                   
 59                 dai-link-1 {                      
 60                         sound-dai = <&frddr_b>    
 61                 };                                
 62                                                   
 63                 dai-link-2 {                      
 64                         sound-dai = <&frddr_c>    
 65                 };                                
 66                                                   
 67                 /* 8ch hdmi interface */          
 68                 dai-link-3 {                      
 69                         sound-dai = <&tdmif_b>    
 70                         dai-format = "i2s";       
 71                         dai-tdm-slot-tx-mask-0    
 72                         dai-tdm-slot-tx-mask-1    
 73                         dai-tdm-slot-tx-mask-2    
 74                         dai-tdm-slot-tx-mask-3    
 75                         mclk-fs = <256>;          
 76                                                   
 77                         codec {                   
 78                                 sound-dai = <&    
 79                         };                        
 80                 };                                
 81                                                   
 82                 /* spdif hdmi or toslink inter    
 83                 dai-link-4 {                      
 84                         sound-dai = <&spdifout    
 85                                                   
 86                         codec-0 {                 
 87                                 sound-dai = <&    
 88                         };                        
 89                                                   
 90                         codec-1 {                 
 91                                 sound-dai = <&    
 92                         };                        
 93                 };                                
 94                                                   
 95                 /* spdif hdmi interface */        
 96                 dai-link-5 {                      
 97                         sound-dai = <&spdifout    
 98                                                   
 99                         codec {                   
100                                 sound-dai = <&    
101                         };                        
102                 };                                
103                                                   
104                 /* hdmi glue */                   
105                 dai-link-6 {                      
106                         sound-dai = <&tohdmitx    
107                                                   
108                         codec {                   
109                                 sound-dai = <&    
110                         };                        
111                 };                                
112         };                                        
113 };                                                
114                                                   
115 &arb {                                            
116         status = "okay";                          
117 };                                                
118                                                   
119 &frddr_a {                                        
120         status = "okay";                          
121 };                                                
122                                                   
123 &frddr_b {                                        
124         status = "okay";                          
125 };                                                
126                                                   
127 &frddr_c {                                        
128         status = "okay";                          
129 };                                                
130                                                   
131 &ir {                                             
132         linux,rc-map-name = "rc-dreambox";        
133 };                                                
134                                                   
135 &saradc {                                         
136         status = "okay";                          
137         vref-supply = <&vddao_1v8>;               
138 };                                                
139                                                   
140 &spdifout_a {                                     
141         pinctrl-0 = <&spdif_out_h_pins>;          
142         pinctrl-names = "default";                
143         status = "okay";                          
144 };                                                
145                                                   
146 &spdifout_b {                                     
147         status = "okay";                          
148 };                                                
149                                                   
150 &tdmif_b {                                        
151         status = "okay";                          
152 };                                                
153                                                   
154 &tdmout_b {                                       
155         status = "okay";                          
156 };                                                
157                                                   
158 &tohdmitx {                                       
159         status = "okay";                          
160 };                                                
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php