dts: remove unused clock-controllers property
The 'clock-controllers' property isn't specified and not used for any generation. Lets remove it. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
bb324616bd
commit
12589d6b64
11 changed files with 0 additions and 11 deletions
|
@ -47,7 +47,6 @@
|
|||
|
||||
rcc: rcc@40021000 {
|
||||
compatible = "st,stm32-rcc";
|
||||
clocks-controller;
|
||||
#clock-cells = <2>;
|
||||
reg = <0x40021000 0x400>;
|
||||
label = "STM32_CLK_RCC";
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
soc {
|
||||
rcc: rcc@40021000 {
|
||||
compatible = "st,stm32-rcc";
|
||||
clocks-controller;
|
||||
#clock-cells = <2>;
|
||||
reg = <0x40021000 0x400>;
|
||||
label = "STM32_CLK_RCC";
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
|
||||
rcc: rcc@40023800 {
|
||||
compatible = "st,stm32-rcc";
|
||||
clocks-controller;
|
||||
#clock-cells = <2>;
|
||||
reg = <0x40023800 0x400>;
|
||||
label = "STM32_CLK_RCC";
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
|
||||
rcc: rcc@40021000 {
|
||||
compatible = "st,stm32-rcc";
|
||||
clocks-controller;
|
||||
#clock-cells = <2>;
|
||||
reg = <0x40021000 0x400>;
|
||||
label = "STM32_CLK_RCC";
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
|
||||
rcc: rcc@40023800 {
|
||||
compatible = "st,stm32-rcc";
|
||||
clocks-controller;
|
||||
#clock-cells = <2>;
|
||||
reg = <0x40023800 0x400>;
|
||||
label = "STM32_CLK_RCC";
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
};
|
||||
rcc: rcc@40023800 {
|
||||
compatible = "st,stm32-rcc";
|
||||
clocks-controller;
|
||||
#clock-cells = <2>;
|
||||
reg = <0x40023800 0x400>;
|
||||
label = "STM32_CLK_RCC";
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
|
||||
rcc: rcc@40021000 {
|
||||
compatible = "st,stm32-rcc";
|
||||
clocks-controller;
|
||||
#clock-cells = <2>;
|
||||
reg = <0x40021000 0x400>;
|
||||
label = "STM32_CLK_RCC";
|
||||
|
|
|
@ -144,7 +144,6 @@
|
|||
|
||||
rcc: rcc@40023800 {
|
||||
compatible = "st,stm32-rcc";
|
||||
clocks-controller;
|
||||
#clock-cells = <2>;
|
||||
reg = <0x40023800 0x400>;
|
||||
label = "STM32_CLK_RCC";
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
|
||||
rcc: rcc@40021000 {
|
||||
compatible = "st,stm32-rcc";
|
||||
clocks-controller;
|
||||
#clock-cells = <2>;
|
||||
reg = <0x40021000 0x400>;
|
||||
label = "STM32_CLK_RCC";
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
rcc: rcc@50000000 {
|
||||
compatible = "st,stm32-rcc";
|
||||
reg = <0x50000000 0x1000>;
|
||||
clocks-controller;
|
||||
#clock-cells = <2>;
|
||||
label = "STM32_CLK_RCC";
|
||||
};
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
|
||||
rcc: rcc@58000000 {
|
||||
compatible = "st,stm32-rcc";
|
||||
clocks-controller;
|
||||
#clock-cells = <2>;
|
||||
reg = <0x58000000 0x400>;
|
||||
label = "STM32_CLK_RCC";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue