mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 02:34:23 +08:00
ARM Keystone DTS part2 for 4.4
- Typo fix the soc binding documentation - NETCP Accumulator nodes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJWHW1dAAoJEHJsHOdBp5c/kUAP/Aj7851EEAmWoyVsaJIId2eY e8Bc0A08+fvhRc0AC3xVBCAIz3D4Sk1VIKrHHIZk4lQI/wPTGAkex/I6VBd0+Udr kdT+XfKtzUfqxK5Oi6e6XY56buUKAsMZCAzZqh+0tpJaoz5EUtEwoSqqvVMNfmdM 5fT4bfl+zYIuhuS6CCulPJkHVZSuOJLUB7hkc2jxN/zSXptfwly69kBzVHmeJHST wmjlvIUjgScpaf+yP0ZaXTZsSvhbyJ6caEwsgrlFitjKqkRFLfqm9gJKyIdyaZ9o G62g4bX+dYfoT/ffTHAf9k0djBcjADkHf3T6uw8hNeEU4ykZykRcT/rGFtzdOH7a mOeQmraaL75HeSHaVwgGqiHq7HHs/eZO8iGBRoKsqqlw7kSH2zgsuP/wyLHQNEs9 9TkHjQXkpSieBlawiUliVQWMsmetiU69uCz38cyS9Ttu2bYIpspIVBiJwHW3PNDP RPOevZhGKC+irGuU/SM8Sso6eXloCP1DzziAXTFebaWTDANZyjqvBBAElCKGW1e0 Nd042TYfWUK3g2r/g9kBoYC6CzA0S6xxQ8Rlo3XJPlxJOVoa7d4UPclFRTzvWcHz F+peAEC+SCgLsg/Ar0pRWoIMvB6I4keP07r8ZI4sVjlZGwW1IvmeasMlPrBZNr6J vgmHgbnQRZFcTyJO81ne =QDuK -----END PGP SIGNATURE----- Merge tag 'keystone-dts-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/dt Merge "ARM Keystone DTS part2 for 4.4" from Santosh Shilimkar: - Typo fix the soc binding documentation - NETCP Accumulator nodes * tag 'keystone-dts-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone: ARM: dts: keystone: enable accumulator channels Documentation: dt: keystone: Fix up missing quotes
This commit is contained in:
commit
82f8817470
@ -17,11 +17,11 @@ SoC families:
|
||||
SoCs:
|
||||
|
||||
- Keystone 2 Hawking/Kepler
|
||||
compatible = ti,k2hk", "ti,keystone"
|
||||
compatible = "ti,k2hk", "ti,keystone"
|
||||
- Keystone 2 Lamarr
|
||||
compatible = ti,k2l", "ti,keystone"
|
||||
compatible = "ti,k2l", "ti,keystone"
|
||||
- Keystone 2 Edison
|
||||
compatible = ti,k2e", "ti,keystone"
|
||||
compatible = "ti,k2e", "ti,keystone"
|
||||
|
||||
Boards:
|
||||
- Keystone 2 Hawking/Kepler EVM
|
||||
|
@ -72,7 +72,17 @@ qmss: qmss@2a40000 {
|
||||
qalloc-by-id;
|
||||
};
|
||||
};
|
||||
accumulator {
|
||||
acc-low-0 {
|
||||
qrange = <480 32>;
|
||||
accumulator = <0 47 16 2 50>;
|
||||
interrupts = <0 226 0xf01>;
|
||||
multi-queue;
|
||||
qalloc-by-id;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
descriptor-regions {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
@ -83,6 +93,19 @@ qmss: qmss@2a40000 {
|
||||
link-index = <0x4000>;
|
||||
};
|
||||
};
|
||||
|
||||
pdsps {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges;
|
||||
pdsp0@0x2a10000 {
|
||||
reg = <0x2a10000 0x1000 /*iram */
|
||||
0x2a0f000 0x100 /*reg*/
|
||||
0x2a0c000 0x3c8 /*intd */
|
||||
0x2a20000 0x4000>; /*cmd*/
|
||||
id = <0>;
|
||||
};
|
||||
};
|
||||
}; /* qmss */
|
||||
|
||||
knav_dmas: knav_dmas@0 {
|
||||
|
@ -47,6 +47,7 @@ qmss: qmss@2a40000 {
|
||||
"region", "push", "pop";
|
||||
};
|
||||
};
|
||||
|
||||
queue-pools {
|
||||
qpend {
|
||||
qpend-0 {
|
||||
@ -88,7 +89,17 @@ qmss: qmss@2a40000 {
|
||||
qalloc-by-id;
|
||||
};
|
||||
};
|
||||
accumulator {
|
||||
acc-low-0 {
|
||||
qrange = <480 32>;
|
||||
accumulator = <0 47 16 2 50>;
|
||||
interrupts = <0 226 0xf01>;
|
||||
multi-queue;
|
||||
qalloc-by-id;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
descriptor-regions {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
@ -99,6 +110,19 @@ qmss: qmss@2a40000 {
|
||||
link-index = <0x4000>;
|
||||
};
|
||||
};
|
||||
|
||||
pdsps {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges;
|
||||
pdsp0@0x2a10000 {
|
||||
reg = <0x2a10000 0x1000 /*iram */
|
||||
0x2a0f000 0x100 /*reg*/
|
||||
0x2a0c000 0x3c8 /*intd */
|
||||
0x2a20000 0x4000>; /*cmd*/
|
||||
id = <0>;
|
||||
};
|
||||
};
|
||||
}; /* qmss */
|
||||
|
||||
knav_dmas: knav_dmas@0 {
|
||||
|
@ -72,7 +72,16 @@ qmss: qmss@2a40000 {
|
||||
qalloc-by-id;
|
||||
};
|
||||
};
|
||||
accumulator {
|
||||
acc-low-0 {
|
||||
qrange = <480 32>;
|
||||
accumulator = <0 47 16 2 50>;
|
||||
interrupts = <0 226 0xf01>;
|
||||
multi-queue;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
descriptor-regions {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
@ -83,6 +92,20 @@ qmss: qmss@2a40000 {
|
||||
link-index = <0x4000>;
|
||||
};
|
||||
};
|
||||
|
||||
pdsps {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges;
|
||||
pdsp0@0x2a10000 {
|
||||
reg = <0x2a10000 0x1000 /*iram */
|
||||
0x2a0f000 0x100 /*reg*/
|
||||
0x2a0c000 0x3c8 /*intd */
|
||||
0x2a20000 0x4000>; /*cmd*/
|
||||
id = <0>;
|
||||
};
|
||||
};
|
||||
|
||||
}; /* qmss */
|
||||
|
||||
knav_dmas: knav_dmas@0 {
|
||||
|
Loading…
Reference in New Issue
Block a user