Skip to content

Commit 2df310a

Browse files
Phuc Phamtiennguyenzg
authored andcommitted
dts: renesas: Fix ADC register size for Renesas RZ/G3S
Change the adc node's compatible of RZ/G3S to renesas,rz-adc-c Fix ADC node register size for Renesas RZ/G3S Signed-off-by: Phuc Pham <[email protected]> Signed-off-by: Tien Nguyen <[email protected]>
1 parent 13ac80a commit 2df310a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/arm/renesas/rz/rzg/r9a08g045.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@
203203
};
204204

205205
adc: adc@40058000 {
206-
compatible = "renesas,rz-adc";
207-
reg = <0x40058000 0x80>;
206+
compatible = "renesas,rz-adc-c";
207+
reg = <0x40058000 DT_SIZE_K(4)>;
208208
interrupts = <312 3>;
209209
interrupt-names = "scanend";
210210
#io-channel-cells = <1>;

0 commit comments

Comments
 (0)