mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
0113613faf
Turns out this is not such a great idea. Once the SP clock is disabled,
it's not sufficient to just enable in order to bring the SP core back up.
It seems that the kernel has no business managing this clock. Just let
the firmware keep it enabled.
This reverts commit ed22cee91a
.
Link: https://lore.kernel.org/lkml/154783267051.169631.3197836544646625747@swboyd.mtv.corp.google.com/
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
14 lines
273 B
Plaintext
14 lines
273 B
Plaintext
OLPC AP-SP serio interface
|
|
|
|
Required properties:
|
|
- compatible : "olpc,ap-sp"
|
|
- reg : base address and length of SoC's WTM registers
|
|
- interrupts : SP-AP interrupt
|
|
|
|
Example:
|
|
ap-sp@d4290000 {
|
|
compatible = "olpc,ap-sp";
|
|
reg = <0xd4290000 0x1000>;
|
|
interrupts = <40>;
|
|
}
|