[PATCH 3/6] arm64: dts: imx8mm-phyboard-polis-peb-av-10: reorder properties to match dts coding style
Jan Remmet
j.remmet at phytec.de
Mon Sep 29 23:47:46 PDT 2025
Sort properties. Rename regulator label to match schematics.
Signed-off-by: Jan Remmet <j.remmet at phytec.de>
---
.../freescale/imx8mm-phyboard-polis-peb-av-10.dtso | 48 +++++++++++-----------
1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-peb-av-10.dtso b/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-peb-av-10.dtso
index 5d4f6a9c348b57ee903c7b74f8c8e2b318060945..74547642a34aadc60ace9a9cd2ddea37877d6aeb 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-peb-av-10.dtso
+++ b/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-peb-av-10.dtso
@@ -13,13 +13,13 @@
&{/} {
backlight: backlight {
compatible = "pwm-backlight";
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_lcd>;
- default-brightness-level = <6>;
- pwms = <&pwm4 0 50000 0>;
- power-supply = <®_vdd_3v3_s>;
- enable-gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>;
brightness-levels= <0 4 8 16 32 64 128 255>;
+ default-brightness-level = <6>;
+ enable-gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>;
+ pinctrl-0 = <&pinctrl_lcd>;
+ pinctrl-names = "default";
+ power-supply = <®_vdd_3v3_s>;
+ pwms = <&pwm4 0 50000 0>;
};
panel {
@@ -34,27 +34,27 @@ panel_in: endpoint {
};
};
- reg_sound_1v8: regulator-1v8 {
+ reg_vcc_1v8_audio: regulator-1v8 {
compatible = "regulator-fixed";
- regulator-name = "VCC_1V8_Audio";
- regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
+ regulator-min-microvolt = <1800000>;
+ regulator-name = "VCC_1V8_Audio";
};
- reg_sound_3v3: regulator-3v3 {
+ reg_vcc_3v3_analog: regulator-3v3 {
compatible = "regulator-fixed";
- regulator-name = "VCC_3V3_Analog";
- regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
+ regulator-min-microvolt = <3300000>;
+ regulator-name = "VCC_3V3_Analog";
};
sound-peb-av-10 {
compatible = "simple-audio-card";
- simple-audio-card,name = "snd-peb-av-10";
- simple-audio-card,format = "i2s";
simple-audio-card,bitclock-master = <&dailink_master>;
+ simple-audio-card,format = "i2s";
simple-audio-card,frame-master = <&dailink_master>;
simple-audio-card,mclk-fs = <32>;
+ simple-audio-card,name = "snd-peb-av-10";
simple-audio-card,widgets =
"Line", "Line In",
"Speaker", "Speaker",
@@ -89,28 +89,28 @@ &bridge_out {
&i2c3 {
clock-frequency = <400000>;
- pinctrl-names = "default", "gpio";
pinctrl-0 = <&pinctrl_i2c3>;
pinctrl-1 = <&pinctrl_i2c3_gpio>;
- sda-gpios = <&gpio5 19 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
+ pinctrl-names = "default", "gpio";
scl-gpios = <&gpio5 18 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
+ sda-gpios = <&gpio5 19 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
codec: codec at 18 {
compatible = "ti,tlv320aic3007";
- pinctrl-names = "default";
pinctrl-0 = <&pinctrl_tlv320>;
+ pinctrl-names = "default";
#sound-dai-cells = <0>;
reg = <0x18>;
- reset-gpios = <&gpio4 28 GPIO_ACTIVE_LOW>;
ai3x-gpio-func = <0xd 0x0>;
ai3x-micbias-vg = <2>;
- AVDD-supply = <®_sound_3v3>;
- IOVDD-supply = <®_sound_3v3>;
- DRVDD-supply = <®_sound_3v3>;
- DVDD-supply = <®_sound_1v8>;
+ reset-gpios = <&gpio4 28 GPIO_ACTIVE_LOW>;
+ AVDD-supply = <®_vcc_3v3_analog>;
+ DRVDD-supply = <®_vcc_3v3_analog>;
+ DVDD-supply = <®_vcc_1v8_audio>;
+ IOVDD-supply = <®_vcc_3v3_analog>;
};
eeprom at 57 {
@@ -138,8 +138,8 @@ &mipi_dsi {
};
&pwm4 {
- pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm4>;
+ pinctrl-names = "default";
status = "okay";
};
@@ -154,8 +154,8 @@ &sai5 {
clock-names = "bus", "mclk0", "mclk1", "mclk2", "mclk3", "pll8k",
"pll11k";
fsl,sai-mclk-direction-output;
- pinctrl-names = "default";
pinctrl-0 = <&pinctrl_sai5>;
+ pinctrl-names = "default";
#sound-dai-cells = <0>;
status = "okay";
};
--
2.43.0
More information about the linux-arm-kernel
mailing list