Skip to content

Commit 9e4d52a

Browse files
geertusuryasaimadhu
authored andcommitted
x86/ce4100: Replace "ti,pcf8575" by "nxp,pcf8575"
The TI part is equivalent to the NXP part, and its compatible value is not documented in the DT bindings. Note that while the Linux driver DT match table does not contain the compatible value of the TI part, it could still match to this part, as i2c_device_id-based matching ignores the vendor part of the compatible value. Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Link: https://lkml.kernel.org/r/0c00cec971f5c405e47d04e493d854de0efc2e49.1638539629.git.geert+renesas@glider.be
1 parent d58071a commit 9e4d52a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/x86/platform/ce4100/falconfalls.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249

250250
gpio@26 {
251251
#gpio-cells = <2>;
252-
compatible = "ti,pcf8575";
252+
compatible = "nxp,pcf8575";
253253
reg = <0x26>;
254254
gpio-controller;
255255
};
@@ -263,7 +263,7 @@
263263

264264
gpio@26 {
265265
#gpio-cells = <2>;
266-
compatible = "ti,pcf8575";
266+
compatible = "nxp,pcf8575";
267267
reg = <0x26>;
268268
gpio-controller;
269269
};

0 commit comments

Comments
 (0)