Message ID | 20200625101757.101775-3-enric.balletbo@collabora.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 64c9f12e45ea44ea957b1bccdcf8aeef127fbe49 |
Headers | show |
Series | arm64: dts: mediatek: Add support for Lenovo IdeaPad Duet Chromebook | expand |
On Thu, Jun 25, 2020 at 6:18 PM Enric Balletbo i Serra <enric.balletbo@collabora.com> wrote: > > 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> > --- > > Changes in v2: None > > arch/arm64/boot/dts/mediatek/mt6358.dtsi | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/boot/dts/mediatek/mt6358.dtsi b/arch/arm64/boot/dts/mediatek/mt6358.dtsi > index 9361ada0c497e..fa159b20379e4 100644 > --- a/arch/arm64/boot/dts/mediatek/mt6358.dtsi > +++ b/arch/arm64/boot/dts/mediatek/mt6358.dtsi > @@ -16,6 +16,8 @@ mt6358codec: mt6358codec { > }; > > mt6358regulator: mt6358regulator { > + compatible = "mediatek,mt6358-regulator"; > + > mt6358_vdram1_reg: buck_vdram1 { > regulator-name = "vdram1"; > regulator-min-microvolt = <500000>; > -- > 2.27.0 >
diff --git a/arch/arm64/boot/dts/mediatek/mt6358.dtsi b/arch/arm64/boot/dts/mediatek/mt6358.dtsi index 9361ada0c497e..fa159b20379e4 100644 --- a/arch/arm64/boot/dts/mediatek/mt6358.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt6358.dtsi @@ -16,6 +16,8 @@ mt6358codec: mt6358codec { }; mt6358regulator: mt6358regulator { + compatible = "mediatek,mt6358-regulator"; + mt6358_vdram1_reg: buck_vdram1 { regulator-name = "vdram1"; regulator-min-microvolt = <500000>;
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> --- Changes in v2: None arch/arm64/boot/dts/mediatek/mt6358.dtsi | 2 ++ 1 file changed, 2 insertions(+)