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:
parent
465b7615a9
commit
89f356a0ff
3 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
description: ITE it8xxx2 PECI
|
||||
|
||||
compatible: "ite,peci-it8xxx2"
|
||||
compatible: "ite,it8xxx2-peci"
|
||||
|
||||
include: [peci.yaml, pinctrl-device.yaml]
|
||||
|
||||
|
|
|
|||
|
|
@ -1131,7 +1131,7 @@
|
|||
};
|
||||
|
||||
peci0: peci@f02c00 {
|
||||
compatible = "ite,peci-it8xxx2";
|
||||
compatible = "ite,it8xxx2-peci";
|
||||
reg = <0x00f02c00 15>;
|
||||
#address-cells=<1>;
|
||||
#size-cells = <0>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue