diff options
author | 2020-06-25 12:17:52 +0200 | |
---|---|---|
committer | 2020-07-10 15:35:01 +0200 | |
commit | 64c9f12e45ea44ea957b1bccdcf8aeef127fbe49 (patch) | |
tree | b31466d911585ac2b086787ea81eb391861fdf5c | |
parent | dt-bindings: arm64: dts: mediatek: Add mt8183-kukui-krane-sku176 (diff) | |
download | linux-dev-64c9f12e45ea44ea957b1bccdcf8aeef127fbe49.tar.xz linux-dev-64c9f12e45ea44ea957b1bccdcf8aeef127fbe49.zip |
arm64: dts: mt6358: Add the compatible for the regulators
The regulators are expected to be instantiated with matching the
device-tree compatible, so add the proper compatible name under the
regulators node.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Tested-by: Hsin-Yi Wang <hsinyi@chromium.org>
Link: https://lore.kernel.org/r/20200625101757.101775-3-enric.balletbo@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
-rw-r--r-- | arch/arm64/boot/dts/mediatek/mt6358.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt6358.dtsi b/arch/arm64/boot/dts/mediatek/mt6358.dtsi index 9361ada0c497..fa159b20379e 100644 --- a/arch/arm64/boot/dts/mediatek/mt6358.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt6358.dtsi @@ -16,6 +16,8 @@ }; mt6358regulator: mt6358regulator { + compatible = "mediatek,mt6358-regulator"; + mt6358_vdram1_reg: buck_vdram1 { regulator-name = "vdram1"; regulator-min-microvolt = <500000>; |