I should also say that if the upstream conversation results in a different patch, please send an incremental update for merging.
Bruce On Thu, Jan 18, 2024 at 3:06 PM Bruce Ashfield via lists.yoctoproject.org <[email protected]> wrote: > > merged. > > Bruce > > In message: [linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & > v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH 1/2] ARM: dts: tps65217: > add power regulator & backlight drivers support > on 17/01/2024 Xulin Sun wrote: > > > Support TPS65217 voltage regulator driver and TPS65217 Backlight driver. > > And enable them by default. This will avoid below booting failed > > information: > > tps65217-pmic: Failed to locate of_node [id: -1] > > tps65217-bl: Failed to locate of_node [id: -1] > > > > Signed-off-by: Xulin Sun <[email protected]> > > --- > > arch/arm/boot/dts/tps65217.dtsi | 10 ++++++++++ > > 1 file changed, 10 insertions(+) > > > > diff --git a/arch/arm/boot/dts/tps65217.dtsi > > b/arch/arm/boot/dts/tps65217.dtsi > > index 0d463de5650f..f412e7476660 100644 > > --- a/arch/arm/boot/dts/tps65217.dtsi > > +++ b/arch/arm/boot/dts/tps65217.dtsi > > @@ -13,6 +13,16 @@ &tps { > > interrupt-controller; > > #interrupt-cells = <1>; > > > > + pmic { > > + compatible = "ti,tps65217-pmic"; > > + status = "okay"; > > + }; > > + > > + bl { > > + compatible = "ti,tps65217-bl"; > > + status = "okay"; > > + }; > > + > > charger { > > compatible = "ti,tps65217-charger"; > > interrupts = <0>, <1>; > > -- > > 2.34.1 > > > > In message: [linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & > v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH 2/2] ARM: dts: > am335x-boneblack-hdmi: disable HDMI audio simple-audio-card node > on 17/01/2024 Xulin Sun wrote: > > > Disable HDMI audio simple-audio-card node as a workaround, since we did not > > have the document and not figure out how to set the HDMI audio parameters > > for the BBB target board, to avoid below booting error information if > > connecting HDMI monitor: > > davinci-mcasp.0-i2s-hifi: ASoC: error at __soc_pcm_hw_params on > > davinci-mcasp.0-i2s-hifi: -22 > > davinci-mcasp 48038000.mcasp: stream has more channels (2) than are enabled > > in mcasp (0) > > davinci-mcasp 48038000.mcasp: ASoC: error at snd_soc_dai_hw_params on > > 48038000.mcasp: -22 > > > > Signed-off-by: Xulin Sun <[email protected]> > > --- > > arch/arm/boot/dts/am335x-boneblack-hdmi.dtsi | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm/boot/dts/am335x-boneblack-hdmi.dtsi > > b/arch/arm/boot/dts/am335x-boneblack-hdmi.dtsi > > index 7cfddada9348..37fac7374136 100644 > > --- a/arch/arm/boot/dts/am335x-boneblack-hdmi.dtsi > > +++ b/arch/arm/boot/dts/am335x-boneblack-hdmi.dtsi > > @@ -128,6 +128,7 @@ sound { > > simple-audio-card,format = "i2s"; > > simple-audio-card,bitclock-master = <&dailink0_master>; > > simple-audio-card,frame-master = <&dailink0_master>; > > + status = "disabled"; > > > > dailink0_master: simple-audio-card,cpu { > > sound-dai = <&mcasp0>; > > -- > > 2.34.1 > > > > > > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13498): https://lists.yoctoproject.org/g/linux-yocto/message/13498 Mute This Topic: https://lists.yoctoproject.org/mt/103779680/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/leave/6687884/21656/624485779/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
