ARM: dts: exynos: adjust node names to DT spec in Exynos4210 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-3-krzk@kernel.org
This commit is contained in:
Krzysztof Kozlowski
2020-10-27 18:09:37 +01:00
parent 157a5697f6
commit d918633c8a
4 changed files with 18 additions and 18 deletions

View File

@@ -329,7 +329,7 @@
pinctrl-0 = <&i2c3_bus>; pinctrl-0 = <&i2c3_bus>;
pinctrl-names = "default"; pinctrl-names = "default";
mxt224-touchscreen@4a { touchscreen@4a {
compatible = "atmel,maxtouch"; compatible = "atmel,maxtouch";
reg = <0x4a>; reg = <0x4a>;
@@ -348,7 +348,7 @@
pinctrl-0 = <&i2c5_bus>; pinctrl-0 = <&i2c5_bus>;
pinctrl-names = "default"; pinctrl-names = "default";
max8997_pmic@66 { pmic@66 {
compatible = "maxim,max8997-pmic"; compatible = "maxim,max8997-pmic";
reg = <0x66>; reg = <0x66>;
@@ -597,7 +597,7 @@
pinctrl-0 = <&i2c7_bus>; pinctrl-0 = <&i2c7_bus>;
pinctrl-names = "default"; pinctrl-names = "default";
ak8975@c { magnetometer@c {
compatible = "asahi-kasei,ak8975"; compatible = "asahi-kasei,ak8975";
reg = <0x0c>; reg = <0x0c>;

View File

@@ -43,7 +43,7 @@
enable-active-high; enable-active-high;
}; };
gpio_keys { gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
up { up {
@@ -171,7 +171,7 @@
pinctrl-0 = <&i2c0_bus>; pinctrl-0 = <&i2c0_bus>;
pinctrl-names = "default"; pinctrl-names = "default";
max8997_pmic@66 { pmic@66 {
compatible = "maxim,max8997-pmic"; compatible = "maxim,max8997-pmic";
reg = <0x66>; reg = <0x66>;
interrupt-parent = <&gpx0>; interrupt-parent = <&gpx0>;

View File

@@ -90,61 +90,61 @@
pinctrl-0 = <&keypad_rows &keypad_cols>; pinctrl-0 = <&keypad_rows &keypad_cols>;
status = "okay"; status = "okay";
key_1 { key-1 {
keypad,row = <0>; keypad,row = <0>;
keypad,column = <3>; keypad,column = <3>;
linux,code = <2>; linux,code = <2>;
}; };
key_2 { key-2 {
keypad,row = <0>; keypad,row = <0>;
keypad,column = <4>; keypad,column = <4>;
linux,code = <3>; linux,code = <3>;
}; };
key_3 { key-3 {
keypad,row = <0>; keypad,row = <0>;
keypad,column = <5>; keypad,column = <5>;
linux,code = <4>; linux,code = <4>;
}; };
key_4 { key-4 {
keypad,row = <0>; keypad,row = <0>;
keypad,column = <6>; keypad,column = <6>;
linux,code = <5>; linux,code = <5>;
}; };
key_5 { key-5 {
keypad,row = <0>; keypad,row = <0>;
keypad,column = <7>; keypad,column = <7>;
linux,code = <6>; linux,code = <6>;
}; };
key_a { key-a {
keypad,row = <1>; keypad,row = <1>;
keypad,column = <3>; keypad,column = <3>;
linux,code = <30>; linux,code = <30>;
}; };
key_b { key-b {
keypad,row = <1>; keypad,row = <1>;
keypad,column = <4>; keypad,column = <4>;
linux,code = <48>; linux,code = <48>;
}; };
key_c { key-c {
keypad,row = <1>; keypad,row = <1>;
keypad,column = <5>; keypad,column = <5>;
linux,code = <46>; linux,code = <46>;
}; };
key_d { key-d {
keypad,row = <1>; keypad,row = <1>;
keypad,column = <6>; keypad,column = <6>;
linux,code = <32>; linux,code = <32>;
}; };
key_e { key-e {
keypad,row = <1>; keypad,row = <1>;
keypad,column = <7>; keypad,column = <7>;
linux,code = <18>; linux,code = <18>;
@@ -200,7 +200,7 @@
cs-gpios = <&gpc1 2 GPIO_ACTIVE_HIGH>; cs-gpios = <&gpc1 2 GPIO_ACTIVE_HIGH>;
status = "okay"; status = "okay";
w25x80@0 { flash@0 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
compatible = "w25x80"; compatible = "w25x80";

View File

@@ -263,7 +263,7 @@
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay"; status = "okay";
mms114-touchscreen@48 { touchscreen@48 {
compatible = "melfas,mms114"; compatible = "melfas,mms114";
reg = <0x48>; reg = <0x48>;
interrupt-parent = <&gpx0>; interrupt-parent = <&gpx0>;
@@ -283,7 +283,7 @@
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay"; status = "okay";
max8997_pmic@66 { pmic@66 {
compatible = "maxim,max8997-pmic"; compatible = "maxim,max8997-pmic";
reg = <0x66>; reg = <0x66>;