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>
This commit is contained in:
@@ -98,14 +98,14 @@
|
||||
|
||||
/* IPB PMIC */
|
||||
lm25066@40 {
|
||||
compatible = "lm25066";
|
||||
compatible = "ti,lm25066";
|
||||
reg = <0x40>;
|
||||
shunt-resistor-micro-ohms = <1000>;
|
||||
};
|
||||
|
||||
/* 12VSB PMIC */
|
||||
lm25066@41 {
|
||||
compatible = "lm25066";
|
||||
compatible = "ti,lm25066";
|
||||
reg = <0x41>;
|
||||
shunt-resistor-micro-ohms = <10000>;
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#define EFUSE(hexaddr, num) \
|
||||
efuse@##hexaddr { \
|
||||
compatible = "lm25066"; \
|
||||
compatible = "ti,lm25066"; \
|
||||
reg = <0x##hexaddr>; \
|
||||
shunt-resistor-micro-ohms = <675>; \
|
||||
regulators { \
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
* 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-suspend;
|
||||
};
|
||||
|
||||
opp-100-275000000{
|
||||
opp-100-275000000 {
|
||||
/* OPP100-1 */
|
||||
opp-hz = /bits/ 64 <275000000>;
|
||||
opp-microvolt = <1100000 1078000 1122000>;
|
||||
@@ -96,7 +96,7 @@
|
||||
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-suspend;
|
||||
};
|
||||
|
||||
opp-100-500000000{
|
||||
opp-100-500000000 {
|
||||
/* OPP100-3 */
|
||||
opp-hz = /bits/ 64 <500000000>;
|
||||
opp-microvolt = <1100000 1078000 1122000>;
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
opp-supported-hw = <0xFF 0x08>;
|
||||
};
|
||||
|
||||
opp-800000000{
|
||||
opp-800000000 {
|
||||
/* OPP Turbo */
|
||||
opp-hz = /bits/ 64 <800000000>;
|
||||
opp-microvolt = <1260000 1234800 1285200>;
|
||||
|
||||
Reference in New Issue
Block a user