Commit b62dfbf8 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: sc7180-trogdor: use generic node names

According to Devicetree specification, the node names should be somewhat
generic.  Use "amplifier" for max98360a and "-regulator" for fixed
regulators.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221203161443.97656-1-krzysztof.kozlowski@linaro.org
parent 2dcd495f
...@@ -10,22 +10,22 @@ ...@@ -10,22 +10,22 @@
/ { / {
/* BOARD-SPECIFIC TOP LEVEL NODES */ /* BOARD-SPECIFIC TOP LEVEL NODES */
max98360a_1: max98360a_1 { max98360a_1: amplifier-1 {
compatible = "maxim,max98360a"; compatible = "maxim,max98360a";
#sound-dai-cells = <0>; #sound-dai-cells = <0>;
}; };
max98360a_2: max98360a_2 { max98360a_2: amplifier-2 {
compatible = "maxim,max98360a"; compatible = "maxim,max98360a";
#sound-dai-cells = <0>; #sound-dai-cells = <0>;
}; };
max98360a_3: max98360a_3 { max98360a_3: amplifier-3 {
compatible = "maxim,max98360a"; compatible = "maxim,max98360a";
#sound-dai-cells = <0>; #sound-dai-cells = <0>;
}; };
pp3300_touch: pp3300-touch { pp3300_touch: pp3300-touch-regulator {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "pp3300_touch"; regulator-name = "pp3300_touch";
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
/delete-node/ &usb_c1; /delete-node/ &usb_c1;
/ { / {
avdd_lcd: avdd-lcd { avdd_lcd: avdd-lcd-regulator {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "avdd_lcd"; regulator-name = "avdd_lcd";
...@@ -25,7 +25,7 @@ avdd_lcd: avdd-lcd { ...@@ -25,7 +25,7 @@ avdd_lcd: avdd-lcd {
vin-supply = <&pp5000_a>; vin-supply = <&pp5000_a>;
}; };
avee_lcd: avee-lcd { avee_lcd: avee-lcd-regulator {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "avee_lcd"; regulator-name = "avee_lcd";
...@@ -37,7 +37,7 @@ avee_lcd: avee-lcd { ...@@ -37,7 +37,7 @@ avee_lcd: avee-lcd {
vin-supply = <&pp5000_a>; vin-supply = <&pp5000_a>;
}; };
v1p8_mipi: v1p8-mipi { v1p8_mipi: v1p8-mipi-regulator {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "v1p8_mipi"; regulator-name = "v1p8_mipi";
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <dt-bindings/gpio/gpio.h> #include <dt-bindings/gpio/gpio.h>
/ { / {
pp3300_brij_ps8640: pp3300-brij-ps8640 { pp3300_brij_ps8640: pp3300-brij-ps8640-regulator {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
status = "okay"; status = "okay";
regulator-name = "pp3300_brij_ps8640"; regulator-name = "pp3300_brij_ps8640";
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
/delete-node/ &usb_c1; /delete-node/ &usb_c1;
/ { / {
ppvar_lcd: ppvar-lcd { ppvar_lcd: ppvar-lcd-regulator {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "ppvar_lcd"; regulator-name = "ppvar_lcd";
...@@ -25,7 +25,7 @@ ppvar_lcd: ppvar-lcd { ...@@ -25,7 +25,7 @@ ppvar_lcd: ppvar-lcd {
vin-supply = <&pp5000_a>; vin-supply = <&pp5000_a>;
}; };
v1p8_disp: v1p8-disp { v1p8_disp: v1p8-disp-regulator {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "v1p8_disp"; regulator-name = "v1p8_disp";
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include "sc7180-trogdor.dtsi" #include "sc7180-trogdor.dtsi"
/ { / {
avdd_lcd: avdd-lcd { avdd_lcd: avdd-lcd-regulator {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "avdd_lcd"; regulator-name = "avdd_lcd";
...@@ -22,7 +22,7 @@ avdd_lcd: avdd-lcd { ...@@ -22,7 +22,7 @@ avdd_lcd: avdd-lcd {
vin-supply = <&pp5000_a>; vin-supply = <&pp5000_a>;
}; };
avee_lcd: avee-lcd { avee_lcd: avee-lcd-regulator {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "avee_lcd"; regulator-name = "avee_lcd";
...@@ -35,7 +35,7 @@ avee_lcd: avee-lcd { ...@@ -35,7 +35,7 @@ avee_lcd: avee-lcd {
}; };
pp1800_ts: pp1800_ts:
v1p8_mipi: v1p8-mipi { v1p8_mipi: v1p8-mipi-regulator {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "v1p8_mipi"; regulator-name = "v1p8_mipi";
......
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