2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-27 22:53:55 +08:00

ARM: dts: exynos: adjust node names to DT spec in Exynos542x boards

The Devicetree specification expects device node names to have a generic
name, representing the class of a device.  Also the convention for node
names is to use hyphens, not underscores.

No functional changes.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20201027170947.132725-9-krzk@kernel.org
This commit is contained in:
Krzysztof Kozlowski 2020-10-27 18:09:43 +01:00
parent e5fbceb07e
commit 77c91853a6
8 changed files with 16 additions and 16 deletions

View File

@ -39,7 +39,7 @@
}; };
}; };
gpio_keys { gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
wakeup { wakeup {
@ -344,7 +344,7 @@
&hsi2c_4 { &hsi2c_4 {
status = "okay"; status = "okay";
s2mps11_pmic@66 { pmic@66 {
compatible = "samsung,s2mps11-pmic"; compatible = "samsung,s2mps11-pmic";
reg = <0x66>; reg = <0x66>;

View File

@ -138,7 +138,7 @@
}; };
}; };
mmc1_pwrseq: mmc1_pwrseq { mmc1_pwrseq: mmc1-pwrseq {
compatible = "mmc-pwrseq-simple"; compatible = "mmc-pwrseq-simple";
reset-gpios = <&gpx0 0 GPIO_ACTIVE_LOW>; /* WIFI_EN */ reset-gpios = <&gpx0 0 GPIO_ACTIVE_LOW>; /* WIFI_EN */
clocks = <&max77802 MAX77802_CLK_32K_CP>; clocks = <&max77802 MAX77802_CLK_32K_CP>;
@ -205,7 +205,7 @@
status = "okay"; status = "okay";
clock-frequency = <400000>; clock-frequency = <400000>;
max77802: max77802-pmic@9 { max77802: pmic@9 {
compatible = "maxim,max77802"; compatible = "maxim,max77802";
interrupt-parent = <&gpx3>; interrupt-parent = <&gpx3>;
interrupts = <1 IRQ_TYPE_NONE>; interrupts = <1 IRQ_TYPE_NONE>;
@ -615,7 +615,7 @@
status = "okay"; status = "okay";
clock-frequency = <400000>; clock-frequency = <400000>;
max98090: codec@10 { max98090: audio-codec@10 {
compatible = "maxim,max98090"; compatible = "maxim,max98090";
reg = <0x10>; reg = <0x10>;
interrupts = <2 IRQ_TYPE_NONE>; interrupts = <2 IRQ_TYPE_NONE>;

View File

@ -129,7 +129,7 @@
&hsi2c_4 { &hsi2c_4 {
status = "okay"; status = "okay";
s2mps11_pmic@66 { pmic@66 {
compatible = "samsung,s2mps11-pmic"; compatible = "samsung,s2mps11-pmic";
reg = <0x66>; reg = <0x66>;

View File

@ -503,7 +503,7 @@
&hsi2c_4 { &hsi2c_4 {
status = "okay"; status = "okay";
s2mps11_pmic@66 { pmic@66 {
compatible = "samsung,s2mps11-pmic"; compatible = "samsung,s2mps11-pmic";
reg = <0x66>; reg = <0x66>;
samsung,s2mps11-acokb-ground; samsung,s2mps11-acokb-ground;

View File

@ -40,7 +40,7 @@
&hsi2c_5 { &hsi2c_5 {
status = "okay"; status = "okay";
max98090: max98090@10 { max98090: audio-codec@10 {
compatible = "maxim,max98090"; compatible = "maxim,max98090";
reg = <0x10>; reg = <0x10>;
interrupt-parent = <&gpx3>; interrupt-parent = <&gpx3>;

View File

@ -13,12 +13,12 @@
#include "exynos5422-odroid-core.dtsi" #include "exynos5422-odroid-core.dtsi"
/ { / {
gpio_keys { gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&power_key>; pinctrl-0 = <&power_key>;
power_key { power-key {
/* /*
* The power button (SW2) is connected to the PWRON * The power button (SW2) is connected to the PWRON
* pin (active high) of the S2MPS11 PMIC, which acts * pin (active high) of the S2MPS11 PMIC, which acts

View File

@ -21,28 +21,28 @@
status = "okay"; status = "okay";
/* A15 cluster: VDD_ARM */ /* A15 cluster: VDD_ARM */
ina231@40 { power-sensor@40 {
compatible = "ti,ina231"; compatible = "ti,ina231";
reg = <0x40>; reg = <0x40>;
shunt-resistor = <10000>; shunt-resistor = <10000>;
}; };
/* memory: VDD_MEM */ /* memory: VDD_MEM */
ina231@41 { power-sensor@41 {
compatible = "ti,ina231"; compatible = "ti,ina231";
reg = <0x41>; reg = <0x41>;
shunt-resistor = <10000>; shunt-resistor = <10000>;
}; };
/* GPU: VDD_G3D */ /* GPU: VDD_G3D */
ina231@44 { power-sensor@44 {
compatible = "ti,ina231"; compatible = "ti,ina231";
reg = <0x44>; reg = <0x44>;
shunt-resistor = <10000>; shunt-resistor = <10000>;
}; };
/* A7 cluster: VDD_KFC */ /* A7 cluster: VDD_KFC */
ina231@45 { power-sensor@45 {
compatible = "ti,ina231"; compatible = "ti,ina231";
reg = <0x45>; reg = <0x45>;
shunt-resistor = <10000>; shunt-resistor = <10000>;

View File

@ -138,7 +138,7 @@
}; };
}; };
mmc1_pwrseq: mmc1_pwrseq { mmc1_pwrseq: mmc1-pwrseq {
compatible = "mmc-pwrseq-simple"; compatible = "mmc-pwrseq-simple";
reset-gpios = <&gpx0 0 GPIO_ACTIVE_LOW>; /* WIFI_EN */ reset-gpios = <&gpx0 0 GPIO_ACTIVE_LOW>; /* WIFI_EN */
clocks = <&max77802 MAX77802_CLK_32K_CP>; clocks = <&max77802 MAX77802_CLK_32K_CP>;
@ -214,7 +214,7 @@
status = "okay"; status = "okay";
clock-frequency = <400000>; clock-frequency = <400000>;
max77802: max77802-pmic@9 { max77802: pmic@9 {
compatible = "maxim,max77802"; compatible = "maxim,max77802";
interrupt-parent = <&gpx3>; interrupt-parent = <&gpx3>;
interrupts = <1 IRQ_TYPE_NONE>; interrupts = <1 IRQ_TYPE_NONE>;