[PATCH 3/4] powerpc/fsl-booke: Add T1024 RDB board support
    Scott Wood 
    scottwood at freescale.com
       
    Wed Apr  8 09:45:26 AEST 2015
    
    
  
On Fri, 2015-04-03 at 18:35 +0800, Shengzhou Liu wrote:
> +		board-control at 2,0 {
> +			#address-cells = <1>;
> +			#size-cells = <1>;
> +			compatible = "fsl,t1024-cpld", "fsl,deepsleep-cpld";
No "fsl,deepsleep-cpld".  Just have the driver recognize the compatibles
for the chips that have deep sleep.
Even if you were to do this, it would need to be documented in a
binding, and you'd need to be more specific about what CPLD family
you're talking about.
> +		tdma: ucc at 2000 {
> +			compatible = "fsl,ucc-tdm";
> +			rx-clock-name = "clk8";
> +			tx-clock-name = "clk9";
> +			fsl,rx-sync-clock = "rsync_pin";
> +			fsl,tx-sync-clock = "tsync_pin";
> +			fsl,tx-timeslot = <0xfffffffe>;
> +			fsl,rx-timeslot = <0xfffffffe>;
> +			fsl,tdm-framer-type = "e1";
> +			fsl,tdm-mode = "normal";
> +			fsl,tdm-id = <0>;
> +			fsl,siram-entry-id = <0>;
> +		};
Binding?
-Scott
    
    
More information about the Linuxppc-dev
mailing list