aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-02-03 06:01:17 -0700
committerSimon Glass <sjg@chromium.org>2021-03-22 19:23:27 +1300
commitc4085d733bd22cc77815283f72fda56240e76a45 (patch)
treed353c680bf470388c31374b020bf25806b6cc71f /arch/sandbox
parent23f40a3abfab9540f91bff966a33a232b56247e2 (diff)
downloadu-boot-c4085d733bd22cc77815283f72fda56240e76a45.zip
u-boot-c4085d733bd22cc77815283f72fda56240e76a45.tar.gz
u-boot-c4085d733bd22cc77815283f72fda56240e76a45.tar.bz2
sandbox: i2c: Rename driver names to work with of-platdata
Some of these do not follow the rules. Make sure the driver name matches the compatible string in all cases. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/dts/test.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index f15d1eb..899e75f 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -604,10 +604,10 @@
sandbox,size = <256>;
};
emul0: emul0 {
- compatible = "sandbox,i2c-rtc";
+ compatible = "sandbox,i2c-rtc-emul";
};
emul1: emull {
- compatible = "sandbox,i2c-rtc";
+ compatible = "sandbox,i2c-rtc-emul";
};
};