mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 17:42:03 +02:00
arm64: dts: qcom: Use hyphen in node names
DTS coding style prefers hyphens instead of underscores in the node names. Change should be safe, because node names are not considered an ABI. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260706-dts-qcom-style-checker-v2-1-90c781ae0417@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
eaac964e84
commit
ddecda0cdd
|
|
@ -87,7 +87,7 @@ gsbi7_uart_2pins: gsbi7-uart-2pins-state {
|
|||
function = "gsbi7";
|
||||
};
|
||||
|
||||
gsbi7_uart_4pins: gsbi7_uart_4pins-state {
|
||||
gsbi7_uart_4pins: gsbi7-uart-4pins-state {
|
||||
pins = "gpio82", "gpio83", "gpio84", "gpio85";
|
||||
function = "gsbi7";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1866,7 +1866,7 @@ cci_i2c1_sleep: cci-i2c1-sleep-pins {
|
|||
};
|
||||
};
|
||||
|
||||
spi8_default: spi8_default-state {
|
||||
spi8_default: spi8-default-state {
|
||||
mosi-pins {
|
||||
pins = "gpio45";
|
||||
function = "blsp_spi8";
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ vph_pwr: vph-pwr-regulator {
|
|||
regulator-max-microvolt = <3700000>;
|
||||
};
|
||||
|
||||
vreg_bob_3p3: pmx65_bob {
|
||||
vreg_bob_3p3: pmx65-bob-regulator {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "vreg_bob_3p3";
|
||||
regulator-min-microvolt = <3300000>;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
#include <dt-bindings/gpio/gpio.h>
|
||||
|
||||
&{/} {
|
||||
vreg_cam1_1p8: vreg_cam1_1p8 {
|
||||
vreg_cam1_1p8: cam1-1p8-regulator {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "vreg_cam1_1p8";
|
||||
startup-delay-us = <10000>;
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ vreg_3p3: vreg-3p3-regulator {
|
|||
regulator-max-microvolt = <3300000>;
|
||||
};
|
||||
|
||||
vreg_conn_1p8: vreg_conn_1p8 {
|
||||
vreg_conn_1p8: vreg-conn-1p8-regulator {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "vreg_conn_1p8";
|
||||
startup-delay-us = <4000>;
|
||||
|
|
@ -71,7 +71,7 @@ vreg_conn_1p8: vreg_conn_1p8 {
|
|||
gpio = <&pmm8654au_1_gpios 4 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
vreg_conn_pa: vreg_conn_pa {
|
||||
vreg_conn_pa: vreg-conn-pa-regulator {
|
||||
compatible = "regulator-fixed";
|
||||
regulator-name = "vreg_conn_pa";
|
||||
startup-delay-us = <4000>;
|
||||
|
|
|
|||
|
|
@ -1023,7 +1023,7 @@ qfprom: efuse@784000 {
|
|||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
gpu_speed_bin: gpu_speed_bin@240c {
|
||||
gpu_speed_bin: gpu-speed-bin@240c {
|
||||
reg = <0x240c 0x1>;
|
||||
bits = <0 8>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -2907,7 +2907,7 @@ ws-pins {
|
|||
};
|
||||
};
|
||||
|
||||
lpi_i2s4_active: lpi_i2s4-active-state {
|
||||
lpi_i2s4_active: lpi-i2s4-active-state {
|
||||
data0-pins {
|
||||
pins = "gpio17";
|
||||
function = "i2s4_data";
|
||||
|
|
|
|||
|
|
@ -47,22 +47,22 @@ framebuffer {
|
|||
};
|
||||
|
||||
reserved-memory {
|
||||
adsp_pil_mem: adsp_pil_mem@55300000 {
|
||||
adsp_pil_mem: adsp-pil-mem@55300000 {
|
||||
reg = <0x0 0x55300000 0x0 0x2200000>;
|
||||
no-map;
|
||||
};
|
||||
|
||||
ipa_fw_mem: ipa_fw_mem@57500000 {
|
||||
ipa_fw_mem: ipa-fw-mem@57500000 {
|
||||
reg = <0x0 0x57500000 0x0 0x10000>;
|
||||
no-map;
|
||||
};
|
||||
|
||||
ipa_gsi_mem: ipa_gsi_mem@57510000 {
|
||||
ipa_gsi_mem: ipa-gsi-mem@57510000 {
|
||||
reg = <0x0 0x57510000 0x0 0x5000>;
|
||||
no-map;
|
||||
};
|
||||
|
||||
gpu_mem: gpu_mem@57515000 {
|
||||
gpu_mem: gpu-mem@57515000 {
|
||||
reg = <0x0 0x57515000 0x0 0x2000>;
|
||||
no-map;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user