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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221203161443.97656-1-krzysztof.kozlowski@linaro.org
This commit is contained in:
Krzysztof Kozlowski 2022-12-03 17:14:43 +01:00 committed by Bjorn Andersson
parent 2dcd495f15
commit b62dfbf8e6
5 changed files with 13 additions and 13 deletions

View File

@ -10,22 +10,22 @@
/ {
/* BOARD-SPECIFIC TOP LEVEL NODES */
max98360a_1: max98360a_1 {
max98360a_1: amplifier-1 {
compatible = "maxim,max98360a";
#sound-dai-cells = <0>;
};
max98360a_2: max98360a_2 {
max98360a_2: amplifier-2 {
compatible = "maxim,max98360a";
#sound-dai-cells = <0>;
};
max98360a_3: max98360a_3 {
max98360a_3: amplifier-3 {
compatible = "maxim,max98360a";
#sound-dai-cells = <0>;
};
pp3300_touch: pp3300-touch {
pp3300_touch: pp3300-touch-regulator {
compatible = "regulator-fixed";
regulator-name = "pp3300_touch";

View File

@ -13,7 +13,7 @@
/delete-node/ &usb_c1;
/ {
avdd_lcd: avdd-lcd {
avdd_lcd: avdd-lcd-regulator {
compatible = "regulator-fixed";
regulator-name = "avdd_lcd";
@ -25,7 +25,7 @@
vin-supply = <&pp5000_a>;
};
avee_lcd: avee-lcd {
avee_lcd: avee-lcd-regulator {
compatible = "regulator-fixed";
regulator-name = "avee_lcd";
@ -37,7 +37,7 @@
vin-supply = <&pp5000_a>;
};
v1p8_mipi: v1p8-mipi {
v1p8_mipi: v1p8-mipi-regulator {
compatible = "regulator-fixed";
regulator-name = "v1p8_mipi";

View File

@ -8,7 +8,7 @@
#include <dt-bindings/gpio/gpio.h>
/ {
pp3300_brij_ps8640: pp3300-brij-ps8640 {
pp3300_brij_ps8640: pp3300-brij-ps8640-regulator {
compatible = "regulator-fixed";
status = "okay";
regulator-name = "pp3300_brij_ps8640";

View File

@ -13,7 +13,7 @@
/delete-node/ &usb_c1;
/ {
ppvar_lcd: ppvar-lcd {
ppvar_lcd: ppvar-lcd-regulator {
compatible = "regulator-fixed";
regulator-name = "ppvar_lcd";
@ -25,7 +25,7 @@
vin-supply = <&pp5000_a>;
};
v1p8_disp: v1p8-disp {
v1p8_disp: v1p8-disp-regulator {
compatible = "regulator-fixed";
regulator-name = "v1p8_disp";

View File

@ -10,7 +10,7 @@
#include "sc7180-trogdor.dtsi"
/ {
avdd_lcd: avdd-lcd {
avdd_lcd: avdd-lcd-regulator {
compatible = "regulator-fixed";
regulator-name = "avdd_lcd";
@ -22,7 +22,7 @@
vin-supply = <&pp5000_a>;
};
avee_lcd: avee-lcd {
avee_lcd: avee-lcd-regulator {
compatible = "regulator-fixed";
regulator-name = "avee_lcd";
@ -35,7 +35,7 @@
};
pp1800_ts:
v1p8_mipi: v1p8-mipi {
v1p8_mipi: v1p8-mipi-regulator {
compatible = "regulator-fixed";
regulator-name = "v1p8_mipi";