Commit 77c91853 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

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: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20201027170947.132725-9-krzk@kernel.org
parent e5fbceb0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>;

+3 −3
Original line number Diff line number Diff line
@@ -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>;
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@
&hsi2c_4 {
	status = "okay";

	s2mps11_pmic@66 {
	pmic@66 {
		compatible = "samsung,s2mps11-pmic";
		reg = <0x66>;

+1 −1
Original line number Diff line number Diff line
@@ -503,7 +503,7 @@
&hsi2c_4 {
	status = "okay";

	s2mps11_pmic@66 {
	pmic@66 {
		compatible = "samsung,s2mps11-pmic";
		reg = <0x66>;
		samsung,s2mps11-acokb-ground;
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@

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