dts/st: dtc v1.4.6 warnings: Missing property '#clock-cells' in node
To prepare to upcoming dtc v1.4.6, fix warnings in dts files. This commit addresses the following warning: Warning (clocks_property): Missing property '#clock-cells' in node /soc/rcc@40021000 or bad phandle (referred from /soc/pin-controller/gpio@40011800:clocks[0]) Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
a27c0ede12
commit
acc20e24d6
6 changed files with 6 additions and 6 deletions
|
@ -51,7 +51,7 @@
|
|||
rcc: rcc@40021000 {
|
||||
compatible = "st,stm32-rcc";
|
||||
clocks-controller;
|
||||
#clocks-cells = <2>;
|
||||
#clock-cells = <2>;
|
||||
reg = <0x40021000 0x400>;
|
||||
label = "STM32_CLK_RCC";
|
||||
};
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
rcc: rcc@40021000 {
|
||||
compatible = "st,stm32-rcc";
|
||||
clocks-controller;
|
||||
#clocks-cells = <2>;
|
||||
#clock-cells = <2>;
|
||||
reg = <0x40021000 0x400>;
|
||||
label = "STM32_CLK_RCC";
|
||||
};
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
rcc: rcc@40021000 {
|
||||
compatible = "st,stm32-rcc";
|
||||
clocks-controller;
|
||||
#clocks-cells = <2>;
|
||||
#clock-cells = <2>;
|
||||
reg = <0x40021000 0x400>;
|
||||
label = "STM32_CLK_RCC";
|
||||
};
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
rcc: rcc@40023800 {
|
||||
compatible = "st,stm32-rcc";
|
||||
clocks-controller;
|
||||
#clocks-cells = <2>;
|
||||
#clock-cells = <2>;
|
||||
reg = <0x40023800 0x400>;
|
||||
label = "STM32_CLK_RCC";
|
||||
};
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
rcc: rcc@40021000 {
|
||||
compatible = "st,stm32-rcc";
|
||||
clocks-controller;
|
||||
#clocks-cells = <2>;
|
||||
#clock-cells = <2>;
|
||||
reg = <0x40021000 0x400>;
|
||||
label = "STM32_CLK_RCC";
|
||||
};
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
rcc: rcc@40021000 {
|
||||
compatible = "st,stm32-rcc";
|
||||
clocks-controller;
|
||||
#clocks-cells = <2>;
|
||||
#clock-cells = <2>;
|
||||
reg = <0x40021000 0x400>;
|
||||
label = "STM32_CLK_RCC";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue