diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2008-01-28 13:00:37 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-28 13:15:28 -0600 |
commit | 3b29daded680733a37ed6618e165e86df45d89ab (patch) | |
tree | 5058dba362c8f52edb40814e43b3d3b3a1db7aa6 /arch/powerpc/boot/dts/mpc8378_rdb.dts | |
parent | 77b41597e8d469535cfe09a641654bdc97dcf0d0 (diff) |
[POWERPC] 83xx: Fix typo in mpc837x compatible entries
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8378_rdb.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8378_rdb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc8378_rdb.dts b/arch/powerpc/boot/dts/mpc8378_rdb.dts index 33d490b0b077..03831a1d1cdd 100644 --- a/arch/powerpc/boot/dts/mpc8378_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8378_rdb.dts @@ -12,7 +12,7 @@ /dts-v1/; / { - compatible = "fsl,mpc8378erdb"; + compatible = "fsl,mpc8378rdb"; #address-cells = <1>; #size-cells = <1>; |