Commit 108463f5 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

ARM: dts: exynos: adjust node names to DT spec in Exynos4412 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-5-krzk@kernel.org
parent 43552e6d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
		i2c10 = &i2c_cm36651;
	};

	aat1290 {
	led-controller {
		compatible = "skyworks,aat1290";
		flen-gpios = <&gpj1 1 GPIO_ACTIVE_HIGH>;
		enset-gpios = <&gpj1 2 GPIO_ACTIVE_HIGH>;
@@ -60,7 +60,7 @@
		#size-cells = <0>;
		status = "okay";

		ak8975@c {
		magnetometer@c {
			compatible = "asahi-kasei,ak8975";
			reg = <0x0c>;
			gpios = <&gpj0 7 GPIO_ACTIVE_HIGH>;
@@ -75,7 +75,7 @@
		#address-cells = <1>;
		#size-cells = <0>;

		cm36651@18 {
		light-sensor@18 {
			compatible = "capella,cm36651";
			reg = <0x18>;
			interrupt-parent = <&gpx0>;
@@ -133,7 +133,7 @@
};

&i2c_3 {
	mms114-touchscreen@48 {
	touchscreen@48 {
		compatible = "melfas,mms114";
		reg = <0x48>;
		interrupt-parent = <&gpm2>;
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@
	pinctrl-names = "default";
	status = "okay";

	codec: wm8960@1a {
	codec: audio-codec@1a {
		compatible = "wlf,wm8960";
		reg = <0x1a>;
		clocks = <&pmu_system_controller 0>;
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@
	pinctrl-names = "default";
	status = "okay";

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

+7 −7
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@
		#size-cells = <0>;
		status = "okay";

		max77693@66 {
		pmic@66 {
			compatible = "maxim,max77693";
			interrupt-parent = <&gpx1>;
			interrupts = <5 IRQ_TYPE_EDGE_FALLING>;
@@ -220,7 +220,7 @@
		#size-cells = <0>;
		status = "okay";

		max77693-fuel-gauge@36 {
		fuel-gauge@36 {
			compatible = "maxim,max17047";
			interrupt-parent = <&gpx2>;
			interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
@@ -550,7 +550,7 @@
	pinctrl-names = "default";
	status = "okay";

	s5c73m3: s5c73m3@3c {
	s5c73m3: image-sensor@3c {
		compatible = "samsung,s5c73m3";
		reg = <0x3c>;
		xshutdown-gpios = <&gpf1 3 GPIO_ACTIVE_LOW>; /* ISP_RESET */
@@ -577,7 +577,7 @@
	pinctrl-0 = <&fimc_is_i2c1>;
	pinctrl-names = "default";

	s5k6a3@10 {
	image-sensor@10 {
		compatible = "samsung,s5k6a3";
		reg = <0x10>;
		svdda-supply = <&cam_io_reg>;
@@ -616,7 +616,7 @@
	pinctrl-names = "default";
	status = "okay";

	wm1811: wm1811@1a {
	wm1811: audio-codec@1a {
		compatible = "wlf,wm1811";
		reg = <0x1a>;
		clocks = <&pmu_system_controller 0>,
@@ -665,7 +665,7 @@
	pinctrl-names = "default";
	status = "okay";

	max77686: max77686_pmic@9 {
	max77686: pmic@9 {
		compatible = "maxim,max77686";
		interrupt-parent = <&gpx0>;
		interrupts = <7 IRQ_TYPE_NONE>;
@@ -1435,7 +1435,7 @@
	cs-gpios = <&gpb 5 GPIO_ACTIVE_HIGH>;
	status = "okay";

	s5c73m3_spi: s5c73m3@0 {
	s5c73m3_spi: image-sensor@0 {
		compatible = "samsung,s5c73m3";
		spi-max-frequency = <50000000>;
		reg = <0>;
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
	pinctrl-names = "default";
	status = "okay";

	mms152-touchscreen@48 {
	touchscreen@48 {
		compatible = "melfas,mms152";
		reg = <0x48>;
		interrupt-parent = <&gpm2>;
Loading