Skip to content

Commit 0419a75

Browse files
wangbaolin719arndb
authored andcommitted
arm64: dts: sprd: Remove wildcard compatible string
Remove wildcard compatible string. Signed-off-by: Baolin Wang <baolin.wang@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 0264347 commit 0419a75

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

arch/arm64/boot/dts/sprd/sc2731.dtsi

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
};
2525

2626
led-controller@200 {
27-
compatible = "sprd,sc27xx-bltc", "sprd,sc2731-bltc";
27+
compatible = "sprd,sc2731-bltc";
2828
reg = <0x200>;
2929
#address-cells = <1>;
3030
#size-cells = <0>;
@@ -46,14 +46,14 @@
4646
};
4747

4848
rtc@280 {
49-
compatible = "sprd,sc27xx-rtc", "sprd,sc2731-rtc";
49+
compatible = "sprd,sc2731-rtc";
5050
reg = <0x280>;
5151
interrupt-parent = <&sc2731_pmic>;
5252
interrupts = <2>;
5353
};
5454

5555
pmic_eic: gpio@300 {
56-
compatible = "sprd,sc27xx-eic";
56+
compatible = "sprd,sc2731-eic";
5757
reg = <0x300>;
5858
interrupt-parent = <&sc2731_pmic>;
5959
interrupts = <5>;
@@ -64,7 +64,7 @@
6464
};
6565

6666
efuse@380 {
67-
compatible = "sprd,sc27xx-efuse", "sprd,sc2731-efuse";
67+
compatible = "sprd,sc2731-efuse";
6868
reg = <0x380>;
6969
#address-cells = <1>;
7070
#size-cells = <1>;
@@ -85,7 +85,7 @@
8585
};
8686

8787
pmic_adc: adc@480 {
88-
compatible = "sprd,sc27xx-adc", "sprd,sc2731-adc";
88+
compatible = "sprd,sc2731-adc";
8989
reg = <0x480>;
9090
interrupt-parent = <&sc2731_pmic>;
9191
interrupts = <0>;
@@ -109,12 +109,12 @@
109109
};
110110

111111
vibrator@ec8 {
112-
compatible = "sprd,sc27xx-vibrator", "sprd,sc2731-vibrator";
112+
compatible = "sprd,sc2731-vibrator";
113113
reg = <0xec8>;
114114
};
115115

116116
regulators {
117-
compatible = "sprd,sc27xx-regulator";
117+
compatible = "sprd,sc2731-regulator";
118118

119119
vddarm0: BUCK_CPU0 {
120120
regulator-name = "vddarm0";

0 commit comments

Comments
 (0)