Skip to content

Commit cd36722

Browse files
committed
Merge tag 'x86_platform_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 platform fix from Borislav Petkov: "A single DT compatibility fix for the Intel media processor CE4100 driver" * tag 'x86_platform_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/ce4100: Replace "ti,pcf8575" by "nxp,pcf8575"
2 parents e59451f + 9e4d52a commit cd36722

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)