File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 319319			power-domains = <&pd_core>;
320320			operating-points-v2 = <&dsia_dvfs_opp_table>;
321321			status = "disabled";
322+ 
323+ 			#address-cells = <1>;
324+ 			#size-cells = <0>;
322325		};
323326
324327		dsi@54400000 {
332335			power-domains = <&pd_core>;
333336			operating-points-v2 = <&dsib_dvfs_opp_table>;
334337			status = "disabled";
338+ 
339+ 			#address-cells = <1>;
340+ 			#size-cells = <0>;
335341		};
336342	};
337343
Original file line number Diff line number Diff line change @@ -669,6 +669,7 @@ static const struct of_device_id host1x_drm_subdevs[] = {
669669	{ .compatible  =  "nvidia,tegra20-gr2d" , },
670670	{ .compatible  =  "nvidia,tegra20-gr3d" , },
671671	{ .compatible  =  "nvidia,tegra30-dc" , },
672+ 	{ .compatible  =  "nvidia,tegra30-dsi" , },
672673	{ .compatible  =  "nvidia,tegra30-hdmi" , },
673674	{ .compatible  =  "nvidia,tegra30-gr2d" , },
674675	{ .compatible  =  "nvidia,tegra30-gr3d" , },
Original file line number Diff line number Diff line change @@ -1686,6 +1686,7 @@ static const struct of_device_id tegra_dsi_of_match[] = {
16861686	{ .compatible  =  "nvidia,tegra132-dsi" , },
16871687	{ .compatible  =  "nvidia,tegra124-dsi" , },
16881688	{ .compatible  =  "nvidia,tegra114-dsi" , },
1689+ 	{ .compatible  =  "nvidia,tegra30-dsi" , },
16891690	{ },
16901691};
16911692MODULE_DEVICE_TABLE (of , tegra_dsi_of_match );
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments