arch/arm: dts: Fix nonzero values for boolean property

This is causing a warning on boot.

Declaring a boolean property with a nonzero number of value cells is a common
configuration error, since even a boolean property having a value of
0 will be treated as "true" by the DT framework.

Change-Id: Ib85df6ac2fce38f1ee4fd2e97062799c07b879e9
This commit is contained in:
syphyr 2018-01-19 23:09:50 +01:00
parent ed4c4a8a4c
commit ff20bd8e1a
5 changed files with 10 additions and 10 deletions

View File

@ -134,14 +134,14 @@
mux_sel {
compatible = "samsung,sec-mux-sel";
mux_sel,mux_sel_1_en = <1>;
mux_sel,mux_sel_1_en;
mux_sel,mux_sel_1 = <&msm_gpio 143 0x0>;
mux_sel,mux_sel_1_type = <3>; /* EAR_ADC_MUX_SEL | BATT_ID_MUX_SEL */
mux_sel,mux_sel_1_mpp = <2>; /* SEC_MPP2_MUX_SEL */
mux_sel,mux_sel_1_low = <1>; /* SEC_MUX_SEL_BATT_ID */
mux_sel,mux_sel_1_high = <0>; /* SEC_MUX_SEL_EAR_ADC */
mux_sel,mux_sel_2_en = <1>;
mux_sel,mux_sel_2_en;
mux_sel,mux_sel_2 = <&msm_gpio 88 0x0>;
mux_sel,mux_sel_2_type = <20>; /* BATT_THM_MUX_SEL | AP_THM_MUX_SEL */
mux_sel,mux_sel_2_mpp = <4>; /* SEC_MPP4_MUX_SEL */

View File

@ -182,8 +182,8 @@
interrupts = <120 0>;
interrupt-parent = <&msm_gpio>;
realtek,in3-differential = "true";
realtek,in4-differential = "true";
realtek,in3-differential;
realtek,in4-differential;
realtek,gpio_reset = <&msm_gpio 144 0x0>;
realtek,gpio_ldo = <&pm8950_gpios 7 0x00>;

View File

@ -182,8 +182,8 @@
interrupts = <120 0>;
interrupt-parent = <&msm_gpio>;
realtek,in3-differential = "true";
realtek,in4-differential = "true";
realtek,in3-differential;
realtek,in4-differential;
realtek,gpio_reset = <&msm_gpio 144 0x0>;
realtek,gpio_ldo = <&pm8950_gpios 7 0x00>;

View File

@ -182,8 +182,8 @@
interrupts = <120 0>;
interrupt-parent = <&msm_gpio>;
realtek,in3-differential = "true";
realtek,in4-differential = "true";
realtek,in3-differential;
realtek,in4-differential;
realtek,gpio_reset = <&msm_gpio 144 0x0>;
realtek,gpio_ldo = <&pm8950_gpios 7 0x00>;

View File

@ -183,8 +183,8 @@
interrupts = <120 0>;
interrupt-parent = <&msm_gpio>;
realtek,in3-differential = "true";
realtek,in4-differential = "true";
realtek,in3-differential;
realtek,in4-differential;
realtek,gpio_reset = <&msm_gpio 144 0x0>;
realtek,gpio_ldo = <&pm8950_gpios 7 0x00>;