Re: [PATCH v2 2/6] arm/dts: Add common device tree for Samsung Galaxy Tab 2 series

2024-11-08 Thread Andreas Kemnade
Am Fri, 8 Nov 2024 09:51:07 + schrieb Mithil Bavishi : > > probably you did not notice an error in make dtbs and the old > > devicetree on the device was still there and was used. > > I messed up my PowerVR tree with mainline, hence the problems. I've fixed > it now locally. > > > are not

Re: [PATCH v2 2/6] arm/dts: Add common device tree for Samsung Galaxy Tab 2 series

2024-11-08 Thread Mithil Bavishi
> probably you did not notice an error in make dtbs and the old > devicetree on the device was still there and was used. I messed up my PowerVR tree with mainline, hence the problems. I've fixed it now locally. > are not the ones you need to fix, so just the diff between old and new. Yeah, I ran

Re: [PATCH v2 2/6] arm/dts: Add common device tree for Samsung Galaxy Tab 2 series

2024-11-03 Thread Andreas Kemnade
Am Thu, 31 Oct 2024 10:41:45 + schrieb Mithil Bavishi : > > well, that takes time, I wanted to start that on the right thing. > > Yes indeed, I'll be more careful the next time, again sorry for the > trouble, I am not used to the process of mailing lists and may have > done some mistakes t

Re: [PATCH v2 2/6] arm/dts: Add common device tree for Samsung Galaxy Tab 2 series

2024-10-31 Thread Mithil Bavishi
> well, that takes time, I wanted to start that on the right thing. Yes indeed, I'll be more careful the next time, again sorry for the trouble, I am not used to the process of mailing lists and may have done some mistakes there as well. > 1. make dtbs shows warnings > 2. make CHECK_DTBS=y ti/o

Re: [PATCH v2 2/6] arm/dts: Add common device tree for Samsung Galaxy Tab 2 series

2024-10-31 Thread Andreas Kemnade
Hi, Am Thu, 31 Oct 2024 06:55:24 + schrieb Mithil Bavishi : > > this has to be system-power-controller; > > I am so sorry for the mess up, I was on the wrong branch which is > almost the same as pmOS but a bit older, hence the entire mess up. > I'll run a quick diff from pmOS and this patc

Re: [PATCH v2 2/6] arm/dts: Add common device tree for Samsung Galaxy Tab 2 series

2024-10-30 Thread Mithil Bavishi
> this has to be system-power-controller; I am so sorry for the mess up, I was on the wrong branch which is almost the same as pmOS but a bit older, hence the entire mess up. I'll run a quick diff from pmOS and this patch and fix them accordingly. > There is still a lot other stuff to fix here

Re: [PATCH v2 2/6] arm/dts: Add common device tree for Samsung Galaxy Tab 2 series

2024-10-30 Thread Andreas Kemnade
Hi Mithil, Am Wed, 30 Oct 2024 21:12:11 + schrieb Mithil Bavishi : > + twl: twl@48 { > + reg = <0x48>; > + #clock-cells = <1>; > + > + pinctrl-names = "default"; > + pinctrl-0 = < > + &twl6030_pins > +

[PATCH v2 2/6] arm/dts: Add common device tree for Samsung Galaxy Tab 2 series

2024-10-30 Thread Mithil Bavishi
Create common device tree for Samsung Espresso series devices Differentiate based on screen sizes, panels, touch controllers, and batteries Signed-off-by: Mithil Bavishi --- .../omap/omap4-samsung-espresso-common.dtsi | 690 ++ 1 file changed, 690 insertions(+) create mode 10