mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 06:34:11 +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:
parent
e5fbceb07e
commit
77c91853a6
@ -39,7 +39,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
gpio_keys {
|
||||
gpio-keys {
|
||||
compatible = "gpio-keys";
|
||||
|
||||
wakeup {
|
||||
@ -344,7 +344,7 @@
|
||||
&hsi2c_4 {
|
||||
status = "okay";
|
||||
|
||||
s2mps11_pmic@66 {
|
||||
pmic@66 {
|
||||
compatible = "samsung,s2mps11-pmic";
|
||||
reg = <0x66>;
|
||||
|
||||
|
@ -138,7 +138,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
mmc1_pwrseq: mmc1_pwrseq {
|
||||
mmc1_pwrseq: mmc1-pwrseq {
|
||||
compatible = "mmc-pwrseq-simple";
|
||||
reset-gpios = <&gpx0 0 GPIO_ACTIVE_LOW>; /* WIFI_EN */
|
||||
clocks = <&max77802 MAX77802_CLK_32K_CP>;
|
||||
@ -205,7 +205,7 @@
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
|
||||
max77802: max77802-pmic@9 {
|
||||
max77802: pmic@9 {
|
||||
compatible = "maxim,max77802";
|
||||
interrupt-parent = <&gpx3>;
|
||||
interrupts = <1 IRQ_TYPE_NONE>;
|
||||
@ -615,7 +615,7 @@
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
|
||||
max98090: codec@10 {
|
||||
max98090: audio-codec@10 {
|
||||
compatible = "maxim,max98090";
|
||||
reg = <0x10>;
|
||||
interrupts = <2 IRQ_TYPE_NONE>;
|
||||
|
@ -129,7 +129,7 @@
|
||||
&hsi2c_4 {
|
||||
status = "okay";
|
||||
|
||||
s2mps11_pmic@66 {
|
||||
pmic@66 {
|
||||
compatible = "samsung,s2mps11-pmic";
|
||||
reg = <0x66>;
|
||||
|
||||
|
@ -503,7 +503,7 @@
|
||||
&hsi2c_4 {
|
||||
status = "okay";
|
||||
|
||||
s2mps11_pmic@66 {
|
||||
pmic@66 {
|
||||
compatible = "samsung,s2mps11-pmic";
|
||||
reg = <0x66>;
|
||||
samsung,s2mps11-acokb-ground;
|
||||
|
@ -40,7 +40,7 @@
|
||||
|
||||
&hsi2c_5 {
|
||||
status = "okay";
|
||||
max98090: max98090@10 {
|
||||
max98090: audio-codec@10 {
|
||||
compatible = "maxim,max98090";
|
||||
reg = <0x10>;
|
||||
interrupt-parent = <&gpx3>;
|
||||
|
@ -13,12 +13,12 @@
|
||||
#include "exynos5422-odroid-core.dtsi"
|
||||
|
||||
/ {
|
||||
gpio_keys {
|
||||
gpio-keys {
|
||||
compatible = "gpio-keys";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&power_key>;
|
||||
|
||||
power_key {
|
||||
power-key {
|
||||
/*
|
||||
* The power button (SW2) is connected to the PWRON
|
||||
* pin (active high) of the S2MPS11 PMIC, which acts
|
||||
|
@ -21,28 +21,28 @@
|
||||
status = "okay";
|
||||
|
||||
/* A15 cluster: VDD_ARM */
|
||||
ina231@40 {
|
||||
power-sensor@40 {
|
||||
compatible = "ti,ina231";
|
||||
reg = <0x40>;
|
||||
shunt-resistor = <10000>;
|
||||
};
|
||||
|
||||
/* memory: VDD_MEM */
|
||||
ina231@41 {
|
||||
power-sensor@41 {
|
||||
compatible = "ti,ina231";
|
||||
reg = <0x41>;
|
||||
shunt-resistor = <10000>;
|
||||
};
|
||||
|
||||
/* GPU: VDD_G3D */
|
||||
ina231@44 {
|
||||
power-sensor@44 {
|
||||
compatible = "ti,ina231";
|
||||
reg = <0x44>;
|
||||
shunt-resistor = <10000>;
|
||||
};
|
||||
|
||||
/* A7 cluster: VDD_KFC */
|
||||
ina231@45 {
|
||||
power-sensor@45 {
|
||||
compatible = "ti,ina231";
|
||||
reg = <0x45>;
|
||||
shunt-resistor = <10000>;
|
||||
|
@ -138,7 +138,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
mmc1_pwrseq: mmc1_pwrseq {
|
||||
mmc1_pwrseq: mmc1-pwrseq {
|
||||
compatible = "mmc-pwrseq-simple";
|
||||
reset-gpios = <&gpx0 0 GPIO_ACTIVE_LOW>; /* WIFI_EN */
|
||||
clocks = <&max77802 MAX77802_CLK_32K_CP>;
|
||||
@ -214,7 +214,7 @@
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
|
||||
max77802: max77802-pmic@9 {
|
||||
max77802: pmic@9 {
|
||||
compatible = "maxim,max77802";
|
||||
interrupt-parent = <&gpx3>;
|
||||
interrupts = <1 IRQ_TYPE_NONE>;
|
||||
|
Loading…
Reference in New Issue
Block a user