diff options
author | Baruch Siach <baruch@tkos.co.il> | 2013-12-01 10:13:33 +0200 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2014-01-15 00:21:25 +0400 |
commit | 42beb7628e7a901501e39f520beec67bac3157b1 (patch) | |
tree | 15c810339ee83d595646b1a5d324e7d0cf37d1d9 /arch/xtensa/boot/dts/lx60.dts | |
parent | 4809bb468f140d561dfbb785e8dcdda5bae8c1f2 (diff) | |
download | linux-42beb7628e7a901501e39f520beec67bac3157b1.tar.bz2 |
xtensa: standardize devicetree cpu compatible strings
The recommended compatible string format, according to the ePAPR v1.1 standard,
is "manufacturer,model". Change the xtensa cpu compatible strings to
"cdns,xtensa-cpu". Also, change the boards compatible strings in a similar way.
The pic compatible string will be dealt with in a separate patch.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/boot/dts/lx60.dts')
-rw-r--r-- | arch/xtensa/boot/dts/lx60.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/boot/dts/lx60.dts b/arch/xtensa/boot/dts/lx60.dts index 2eab3658e1bd..a0f8b8ad3920 100644 --- a/arch/xtensa/boot/dts/lx60.dts +++ b/arch/xtensa/boot/dts/lx60.dts @@ -3,7 +3,7 @@ /include/ "xtfpga-flash-4m.dtsi" / { - compatible = "xtensa,lx60"; + compatible = "cdns,xtensa-lx60"; memory@0 { device_type = "memory"; reg = <0x00000000 0x04000000>; |