soc/cavs: Fix warning in intel_cavs.dtsi

Incorrectly formatted the address with the 0x hex prefix. Fixed

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
This commit is contained in:
Tom Burdick 2022-03-31 12:32:00 -05:00 committed by Anas Nashif
parent 9933f18ad3
commit 4e9d9f2ef7

View file

@ -32,7 +32,7 @@
status = "okay";
};
hda_host_out: dma@0x72800 {
hda_host_out: dma@72800 {
compatible = "intel,cavs-hda-host-out";
#dma-cells = <1>;
reg = <0x00072800 0x40>;
@ -42,7 +42,7 @@
status = "okay";
};
hda_host_in: dma@0x72c00 {
hda_host_in: dma@72c00 {
compatible = "intel,cavs-hda-host-in";
#dma-cells = <1>;
reg = <0x00072c00 0x40>;