ARM: dts: exynos: adjust node names to DT spec in Exynos5250 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-7-krzk@kernel.org
This commit is contained in:
parent
2d29d03003
commit
5a1323023f
|
@ -27,7 +27,7 @@
|
||||||
stdout-path = "serial2:115200n8";
|
stdout-path = "serial2:115200n8";
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio_keys {
|
gpio-keys {
|
||||||
compatible = "gpio-keys";
|
compatible = "gpio-keys";
|
||||||
|
|
||||||
menu {
|
menu {
|
||||||
|
@ -211,7 +211,7 @@
|
||||||
samsung,i2c-max-bus-freq = <20000>;
|
samsung,i2c-max-bus-freq = <20000>;
|
||||||
samsung,i2c-slave-addr = <0x66>;
|
samsung,i2c-slave-addr = <0x66>;
|
||||||
|
|
||||||
s5m8767_pmic@66 {
|
pmic@66 {
|
||||||
compatible = "samsung,s5m8767-pmic";
|
compatible = "samsung,s5m8767-pmic";
|
||||||
reg = <0x66>;
|
reg = <0x66>;
|
||||||
interrupt-parent = <&gpx3>;
|
interrupt-parent = <&gpx3>;
|
||||||
|
@ -511,7 +511,7 @@
|
||||||
&i2c_3 {
|
&i2c_3 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
wm1811: codec@1a {
|
wm1811: audio-codec@1a {
|
||||||
compatible = "wlf,wm1811";
|
compatible = "wlf,wm1811";
|
||||||
reg = <0x1a>;
|
reg = <0x1a>;
|
||||||
clocks = <&i2s0 CLK_I2S_CDCLK>;
|
clocks = <&i2s0 CLK_I2S_CDCLK>;
|
||||||
|
|
|
@ -290,7 +290,7 @@
|
||||||
reg = <0x51>;
|
reg = <0x51>;
|
||||||
};
|
};
|
||||||
|
|
||||||
wm8994: wm8994@1a {
|
wm8994: audio-codec@1a {
|
||||||
compatible = "wlf,wm8994";
|
compatible = "wlf,wm8994";
|
||||||
reg = <0x1a>;
|
reg = <0x1a>;
|
||||||
|
|
||||||
|
@ -385,7 +385,7 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
cs-gpios = <&gpa2 5 GPIO_ACTIVE_HIGH>;
|
cs-gpios = <&gpa2 5 GPIO_ACTIVE_HIGH>;
|
||||||
|
|
||||||
w25q80bw@0 {
|
flash@0 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
compatible = "w25x80";
|
compatible = "w25x80";
|
||||||
|
|
|
@ -217,7 +217,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
mmc3_pwrseq: mmc3_pwrseq {
|
mmc3_pwrseq: mmc3-pwrseq {
|
||||||
compatible = "mmc-pwrseq-simple";
|
compatible = "mmc-pwrseq-simple";
|
||||||
reset-gpios = <&gpx0 2 GPIO_ACTIVE_LOW>, /* WIFI_RSTn */
|
reset-gpios = <&gpx0 2 GPIO_ACTIVE_LOW>, /* WIFI_RSTn */
|
||||||
<&gpx0 1 GPIO_ACTIVE_LOW>; /* WIFI_EN */
|
<&gpx0 1 GPIO_ACTIVE_LOW>; /* WIFI_EN */
|
||||||
|
@ -289,7 +289,7 @@
|
||||||
samsung,i2c-sda-delay = <100>;
|
samsung,i2c-sda-delay = <100>;
|
||||||
samsung,i2c-max-bus-freq = <378000>;
|
samsung,i2c-max-bus-freq = <378000>;
|
||||||
|
|
||||||
max77686: max77686@9 {
|
max77686: pmic@9 {
|
||||||
compatible = "maxim,max77686";
|
compatible = "maxim,max77686";
|
||||||
interrupt-parent = <&gpx3>;
|
interrupt-parent = <&gpx3>;
|
||||||
interrupts = <2 IRQ_TYPE_NONE>;
|
interrupts = <2 IRQ_TYPE_NONE>;
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c_7 {
|
&i2c_7 {
|
||||||
max98090: codec@10 {
|
max98090: audio-codec@10 {
|
||||||
compatible = "maxim,max98090";
|
compatible = "maxim,max98090";
|
||||||
reg = <0x10>;
|
reg = <0x10>;
|
||||||
interrupts = <4 IRQ_TYPE_NONE>;
|
interrupts = <4 IRQ_TYPE_NONE>;
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&i2c_7 {
|
&i2c_7 {
|
||||||
max98095: codec@11 {
|
max98095: audio-codec@11 {
|
||||||
compatible = "maxim,max98095";
|
compatible = "maxim,max98095";
|
||||||
reg = <0x11>;
|
reg = <0x11>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
|
@ -105,7 +105,7 @@
|
||||||
samsung,i2c-sda-delay = <100>;
|
samsung,i2c-sda-delay = <100>;
|
||||||
samsung,i2c-max-bus-freq = <378000>;
|
samsung,i2c-max-bus-freq = <378000>;
|
||||||
|
|
||||||
s5m8767-pmic@66 {
|
pmic@66 {
|
||||||
compatible = "samsung,s5m8767-pmic";
|
compatible = "samsung,s5m8767-pmic";
|
||||||
reg = <0x66>;
|
reg = <0x66>;
|
||||||
interrupt-parent = <&gpx3>;
|
interrupt-parent = <&gpx3>;
|
||||||
|
|
Loading…
Reference in New Issue