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:
parent
63848e0162
commit
a3f0ae9b0f
|
@ -608,6 +608,12 @@
|
|||
IT8XXX2_IRQ_TIMER2 IRQ_TYPE_EDGE_RISING>; /* One shot timer */
|
||||
interrupt-parent = <&intc>;
|
||||
};
|
||||
|
||||
sha0: sha@f0202d {
|
||||
compatible = "ite,it8xxx2-sha";
|
||||
reg = <0x00f0202d 0x3>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -709,12 +709,6 @@
|
|||
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 {
|
||||
compatible = "ite,it8xxx2-usbpd";
|
||||
reg = <0x00f03700 0x100>;
|
||||
|
|
Loading…
Reference in a new issue