projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2faff67
)
ARM: dts: bcm2711-rpi-4-b: fix sd_io_1v8_reg regulator states
author
Stefan Wahren
<stefan.wahren@i2se.com>
Sat, 7 Aug 2021 11:06:33 +0000
(13:06 +0200)
committer
Nicolas Saenz Julienne
<nsaenz@kernel.org>
Wed, 6 Oct 2021 07:49:44 +0000
(09:49 +0200)
DT schema check complains at sd_io_1v8_reg about the following:
[
1800000
, 1,
3300000
, 0] is too long
Additional items are not allowed (
3300000
, 0 were unexpected)
So fix the states definition.
Fixes: 7dbe8c62ceeb ("ARM: dts: Add minimal Raspberry Pi 4 support")
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Link:
https://lore.kernel.org/r/1628334401-6577-3-git-send-email-stefan.wahren@i2se.com
Signed-off-by: Nicolas Saenz Julienne <nsaenz@kernel.org>
arch/arm/boot/dts/bcm2711-rpi-4-b.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
index f24bdd0870a521bb0412805f8fa0d1a7e3aa474c..abf8298610a77923a6649eec5e921ccaa0f81796 100644
(file)
--- a/
arch/arm/boot/dts/bcm2711-rpi-4-b.dts
+++ b/
arch/arm/boot/dts/bcm2711-rpi-4-b.dts
@@
-40,8
+40,8
@@
regulator-always-on;
regulator-settling-time-us = <5000>;
gpios = <&expgpio 4 GPIO_ACTIVE_HIGH>;
- states = <1800000 0x1
-
3300000 0x0>;
+ states = <1800000 0x1
>,
+
<
3300000 0x0>;
status = "okay";
};