peci: ite_it8xxx2: Rename compatiable to match other compatiables

All the of the ITE it8xxx2 devicetree compatiables are of the form
ite,it8xxx2-<DEV>.  However the PECI device was ite,peci-it8xxx2,
rename the compatiable to match the pattern used everywhere else.

Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-08-11 22:42:06 -05:00 committed by Fabio Baltieri
parent 465b7615a9
commit 89f356a0ff
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#define DT_DRV_COMPAT ite_peci_it8xxx2
#define DT_DRV_COMPAT ite_it8xxx2_peci
#include <zephyr/drivers/gpio.h>
#include <zephyr/drivers/pinctrl.h>

View file

@ -3,7 +3,7 @@
description: ITE it8xxx2 PECI
compatible: "ite,peci-it8xxx2"
compatible: "ite,it8xxx2-peci"
include: [peci.yaml, pinctrl-device.yaml]

View file

@ -1131,7 +1131,7 @@
};
peci0: peci@f02c00 {
compatible = "ite,peci-it8xxx2";
compatible = "ite,it8xxx2-peci";
reg = <0x00f02c00 15>;
#address-cells=<1>;
#size-cells = <0>;