dts/riscv/ite/dtsi: separate sha0 node

Chip it82xx2 series change the HW sha module and it82xx2 series
can't use original sha driver anymore, so move sha0 node from
it8xxx2 to it81xx2 series.

Signed-off-by: Ruibin Chang <Ruibin.Chang@ite.com.tw>
This commit is contained in:
Ruibin Chang 2024-03-07 18:09:54 +08:00 committed by Carles Cufí
parent 63848e0162
commit a3f0ae9b0f
2 changed files with 6 additions and 6 deletions

View file

@ -608,6 +608,12 @@
IT8XXX2_IRQ_TIMER2 IRQ_TYPE_EDGE_RISING>; /* One shot timer */ IT8XXX2_IRQ_TIMER2 IRQ_TYPE_EDGE_RISING>; /* One shot timer */
interrupt-parent = <&intc>; interrupt-parent = <&intc>;
}; };
sha0: sha@f0202d {
compatible = "ite,it8xxx2-sha";
reg = <0x00f0202d 0x3>;
status = "disabled";
};
}; };
}; };

View file

@ -709,12 +709,6 @@
kso17-gpios = <&gpioc 5 (GPIO_OPEN_DRAIN | GPIO_PULL_UP)>; kso17-gpios = <&gpioc 5 (GPIO_OPEN_DRAIN | GPIO_PULL_UP)>;
}; };
sha0: sha@f0202d {
compatible = "ite,it8xxx2-sha";
reg = <0x00f0202d 0x3>;
status = "disabled";
};
usbpd0: usbpd@f03700 { usbpd0: usbpd@f03700 {
compatible = "ite,it8xxx2-usbpd"; compatible = "ite,it8xxx2-usbpd";
reg = <0x00f03700 0x100>; reg = <0x00f03700 0x100>;