projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b11748e
)
powerpc: wii.dts: Expose the OTP on this platform
author
Emmanuel Gil Peyrot
<linkmauve@linkmauve.fr>
Sun, 1 Aug 2021 07:38:21 +0000
(09:38 +0200)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Fri, 13 Aug 2021 12:04:25 +0000
(22:04 +1000)
This can be used by the newly-added nintendo-otp nvmem module.
Signed-off-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/20210801073822.12452-5-linkmauve@linkmauve.fr
arch/powerpc/boot/dts/wii.dts
patch
|
blob
|
history
diff --git
a/arch/powerpc/boot/dts/wii.dts
b/arch/powerpc/boot/dts/wii.dts
index
c5fb54f
..
e9c945b
100644
(file)
--- a/
arch/powerpc/boot/dts/wii.dts
+++ b/
arch/powerpc/boot/dts/wii.dts
@@
-219,12
+219,17
@@
/*
* Both the address and length are wrong, according to
* Wiibrew this should be <0x0d800000 0x400>, but it
- * requires refactoring the PIC1
and GPIO nodes before
- * changing that.
+ * requires refactoring the PIC1
, GPIO and OTP nodes
+ *
before
changing that.
*/
reg = <0x0d800100 0xa0>;
};
+ otp@d8001ec {
+ compatible = "nintendo,hollywood-otp";
+ reg = <0x0d8001ec 0x8>;
+ };
+
disk@d806000 {
compatible = "nintendo,hollywood-di";
reg = <0x0d806000 0x40>;