Skip to content

Commit e8325e3

Browse files
committed
Merge tag 'dt-cleanup-6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt into soc/dt
Minor improvements in ARM DTS for v6.10 1. TI: add missing white-spaces for code readability. 2. Aspeed: add vendor prefix to compatibles, to properly describe hardware, even though Linux drivers match by device name. * tag 'dt-cleanup-6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt: ARM: dts: aspeed: Add vendor prefixes to lm25066 compat strings ARM: dts: ti: omap: minor whitespace cleanup Link: https://lore.kernel.org/r/20240428163316.28955-2-krzysztof.kozlowski@linaro.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 631ec37 + 5e0705a commit e8325e3

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-romed8hm3.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@
9898

9999
/* IPB PMIC */
100100
lm25066@40 {
101-
compatible = "lm25066";
101+
compatible = "ti,lm25066";
102102
reg = <0x40>;
103103
shunt-resistor-micro-ohms = <1000>;
104104
};
105105

106106
/* 12VSB PMIC */
107107
lm25066@41 {
108-
compatible = "lm25066";
108+
compatible = "ti,lm25066";
109109
reg = <0x41>;
110110
shunt-resistor-micro-ohms = <10000>;
111111
};

arch/arm/boot/dts/aspeed/aspeed-bmc-delta-ahe50dc.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#define EFUSE(hexaddr, num) \
1616
efuse@##hexaddr { \
17-
compatible = "lm25066"; \
17+
compatible = "ti,lm25066"; \
1818
reg = <0x##hexaddr>; \
1919
shunt-resistor-micro-ohms = <675>; \
2020
regulators { \

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)