Commit 71413bcb authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: ti: omap: minor whitespace cleanup

The DTS code coding style expects exactly one space before '{'
character.
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Link: https://lore.kernel.org/r/20240208105146.128645-2-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent 4cece764
......@@ -80,7 +80,7 @@ cpu0_opp_table: opp-table {
* because the can not be enabled simultaneously on a
* single SoC.
*/
opp-50-300000000{
opp-50-300000000 {
/* OPP50 */
opp-hz = /bits/ 64 <300000000>;
opp-microvolt = <950000 931000 969000>;
......@@ -88,7 +88,7 @@ opp-50-300000000{
opp-suspend;
};
opp-100-275000000{
opp-100-275000000 {
/* OPP100-1 */
opp-hz = /bits/ 64 <275000000>;
opp-microvolt = <1100000 1078000 1122000>;
......@@ -96,7 +96,7 @@ opp-100-275000000{
opp-suspend;
};
opp-100-300000000{
opp-100-300000000 {
/* OPP100-2 */
opp-hz = /bits/ 64 <300000000>;
opp-microvolt = <1100000 1078000 1122000>;
......@@ -104,7 +104,7 @@ opp-100-300000000{
opp-suspend;
};
opp-100-500000000{
opp-100-500000000 {
/* OPP100-3 */
opp-hz = /bits/ 64 <500000000>;
opp-microvolt = <1100000 1078000 1122000>;
......
......@@ -92,7 +92,7 @@ opp-120-720000000 {
opp-supported-hw = <0xFF 0x08>;
};
opp-800000000{
opp-800000000 {
/* OPP Turbo */
opp-hz = /bits/ 64 <800000000>;
opp-microvolt = <1260000 1234800 1285200>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment