aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/allwinner-h3-ccu.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/allwinner-h3-ccu.c')
-rw-r--r--hw/misc/allwinner-h3-ccu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/misc/allwinner-h3-ccu.c b/hw/misc/allwinner-h3-ccu.c
index 92e579a..e765f4c 100644
--- a/hw/misc/allwinner-h3-ccu.c
+++ b/hw/misc/allwinner-h3-ccu.c
@@ -155,7 +155,7 @@ static void allwinner_h3_ccu_write(void *opaque, hwaddr offset,
static const MemoryRegionOps allwinner_h3_ccu_ops = {
.read = allwinner_h3_ccu_read,
.write = allwinner_h3_ccu_write,
- .endianness = DEVICE_NATIVE_ENDIAN,
+ .endianness = DEVICE_LITTLE_ENDIAN,
.valid = {
.min_access_size = 4,
.max_access_size = 4,