Commit 0419a75b authored by Baolin Wang's avatar Baolin Wang Committed by Arnd Bergmann

arm64: dts: sprd: Remove wildcard compatible string

Remove wildcard compatible string.
Signed-off-by: default avatarBaolin Wang <baolin.wang@linaro.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 02643475
...@@ -24,7 +24,7 @@ charger@0 { ...@@ -24,7 +24,7 @@ charger@0 {
}; };
led-controller@200 { led-controller@200 {
compatible = "sprd,sc27xx-bltc", "sprd,sc2731-bltc"; compatible = "sprd,sc2731-bltc";
reg = <0x200>; reg = <0x200>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
...@@ -46,14 +46,14 @@ led@2 { ...@@ -46,14 +46,14 @@ led@2 {
}; };
rtc@280 { rtc@280 {
compatible = "sprd,sc27xx-rtc", "sprd,sc2731-rtc"; compatible = "sprd,sc2731-rtc";
reg = <0x280>; reg = <0x280>;
interrupt-parent = <&sc2731_pmic>; interrupt-parent = <&sc2731_pmic>;
interrupts = <2>; interrupts = <2>;
}; };
pmic_eic: gpio@300 { pmic_eic: gpio@300 {
compatible = "sprd,sc27xx-eic"; compatible = "sprd,sc2731-eic";
reg = <0x300>; reg = <0x300>;
interrupt-parent = <&sc2731_pmic>; interrupt-parent = <&sc2731_pmic>;
interrupts = <5>; interrupts = <5>;
...@@ -64,7 +64,7 @@ pmic_eic: gpio@300 { ...@@ -64,7 +64,7 @@ pmic_eic: gpio@300 {
}; };
efuse@380 { efuse@380 {
compatible = "sprd,sc27xx-efuse", "sprd,sc2731-efuse"; compatible = "sprd,sc2731-efuse";
reg = <0x380>; reg = <0x380>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
...@@ -85,7 +85,7 @@ adc_small_scale: calib@26 { ...@@ -85,7 +85,7 @@ adc_small_scale: calib@26 {
}; };
pmic_adc: adc@480 { pmic_adc: adc@480 {
compatible = "sprd,sc27xx-adc", "sprd,sc2731-adc"; compatible = "sprd,sc2731-adc";
reg = <0x480>; reg = <0x480>;
interrupt-parent = <&sc2731_pmic>; interrupt-parent = <&sc2731_pmic>;
interrupts = <0>; interrupts = <0>;
...@@ -109,12 +109,12 @@ fgu@a00 { ...@@ -109,12 +109,12 @@ fgu@a00 {
}; };
vibrator@ec8 { vibrator@ec8 {
compatible = "sprd,sc27xx-vibrator", "sprd,sc2731-vibrator"; compatible = "sprd,sc2731-vibrator";
reg = <0xec8>; reg = <0xec8>;
}; };
regulators { regulators {
compatible = "sprd,sc27xx-regulator"; compatible = "sprd,sc2731-regulator";
vddarm0: BUCK_CPU0 { vddarm0: BUCK_CPU0 {
regulator-name = "vddarm0"; regulator-name = "vddarm0";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment