dts: nxp: Remove unused 'clock-source' properties
These are not declared in any binding and do not generate any output. Trying to get rid of properties that appear on device tree nodes but aren't declared in bindings. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
11e91a83c1
commit
583226a833
4 changed files with 0 additions and 8 deletions
|
@ -339,7 +339,6 @@
|
|||
interrupts = <22 0>;
|
||||
clocks = <&sim KINETIS_SIM_LPO_CLK 0 0>;
|
||||
label = "WDT_0";
|
||||
clock-source = <0>; /* LPO 1kHz or other source */
|
||||
reload-counter = <40000>;
|
||||
start-on-boot;
|
||||
prescaler = <2>;
|
||||
|
|
|
@ -274,7 +274,6 @@
|
|||
interrupts = <22 0>;
|
||||
clocks = <&sim KINETIS_SIM_LPO_CLK 0 0>;
|
||||
label = "WDT_0";
|
||||
clock-source = <0>; /* LPO 1kHz or other source */
|
||||
reload-counter = <40000>;
|
||||
start-on-boot;
|
||||
prescaler = <2>;
|
||||
|
|
|
@ -213,7 +213,6 @@
|
|||
reg = <0x40038000 0x88>;
|
||||
prescaler = <2>;
|
||||
period = <1000>;
|
||||
clock-source = <0>;
|
||||
/* channel information needed - fixme */
|
||||
};
|
||||
|
||||
|
@ -222,7 +221,6 @@
|
|||
reg = <0x40039000 0x88>;
|
||||
prescaler = <2>;
|
||||
period = <1000>;
|
||||
clock-source = <0>;
|
||||
/* channel information needed - fixme */
|
||||
};
|
||||
|
||||
|
@ -231,7 +229,6 @@
|
|||
reg = <0x4003a000 0x88>;
|
||||
prescaler = <2>;
|
||||
period = <1000>;
|
||||
clock-source = <0>;
|
||||
/* channel information needed - fixme */
|
||||
};
|
||||
|
||||
|
|
|
@ -216,7 +216,6 @@
|
|||
reg = <0x40038000 0x88>;
|
||||
prescaler = <2>;
|
||||
period = <1000>;
|
||||
clock-source = <0>;
|
||||
/* channel information needed - fixme */
|
||||
};
|
||||
|
||||
|
@ -225,7 +224,6 @@
|
|||
reg = <0x40039000 0x88>;
|
||||
prescaler = <2>;
|
||||
period = <1000>;
|
||||
clock-source = <0>;
|
||||
/* channel information needed - fixme */
|
||||
};
|
||||
|
||||
|
@ -234,7 +232,6 @@
|
|||
reg = <0x4003a000 0x88>;
|
||||
prescaler = <2>;
|
||||
period = <1000>;
|
||||
clock-source = <0>;
|
||||
/* channel information needed - fixme */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue