Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+8 -8
+2 -2
arch/arm/boot/dts/aspeed/aspeed-bmc-asrock-romed8hm3.dts
··· 98 98 99 99 /* IPB PMIC */ 100 100 lm25066@40 { 101 - compatible = "lm25066"; 101 + compatible = "ti,lm25066"; 102 102 reg = <0x40>; 103 103 shunt-resistor-micro-ohms = <1000>; 104 104 }; 105 105 106 106 /* 12VSB PMIC */ 107 107 lm25066@41 { 108 - compatible = "lm25066"; 108 + compatible = "ti,lm25066"; 109 109 reg = <0x41>; 110 110 shunt-resistor-micro-ohms = <10000>; 111 111 };
+1 -1
arch/arm/boot/dts/aspeed/aspeed-bmc-delta-ahe50dc.dts
··· 14 14 15 15 #define EFUSE(hexaddr, num) \ 16 16 efuse@##hexaddr { \ 17 - compatible = "lm25066"; \ 17 + compatible = "ti,lm25066"; \ 18 18 reg = <0x##hexaddr>; \ 19 19 shunt-resistor-micro-ohms = <675>; \ 20 20 regulators { \
+4 -4
arch/arm/boot/dts/ti/omap/am33xx.dtsi
··· 80 80 * because the can not be enabled simultaneously on a 81 81 * single SoC. 82 82 */ 83 - opp-50-300000000{ 83 + opp-50-300000000 { 84 84 /* OPP50 */ 85 85 opp-hz = /bits/ 64 <300000000>; 86 86 opp-microvolt = <950000 931000 969000>; ··· 88 88 opp-suspend; 89 89 }; 90 90 91 - opp-100-275000000{ 91 + opp-100-275000000 { 92 92 /* OPP100-1 */ 93 93 opp-hz = /bits/ 64 <275000000>; 94 94 opp-microvolt = <1100000 1078000 1122000>; ··· 96 96 opp-suspend; 97 97 }; 98 98 99 - opp-100-300000000{ 99 + opp-100-300000000 { 100 100 /* OPP100-2 */ 101 101 opp-hz = /bits/ 64 <300000000>; 102 102 opp-microvolt = <1100000 1078000 1122000>; ··· 104 104 opp-suspend; 105 105 }; 106 106 107 - opp-100-500000000{ 107 + opp-100-500000000 { 108 108 /* OPP100-3 */ 109 109 opp-hz = /bits/ 64 <500000000>; 110 110 opp-microvolt = <1100000 1078000 1122000>;
+1 -1
arch/arm/boot/dts/ti/omap/am4372.dtsi
··· 92 92 opp-supported-hw = <0xFF 0x08>; 93 93 }; 94 94 95 - opp-800000000{ 95 + opp-800000000 { 96 96 /* OPP Turbo */ 97 97 opp-hz = /bits/ 64 <800000000>; 98 98 opp-microvolt = <1260000 1234800 1285200>;