[PATCH 2/3] sbc834x: Add device tree source for Wind River SBC834x board.

David Gibson david at gibson.dropbear.id.au
Thu Jan 10 13:06:44 EST 2008


On Wed, Jan 09, 2008 at 12:49:31AM -0500, Paul Gortmaker wrote:
> This adds the device tree source for the Wind River SBC834x board.
> It is based on the MPC834x_MDS DTS, with the biggest difference being
> the lack of BCSR and the PCI2 that the MDS gets via the PIB. That,
> and this file is also dts-v1 format.
> 
> Signed-off-by: Paul Gortmaker <paul.gortmaker at windriver.com>
> ---
>  arch/powerpc/boot/dts/sbc8349.dts |  247 +++++++++++++++++++++++++++++++++++++
>  1 files changed, 247 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/powerpc/boot/dts/sbc8349.dts b/arch/powerpc/boot/dts/sbc8349.dts

[snip]
> +		wdt at 200 {
> +			device_type = "watchdog";
> +			compatible = "mpc83xx_wdt";

Grah!  Hasn't someone fixed this so that the driver doesn't need the
crap device_type?

[snip]
> +		spi at 7000 {
> +			device_type = "spi";
> +			compatible = "fsl_spi";

And again here.

[snip]
> +		usb at 22000 {
> +			device_type = "usb";
> +			compatible = "fsl-usb2-mph";

And here.

[snip
> +		/* May need to remove if on a part without crypto engine */
> +		crypto at 30000 {
> +			device_type = "crypto";
> +			model = "SEC2";
> +			compatible = "talitos";

I'm almost certain this one was fixed, hasn't it been merged yet?

[snip]
> +		ipic: pic at 700 {

By generic names best practice this should be
"interrupt-controller at 700", although that's probably not your error.

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson



More information about the Linuxppc-dev mailing list