projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a93cf65
)
ARM: mstar: Add mpll to base dtsi
author
Daniel Palmer
<daniel@0x0f.com>
Mon, 1 Mar 2021 12:35:42 +0000
(21:35 +0900)
committer
Arnd Bergmann
<arnd@arndb.de>
Thu, 1 Apr 2021 10:40:55 +0000
(12:40 +0200)
All of the currently known MStar/SigmaStar ARMv7 SoCs have at least
one MPLL and it seems to always be at the same place so add it to
the base dtsi.
Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Link:
https://lore.kernel.org/r/20210301123542.2800643-4-daniel@0x0f.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/mstar-v7.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/mstar-v7.dtsi
b/arch/arm/boot/dts/mstar-v7.dtsi
index 889c3804c2512b1218e24da938b9ed4bf9c73717..075d583d6f40c5063389a8305afdc1478d70cf16 100644
(file)
--- a/
arch/arm/boot/dts/mstar-v7.dtsi
+++ b/
arch/arm/boot/dts/mstar-v7.dtsi
@@
-6,6
+6,7
@@
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
+#include <dt-bindings/clock/mstar-msc313-mpll.h>
/ {
#address-cells = <1>;
@@
-124,6
+125,13
@@
reg = <0x204400 0x200>;
};
+ mpll: mpll@206000 {
+ compatible = "mstar,msc313-mpll";
+ #clock-cells = <1>;
+ reg = <0x206000 0x200>;
+ clocks = <&xtal>;
+ };
+
gpio: gpio@207800 {
#gpio-cells = <2>;
reg = <0x207800 0x200>;