Skip to content

Commit 71413bc

Browse files
committed
ARM: dts: ti: omap: minor whitespace cleanup
The DTS code coding style expects exactly one space before '{' character. Acked-by: Tony Lindgren <tony@atomide.com> Link: https://lore.kernel.org/r/20240208105146.128645-2-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 4cece76 commit 71413bc

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

arch/arm/boot/dts/ti/omap/am33xx.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,31 +80,31 @@
8080
* because the can not be enabled simultaneously on a
8181
* single SoC.
8282
*/
83-
opp-50-300000000{
83+
opp-50-300000000 {
8484
/* OPP50 */
8585
opp-hz = /bits/ 64 <300000000>;
8686
opp-microvolt = <950000 931000 969000>;
8787
opp-supported-hw = <0x06 0x0010>;
8888
opp-suspend;
8989
};
9090

91-
opp-100-275000000{
91+
opp-100-275000000 {
9292
/* OPP100-1 */
9393
opp-hz = /bits/ 64 <275000000>;
9494
opp-microvolt = <1100000 1078000 1122000>;
9595
opp-supported-hw = <0x01 0x00FF>;
9696
opp-suspend;
9797
};
9898

99-
opp-100-300000000{
99+
opp-100-300000000 {
100100
/* OPP100-2 */
101101
opp-hz = /bits/ 64 <300000000>;
102102
opp-microvolt = <1100000 1078000 1122000>;
103103
opp-supported-hw = <0x06 0x0020>;
104104
opp-suspend;
105105
};
106106

107-
opp-100-500000000{
107+
opp-100-500000000 {
108108
/* OPP100-3 */
109109
opp-hz = /bits/ 64 <500000000>;
110110
opp-microvolt = <1100000 1078000 1122000>;

arch/arm/boot/dts/ti/omap/am4372.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
opp-supported-hw = <0xFF 0x08>;
9393
};
9494

95-
opp-800000000{
95+
opp-800000000 {
9696
/* OPP Turbo */
9797
opp-hz = /bits/ 64 <800000000>;
9898
opp-microvolt = <1260000 1234800 1285200>;

0 commit comments

Comments
 (0)